[OE-core] [PATCH] update distro_alias to include unmap packages on other distro

2017-07-10 Thread Tan Shen Joon
From: Shen Joon Tan Added packages with different names or based on sources that generates multiple binaries eg: python-pycurl source generates python3-pycurl as well. Currently, some of these packages are not displayed as part of other distro due to naming

[OE-core] [PATCH v2] distro_alias.inc: update unmap packages to other distro

2017-07-12 Thread Tan Shen Joon
From: Shen Joon Tan Added packages with different names or based on sources that generates multiple binaries eg: python-pycurl source generates python3-pycurl as well. Currently, some of these packages are not displayed as part of other distro due to naming differences

[OE-core] [PATCH] distrodata: function to identify new packages on a release

2017-07-28 Thread Tan Shen Joon
Identify new packages based on two distinct branches. This script takes 2 parameters; either a commit-ish or a branch name To run : distrocompare.sh E.g. distrocompare.sh morty 92aa0e7 E.g. distrocompare.sh morty pyro output : The script will produce a file ending with new_recipe_list.txt

[OE-core] [PATCH v2] distrodata: function to identify new packages on a release

2017-07-28 Thread Tan Shen Joon
preceeded by the branch name from input Signed-off-by: Tan, Shen Joon <shen.joon@intel.com> --- scripts/distro/build-recipe-list.py | 117 scripts/distro/distrocompare.sh | 83 + 2 files changed, 200 insertions(+) creat

[OE-core] [PATCH v3] distrodata: add a utility script to compare list of recipes

2017-08-09 Thread Tan Shen Joon
branch/commit-ish package list. To run : distrocompare.sh 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 Signed-off-by: Tan Shen

Re: [OE-core] [PATCH] distrodata: function to identify new packages on a release

2017-08-06 Thread Tan, Shen Joon
Sure. I'll update it to use the current clone instead and submit it as V2 From: Burton, Ross [ross.bur...@intel.com] Sent: Saturday, July 29, 2017 9:12 PM To: Andre McCurdy Cc: Tan, Shen Joon; OE Core mailing list Subject: Re: [OE-core] [PATCH] distrodata