]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
distrodata: add a utility script to compare list of recipes
authorTan Shen Joon <shen.joon.tan@intel.com>
Wed, 9 Aug 2017 22:57:01 +0000 (06:57 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Jan 2018 08:49:50 +0000 (08:49 +0000)
commit4984b60c76171f76237373b8fb37d8094004307c
tree275c6bc5a5c17d7749c0505ae8e27b0036290cd0
parent5442688efe20d1cb7f33fd02e47cfe3d89014df6
distrodata: add a utility script to compare list of recipes

distrocompare.sh is added to compare the added list of recipes
between two releases. The output of the script will share the
information of the licenses required and other distributions
that are using the package.

If a single input is provided, it will compare the current
branch with the provided branch/commit-ish package list.

To run : distrocompare.sh <older hash> <newer hash>
E.g. distrocompare.sh morty 92aa0e7
E.g. distrocompare.sh morty pyro
E.g. distrocompare.sh morty

output : The script will produce a file ending with
new_recipe_list.txt preceeded by the branch name from input

(From OE-Core rev: 32b363c2ba91fde4f10e5fe2c898b2fc2702aa85)

Signed-off-by: Tan Shen Joon <shen.joon.tan@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/distro/build-recipe-list.py [new file with mode: 0755]
scripts/distro/distrocompare.sh [new file with mode: 0755]