[OE-core] [daisy] [PATCH 0/1] lttng-modules: update version to 2.4.2

2014-10-03 Thread Chang Rebecca Swee Fun
-modules has been verified with kernel version 3.10.43 and older kernel version 3.10.40 to ensure it does not break older kernel version build. It is also being verified with kernel 3.14.4. Thank you. Regards, Rebecca Chang Rebecca Swee Fun (1): lttng-modules: Update to version 2.4.2 meta/recipes

[OE-core] [daisy] [PATCH 1/1] lttng-modules: Update to version 2.4.2

2014-10-03 Thread Chang Rebecca Swee Fun
lttng-modules breaks when building with kernel 3.10.43. This updates lttng-modules for 2.4.2 and it will also fixes the build failure with kernel 3.10.43. Fixes for [YOCTO #6788] Signed-off-by: Chang Rebecca Swee Fun --- meta/recipes-kernel/lttng/lttng-modules_2.4.0.bb | 38

Re: [OE-core] [daisy] [PATCH 1/1] lttng-modules: Update to version 2.4.2

2014-10-12 Thread Chang, Rebecca Swee Fun
> -Original Message- > From: Kamble, Nitin A > Sent: 04 October, 2014 6:19 AM > To: Chang, Rebecca Swee Fun; openembedded-core@lists.openembedded.org > Cc: Ong, Boon Leong; Zanussi, Tom; Darren Hart > Subject: Re: [OE-core] [daisy] [PATCH 1/1] lttng-modules: Update

[OE-core] [daisy] [PATCHv2 1/1] lttng-modules: Update to version 2.4.2

2014-10-12 Thread Chang Rebecca Swee Fun
Rebecca Swee Fun --- .../lttng/lttng-modules/bio-bvec-iter.patch| 156 meta/recipes-kernel/lttng/lttng-modules_2.4.0.bb | 38 - meta/recipes-kernel/lttng/lttng-modules_2.4.2.bb | 38 + 3 files changed, 38 insertions(+), 194 deletions(-) delete mode 100644

[OE-core] [daisy] [PATCHv2 0/1] lttng-modules: update version to 2.4.2

2014-10-12 Thread Chang Rebecca Swee Fun
, Rebecca Chang Rebecca Swee Fun (1): lttng-modules: Update to version 2.4.2 .../lttng/lttng-modules/bio-bvec-iter.patch| 156 meta/recipes-kernel/lttng/lttng-modules_2.4.0.bb | 38 - meta/recipes-kernel/lttng/lttng-modules_2.4.2.bb | 38 + 3 files

Re: [OE-core] [master][PATCH] rpm: enable xz/lzma compression

2016-03-14 Thread Chang, Rebecca Swee Fun
ommit message? Regards, Rebecca -Original Message- From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] Sent: Monday, March 14, 2016 4:14 PM To: Chang, Rebecca Swee Fun ; openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [master][PATCH] rpm: enable xz/lzma compressio

Re: [OE-core] [PATCH] ed: update to 1.14.2

2017-04-11 Thread Chang, Rebecca Swee Fun
Thanks Jussi, Richard was suggesting to add a note in the recipe about upstream regularly removing releases. Should I push a V2? Is Maxim working on it? Rebecca From: Jussi Kukkonen [mailto:jussi.kukko...@intel.com] Sent: Tuesday, April 11, 2017 3:58 PM To: Chang, Rebecca Swee Fun Cc: Patches

Re: [OE-core] [PATCH] ed: 1.14.1 -> 1.14.2

2017-04-11 Thread Chang, Rebecca Swee Fun
>Upgrade ed from 1.14.1 to 1.14.2. > > Signed-off-by: Huang Qiyu > --- > meta/recipes-extended/ed/{ed_1.14.1.bb => ed_1.14.2.bb} | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes- > extended/ed/{ed_1.14.1.bb => ed_1.14.2.bb} (84%) > > diff --git a/meta/recipes-ext

[OE-core] [PATCHv2] ghostscript: fix warnings when building for arduino-101-sss

2017-05-08 Thread Chang Rebecca Swee Fun
arch is "arc". Thanks, Rebecca Chang Rebecca Swee Fun (1): ghostscript: check for incompatible host meta/recipes-extended/ghostscript/ghostscript_9.20.bb | 3 +++ 1 file changed, 3 insertions(+) -- 2.7.4 -- ___ Openembedded-core ma

[OE-core] [PATCHv2] ghostscript: check for incompatible host

2017-05-08 Thread Chang Rebecca Swee Fun
an error if someone specifically tries to build the recipe: ERROR: ghostscript was skipped: incompatible with host arc-yocto-elf (not in COMPATIBLE_HOST) [YOCTO #11344] Signed-off-by: Chang Rebecca Swee Fun --- meta/recipes-extended/ghostscript/ghostscript_9.20.bb | 3 +++ 1 file changed, 3 insertions(+

[OE-core] [PATCH] recipetool: create: fix conflict between SRCREV and tag

2017-11-14 Thread Chang Rebecca Swee Fun
the tag is valid, we should get the tag commit hash and drop the usage of 'tag=' from SRC_URI. By using a commit hash corresponding to the tag will prevent bitbake from accessing remote repository in order to expand SRCPV. Signed-off-by: Chang Rebecca Swee Fun --- scripts/lib/recipetool/

Re: [OE-core] [PATCH] recipetool: create: fix conflict between SRCREV and tag

2017-12-10 Thread Chang, Rebecca Swee Fun
Ping again. I noticed that it was on mut2 2 weeks ago. I think this was dropped somehow at that point. May I know what I can do in order to make it into M1 cycle? Thanks, Rebecca On 15/11/2017, 10:00 AM, "openembedded-core-boun...@lists.openembedded.org on behalf of Chang Rebecca Swe

Re: [OE-core] [PATCH] recipetool: create: fix conflict between SRCREV and tag

2017-12-12 Thread Chang, Rebecca Swee Fun
Thank you, please let me know if the patch need a v2. Rebecca From: Ross Burton Date: Monday, 11 December 2017 at 9:34 PM To: "Chang, Rebecca Swee Fun" Cc: OpenEmbedded Core Mailing List Subject: Re: [OE-core] [PATCH] recipetool: create: fix conflict between SRCREV and tag I t

[OE-core] [PATCH 1/1] sanity.bbclass: remove obsolete bblayers.conf updater code

2018-01-01 Thread Chang Rebecca Swee Fun
notify users when bblayers.conf is not valid and he needs to perform a manual update. [YOCTO #11683] Suggested-by: Patrick Ohly Signed-off-by: Chang Rebecca Swee Fun --- meta/classes/sanity.bbclass | 100 +--- 1 file changed, 1 insertion(+), 99 deletions

[OE-core] [pyro] [PATCH 0/2] Fix for fetcher failure on SRC_URI

2018-01-03 Thread Chang Rebecca Swee Fun
We encountered a few fetcher failures on pyro branch. A further investigation has been done and verified that it is not a transient network issue. Chang Rebecca Swee Fun (1): liburi-perl: update SRC_URI to yoctoproject mirror Ross Burton (1): diffstat: use HTTP mirror for SRC_URI meta

[OE-core] [pyro] [PATCH 1/2] liburi-perl: update SRC_URI to yoctoproject mirror

2018-01-03 Thread Chang Rebecca Swee Fun
Upstream has removed the 1.71 release from www.cpan.org and moved to the latest 1.72. Since we don't want to upgrade at this point of time, temporarily move the SRC_URI to yoctoproject source mirror. [YOCTO #12454] Signed-off-by: Chang Rebecca Swee Fun --- meta/recipes-devtools/perl/l

[OE-core] [pyro] [PATCH 2/2] diffstat: use HTTP mirror for SRC_URI

2018-01-03 Thread Chang Rebecca Swee Fun
From: Ross Burton The Invisible Mirror FTP service is currently down, and FTP is horrible, so switch to the HTTP mirror. (cherry picked from commit f31461f8ea11e82dbe14454a1149d9ec2120404d) [YOCTO #12455] Signed-off-by: Ross Burton Signed-off-by: Richard Purdie Signed-off-by: Chang Rebecca

Re: [OE-core] [PATCHv2 0/5] Enable wic in eSDK

2018-01-14 Thread Chang, Rebecca Swee Fun
Yes. The tests are in development. Stay tuned. > -Original Message- > From: Ed Bartosh [mailto:ed.bart...@linux.intel.com] > Sent: Friday, January 12, 2018 5:21 PM > To: Chang, Rebecca Swee Fun > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [P

[OE-core] [master] [PATCH] cryptodev-linux: update SRC_URI

2017-05-26 Thread Chang Rebecca Swee Fun
future. [YOCTO #11575] Signed-off-by: Chang Rebecca Swee Fun --- meta/recipes-kernel/cryptodev/cryptodev.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/cryptodev/cryptodev.inc b/meta/recipes-kernel/cryptodev/cryptodev.inc index 24b3227..4ae0a2b 100644

[OE-core] [pyro] [PATCH] cryptodev-linux: update SRC_URI

2017-05-26 Thread Chang Rebecca Swee Fun
future. [YOCTO #11575] Signed-off-by: Chang Rebecca Swee Fun --- meta/recipes-kernel/cryptodev/cryptodev.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/cryptodev/cryptodev.inc b/meta/recipes-kernel/cryptodev/cryptodev.inc index 24b3227..4ae0a2b 100644

[OE-core] [morty] [PATCH] cryptodev-linux: update SRC_URI

2017-05-26 Thread Chang Rebecca Swee Fun
future. [YOCTO #11575] Signed-off-by: Chang Rebecca Swee Fun --- meta/recipes-kernel/cryptodev/cryptodev.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/cryptodev/cryptodev.inc b/meta/recipes-kernel/cryptodev/cryptodev.inc index 160ab30..22c6977 100644

[OE-core] [krogoth] [PATCH] cryptodev-linux: update SRC_URI

2017-05-26 Thread Chang Rebecca Swee Fun
future. [YOCTO #11575] Signed-off-by: Chang Rebecca Swee Fun --- meta/recipes-kernel/cryptodev/cryptodev.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/cryptodev/cryptodev.inc b/meta/recipes-kernel/cryptodev/cryptodev.inc index ade7ef9..c0ff4a1 100644

[OE-core] [PATCH 0/2] devshell: make sure toolchains are populated in sysroot

2017-05-28 Thread Chang Rebecca Swee Fun
trailing whitespaces in devshell.bbclass. Thanks, Rebecca Chang Rebecca Swee Fun (2): devshell.bbclass: ensure toolchains available for do_devshell devshell.bbclass: clean up trailing whitespaces meta/classes/devshell.bbclass | 17 + 1 file changed, 13 insertions(+), 4

[OE-core] [PATCH 1/2] devshell.bbclass: ensure toolchains available for do_devshell

2017-05-28 Thread Chang Rebecca Swee Fun
Toolchains are required to be prepopulated in sysroot before entering devshell. [YOCTO #11464] Signed-off-by: Chang Rebecca Swee Fun --- meta/classes/devshell.bbclass | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/meta/classes/devshell.bbclass b/meta/classes

[OE-core] [PATCH 2/2] devshell.bbclass: clean up trailing whitespaces

2017-05-28 Thread Chang Rebecca Swee Fun
Signed-off-by: Chang Rebecca Swee Fun --- meta/classes/devshell.bbclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/classes/devshell.bbclass b/meta/classes/devshell.bbclass index 770dcbd..829c54c 100644 --- a/meta/classes/devshell.bbclass +++ b/meta/classes

Re: [OE-core] [pyro] [PATCH] cryptodev-linux: update SRC_URI

2017-05-29 Thread Chang, Rebecca Swee Fun
Hi Maxin, > -Original Message- > From: John, Maxin > Sent: Monday, May 29, 2017 3:50 PM > To: Chang, Rebecca Swee Fun > Cc: OpenEmbedded Core Mailing List c...@lists.openembedded.org> > Subject: Re: [OE-core] [pyro] [PATCH] cryptodev-linux: update SRC_URI > &

Re: [OE-core] [PATCHv3 0/2] devshell: make sure toolchains are populated in sysroot

2017-06-04 Thread Chang, Rebecca Swee Fun
Hi all, May I know is this patch in queue for merging? This fix was planned for 2.4M1. Thank you very much. Regards, Rebecca > -Original Message- > From: Chang, Rebecca Swee Fun > Sent: Tuesday, May 30, 2017 9:43 AM > To: OpenEmbedded Core Mailing List c...@lists.openembedd

[OE-core] [PATCH 0/3] Enhancement on devtool edit-recipe

2017-06-27 Thread Chang Rebecca Swee Fun
tool. This will help users to find the path to the recipes in workspace and it can be extended to find recipe outside of workspace using '-a/--any-recipe' option. Regards, Rebecca Chang Rebecca Swee Fun (3): scriptutils: exit politely when no text editor available scriptutil

[OE-core] [PATCH 2/3] scriptutils: pass in logger as parameter

2017-06-27 Thread Chang Rebecca Swee Fun
gger.error("Execution of '%s' failed: %s" % (editor, exc)) NameError: name 'logger' is not defined We pass in logger as parameter to run_editor() from where it has been called (devtool/utilcmds.py and recipetool/newappend.py), which both modules already has logger s

[OE-core] [PATCH 3/3] devtool: find-recipe: enable new subcommand for devtool

2017-06-27 Thread Chang Rebecca Swee Fun
#11434] Signed-off-by: Chang Rebecca Swee Fun --- scripts/lib/devtool/utilcmds.py | 18 ++ 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/scripts/lib/devtool/utilcmds.py b/scripts/lib/devtool/utilcmds.py index 938d88a..c8cb760 100644 --- a/scripts/lib/devto

[OE-core] [PATCH 1/3] scriptutils: exit politely when no text editor available

2017-06-27 Thread Chang Rebecca Swee Fun
ERROR: Execution of 'vi' failed: Command 'vi "/workdir/docker-dbg/workspace/recipes/ifupdown/ifupdown_0.8.16.bb"' returned non-zero exit status 127 [YOCTO #11434] Signed-off-by: Chang Rebecca Swee Fun --- scripts/lib/scriptutils.py | 4 ++-- 1 file changed, 2 inser

Re: [OE-core] [PATCH 0/3] Enhancement on devtool edit-recipe

2017-07-10 Thread Chang, Rebecca Swee Fun
Ping in case maintainer has missed this series. Please let me know if there are any concern to merge this enhancement on devtool edit-recipe and I would rework it asap for 2.4M2. Thank you very much. Rebecca > -Original Message- > From: Chang, Rebecca Swee Fun > Sent: Wednesday

[OE-core] [PATCH 0/3] devtool: add: automatically set branch for git URLs if not master

2017-07-12 Thread Chang Rebecca Swee Fun
rs to enable them manually on needed basis. Thanks. Regards, Rebecca Chang Rebecca Swee Fun (3): recipetool: create: disable PREMIRRORS and MIRRORS by default devtool: standard: enable options for PREMIRRORS and MIRRORS recipetool: create: being able to set branch when revision is pro

[OE-core] [PATCH 2/3] devtool: standard: enable options for PREMIRRORS and MIRRORS

2017-07-12 Thread Chang Rebecca Swee Fun
Since we have provide an option to manually enable PREMIRRORS and MIRRORS in recipetool, we need to make sure devtool is having the same options as devtool uses recipetool in creating new recipes. Signed-off-by: Chang Rebecca Swee Fun --- scripts/lib/devtool/standard.py | 3 +++ 1 file changed

[OE-core] [PATCH 1/3] recipetool: create: disable PREMIRRORS and MIRRORS by default

2017-07-12 Thread Chang Rebecca Swee Fun
When creating new recipes, we are almost certainly fetching a new source rather that something that has already been fetched. I have disable PREMIRRORS and MIRRORS settings from datastore while leaving an option for users to enable them manually if needed. Signed-off-by: Chang Rebecca Swee Fun

[OE-core] [PATCH 3/3] recipetool: create: being able to set branch when revision is provided

2017-07-12 Thread Chang Rebecca Swee Fun
inform user to provide a correct branch and exit. [YOCTO #11389] Signed-off-by: Chang Rebecca Swee Fun --- scripts/lib/recipetool/create.py | 36 1 file changed, 36 insertions(+) diff --git a/scripts/lib/recipetool/create.py b/scripts/lib/recipetool/create.p

[OE-core] [PATCHv2 0/4] devtool: add: automatically set branch for git URLs if not master

2017-07-20 Thread Chang Rebecca Swee Fun
on needed basis. Thanks. Regards, Rebecca Chang Rebecca Swee Fun (3): recipetool: create: disable PREMIRRORS and MIRRORS by default devtool: standard: enable options for PREMIRRORS and MIRRORS recipetool: create: being able to set branch when revision is provided Stanley Phoong (1):

[OE-core] [PATCHv2 1/4] recipetool: create: disable PREMIRRORS and MIRRORS by default

2017-07-20 Thread Chang Rebecca Swee Fun
When creating new recipes, we are almost certainly fetching a new source rather that something that has already been fetched. I have disable PREMIRRORS and MIRRORS settings from datastore while leaving an option for users to enable them manually if needed. Signed-off-by: Chang Rebecca Swee Fun

[OE-core] [PATCHv2 4/4] recipetool: create: handle git URLs specifying only a tag

2017-07-20 Thread Chang Rebecca Swee Fun
From: Stanley Phoong If a git URL is passed to recipetool create with a tag=, recipetool should handle it assuming that the tag is valid. Also, during the creation of recipe, it seems that the automation for replacing ${PV} at the SRCURI for tag, (e.g mbed-tls-${PV}) is causing some issue due to

[OE-core] [PATCHv2 2/4] devtool: standard: enable options for PREMIRRORS and MIRRORS

2017-07-20 Thread Chang Rebecca Swee Fun
Since we have provide an option to manually enable PREMIRRORS and MIRRORS in recipetool, we need to make sure devtool is having the same options as devtool uses recipetool in creating new recipes. Signed-off-by: Chang Rebecca Swee Fun --- scripts/lib/devtool/standard.py | 3 +++ 1 file changed

[OE-core] [PATCHv2 3/4] recipetool: create: being able to set branch when revision is provided

2017-07-20 Thread Chang Rebecca Swee Fun
inform user to provide a correct branch and exit. [YOCTO #11389] Signed-off-by: Chang Rebecca Swee Fun --- scripts/lib/recipetool/create.py | 37 + 1 file changed, 37 insertions(+) diff --git a/scripts/lib/recipetool/create.py b/scripts/lib/recipetool/create.p

Re: [OE-core] [PATCHv2 1/4] recipetool: create: disable PREMIRRORS and MIRRORS by default

2017-07-22 Thread Chang, Rebecca Swee Fun
Sure, no problem, rebase is in progress now. Rebecca From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Friday, July 21, 2017 9:50 PM To: Chang, Rebecca Swee Fun Cc: OpenEmbedded Core Mailing List Subject: Re: [OE-core] [PATCHv2 1/4] recipetool: create: disable PREMIRRORS and MIRRORS by

[OE-core] [PATCHv3 0/3] devtool: add: automatically set branch for git URLs if not master

2017-07-24 Thread Chang Rebecca Swee Fun
Hi Ross, Change log on v3: Rebased to latest master HEAD Thanks. Regards, Rebecca Chang Rebecca Swee Fun (2): recipetool: create: disable PREMIRRORS and MIRRORS by default recipetool: create: being able to set branch when revision is provided Stanley Phoong (1): recipetool: create

[OE-core] [PATCHv3 2/3] recipetool: create: being able to set branch when revision is provided

2017-07-24 Thread Chang Rebecca Swee Fun
inform user to provide a correct branch and exit. [YOCTO #11389] Signed-off-by: Chang Rebecca Swee Fun --- scripts/lib/recipetool/create.py | 41 1 file changed, 41 insertions(+) diff --git a/scripts/lib/recipetool/create.py b/scripts/lib/recipetool/create.p

[OE-core] [PATCHv3 1/3] recipetool: create: disable PREMIRRORS and MIRRORS by default

2017-07-24 Thread Chang Rebecca Swee Fun
When creating new recipes, we are almost certainly fetching a new source rather that something that has already been fetched. I have disable PREMIRRORS and MIRRORS settings from tinfoil while leaving an option for users to enable them manually if needed. Signed-off-by: Chang Rebecca Swee Fun

[OE-core] [PATCHv3 3/3] recipetool: create: handle git URLs specifying only a tag

2017-07-24 Thread Chang Rebecca Swee Fun
From: Stanley Phoong If a git URL is passed to recipetool create with a tag=, recipetool should handle it assuming that the tag is valid. Also, during the creation of recipe, it seems that the automation for replacing ${PV} at the SRCURI for tag, (e.g mbed-tls-${PV}) is causing some issue due to

[OE-core] [PATCHv4 1/4] recipetool: create: disable PREMIRRORS and MIRRORS by default

2017-07-27 Thread Chang Rebecca Swee Fun
: Chang Rebecca Swee Fun --- scripts/lib/recipetool/create.py | 3 ++- scripts/lib/scriptutils.py | 9 - 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/scripts/lib/recipetool/create.py b/scripts/lib/recipetool/create.py index 359eb9a..f6ea422 100644 --- a/scripts/lib

[OE-core] [PATCHv4 0/4] devtool: add: automatically set branch for git URLs if not master

2017-07-27 Thread Chang Rebecca Swee Fun
ncies recipes. Change log on v3: Rebased to latest master HEAD Thanks. Regards, Rebecca Chang Rebecca Swee Fun (2): recipetool: create: disable PREMIRRORS and MIRRORS by default recipetool: create: being able to set branch when revision is provided Stanley Phoong (2): recipetool: create: handl

[OE-core] [PATCHv4 3/4] recipetool: create: handle git URLs specifying only a tag

2017-07-27 Thread Chang Rebecca Swee Fun
From: Stanley Phoong If a git URL is passed to recipetool create with a tag=, recipetool should handle it assuming that the tag is valid. [YOCTO #11393] Signed-off-by: Stanley Phoong --- scripts/lib/recipetool/create.py | 33 ++--- 1 file changed, 30 insertions(+),

[OE-core] [PATCHv4 2/4] recipetool: create: being able to set branch when revision is provided

2017-07-27 Thread Chang Rebecca Swee Fun
inform user to provide a correct branch and exit. [YOCTO #11389] Signed-off-by: Chang Rebecca Swee Fun --- scripts/lib/recipetool/create.py | 41 1 file changed, 41 insertions(+) diff --git a/scripts/lib/recipetool/create.py b/scripts/lib/recipetool/create.p

[OE-core] [PATCHv4 4/4] recipetool: create: replacing PV in SRCURI

2017-07-27 Thread Chang Rebecca Swee Fun
From: Stanley Phoong During recipe creation, it seems that the automation for replacing ${PV} at the SRCURI for tag, (e.g mbed-tls-${PV}) is causing some issue due to PV assuming it's a git source. A fix is implemented in this patch to resolve this issue. Signed-off-by: Stanley Phoong --- scri

[OE-core] [PATCH] recipetool: create: disable PREMIRRORS and MIRRORS by default

2017-08-09 Thread Chang Rebecca Swee Fun
already has this options, we need to ensure that recipetool is able to handle the options passed from devtool. Signed-off-by: Chang Rebecca Swee Fun --- scripts/lib/recipetool/create.py | 3 ++- scripts/lib/scriptutils.py | 9 - 2 files changed, 10 insertions(+), 2 deletions(-) diff

[OE-core] [PATCH 3/3] recipetool: create: replacing PV in SRCURI

2017-08-15 Thread Chang Rebecca Swee Fun
From: Stanley Phoong During recipe creation, it seems that the automation for replacing ${PV} at the SRCURI for tag, (e.g mbed-tls-${PV}) is causing some issue due to PV assuming it's a git source. A fix is implemented in this patch to resolve this issue. Signed-off-by: Stanley Phoong --- scri

[OE-core] [PATCH 0/3] recipetool: bug fixes and enhancement

2017-08-15 Thread Chang Rebecca Swee Fun
/140618.html Thanks and best regards, Rebecca Chang Rebecca Swee Fun (1): recipetool: create: being able to set branch when revision is provided Stanley Phoong (2): recipetool: create: handle git URLs specifying only a tag recipetool: create: replacing PV in SRCURI scripts/lib/recipetool

[OE-core] [PATCH 1/3] recipetool: create: being able to set branch when revision is provided

2017-08-15 Thread Chang Rebecca Swee Fun
anch to the URL. If the revision was found on multiple branches and 'master' is not in the list, we will display error to inform user to provide a correct branch and exit. [YOCTO #11389] Signed-off-by: Chang Rebecca Swee Fun --- scripts/lib/recipetool/create.py | 48 ++

[OE-core] [PATCH 2/3] recipetool: create: handle git URLs specifying only a tag

2017-08-15 Thread Chang Rebecca Swee Fun
From: Stanley Phoong If a git URL is passed to recipetool create with a tag=, recipetool should handle it assuming that the tag is valid. [YOCTO #11393] Signed-off-by: Stanley Phoong --- scripts/lib/recipetool/create.py | 23 ++- 1 file changed, 22 insertions(+), 1 deletio

[OE-core] [PATCHv2 0/3] recipetool: bug fixes and enhancement

2017-08-15 Thread Chang Rebecca Swee Fun
and MIRRORS by default http://lists.openembedded.org/pipermail/openembedded-core/2017-August/140618.html Thanks and best regards, Rebecca Chang Rebecca Swee Fun (1): recipetool: create: being able to set branch when revision is provided Stanley Phoong (2): recipetool: create: handle git URLs

[OE-core] [PATCHv2 2/3] recipetool: create: handle git URLs specifying only a tag

2017-08-15 Thread Chang Rebecca Swee Fun
From: Stanley Phoong If a git URL is passed to recipetool create with a tag=, recipetool should handle it assuming that the tag is valid. [YOCTO #11393] Signed-off-by: Stanley Phoong --- scripts/lib/recipetool/create.py | 23 ++- 1 file changed, 22 insertions(+), 1 deletio

[OE-core] [PATCHv2 3/3] recipetool: create: replacing PV in SRCURI

2017-08-15 Thread Chang Rebecca Swee Fun
From: Stanley Phoong During recipe creation, it seems that the automation for replacing ${PV} at the SRCURI for tag, (e.g mbed-tls-${PV}) is causing some issue due to PV assuming it's a git source. A fix is implemented in this patch to resolve this issue. Signed-off-by: Stanley Phoong --- scri

[OE-core] [PATCHv2 1/3] recipetool: create: being able to set branch when revision is provided

2017-08-15 Thread Chang Rebecca Swee Fun
anch to the URL. If the revision was found on multiple branches and 'master' is not in the list, we will display error to inform user to provide a correct branch and exit. [YOCTO #11389] Signed-off-by: Chang Rebecca Swee Fun --- scripts/lib/recipetool/create.py | 48 ++

[OE-core] [PATCH] bitbake.conf: add definition for BUILDSDK_CXXFLAGS

2017-08-29 Thread Chang Rebecca Swee Fun
, CXXFLAGS is the same as CFLAGS in SDK environment. Adding definition for ${BUILDSDK_CXXFLAGS} will resolve CXXFLAGS being set wrongly in SDK environment. [YOCTO #11769] Signed-off-by: Chang Rebecca Swee Fun --- meta/conf/bitbake.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf

[OE-core] [PATCH] oeqa/sdkext: wic: add new test cases for eSDK

2018-01-21 Thread Chang Rebecca Swee Fun
wic is now available in the eSDK. Adding test cases to test wic utility within eSDK. Signed-off-by: Chang Rebecca Swee Fun --- meta/lib/oeqa/sdkext/cases/wic.py | 171 ++ 1 file changed, 171 insertions(+) create mode 100644 meta/lib/oeqa/sdkext/cases/wic.py

Re: [OE-core] [PATCH] oeqa/sdkext: wic: add new test cases for eSDK

2018-02-05 Thread Chang, Rebecca Swee Fun
Ping Some basic tests for wic to ensure it is supported in eSDK. > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Chang Rebecca Swee Fun > Sent: Monday, January 22, 201

[OE-core] [PATCH 1/2] eudev: bump up to version 3.2.5

2018-02-08 Thread Chang Rebecca Swee Fun
This upgraded version of eudev includes: - Headers to build under glibc-2.25 and above - Bug fix on ata_id - Misc: rules and hardware database update Signed-off-by: Chang Rebecca Swee Fun --- meta/recipes-core/udev/{eudev_3.2.2.bb => eudev_3.2.5.bb} | 4 ++-- 1 file changed, 2 insertions(+)

[OE-core] [PATCH 2/2] maintainers.inc: update recipe ownership

2018-02-08 Thread Chang Rebecca Swee Fun
Remove recipe for sato-icon-theme that was obsolete since YP 2.2 release and change ownership for eudev recipe. Signed-off-by: Chang Rebecca Swee Fun --- meta/conf/distro/include/maintainers.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/conf/distro/include

[OE-core] [PATCH 1/2] bmap-tools: change SRC_URI to use tarball instead

2018-02-08 Thread Chang Rebecca Swee Fun
Tarball sources can be checksummed and are faster to download. Signed-off-by: Chang Rebecca Swee Fun --- meta/recipes-support/bmap-tools/bmap-tools_3.4.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-support/bmap-tools/bmap-tools_3.4.bb b/meta/recipes

[OE-core] [PATCH 2/2] maintainers.inc: change ownership for bmap-tools and wic-tools

2018-02-08 Thread Chang Rebecca Swee Fun
Signed-off-by: Chang Rebecca Swee Fun --- meta/conf/distro/include/maintainers.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 34f3d81..dc7d688 100644 --- a/meta/conf/distro

Re: [OE-core] [PATCH 1/2] bmap-tools: change SRC_URI to use tarball instead

2018-02-08 Thread Chang, Rebecca Swee Fun
Hi Alex, > -Original Message- > From: Alexander Kanavin [mailto:alexander.kana...@linux.intel.com] > Sent: Friday, February 9, 2018 2:52 PM > To: Chang, Rebecca Swee Fun ; > openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH 1/2] bmap-tools: cha

[OE-core] [PATCH 2/2] build-appliance-image: update version to 19.0.0

2018-02-12 Thread Chang Rebecca Swee Fun
Updating recipe to reflect latest poky version and SRCREV points to latest master HEAD revision. Signed-off-by: Chang Rebecca Swee Fun --- ...{build-appliance-image_15.0.0.bb => build-appliance-image_19.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-c

[OE-core] [PATCH 1/2] maintainers.inc: change ownership

2018-02-12 Thread Chang Rebecca Swee Fun
Taking ownership on recipes related to boot and base setup. Signed-off-by: Chang Rebecca Swee Fun --- meta/conf/distro/include/maintainers.inc | 25 + 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf

Re: [OE-core] [PATCH 2/2] build-appliance-image: update version to 19.0.0

2018-02-12 Thread Chang, Rebecca Swee Fun
> -Original Message- > From: Alexander Kanavin [mailto:alexander.kana...@linux.intel.com] > Sent: Monday, February 12, 2018 4:43 PM > To: Chang, Rebecca Swee Fun ; > openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH 2/2] build-appliance-image:

Re: [OE-core] [PATCH] oeqa/sdkext: wic: add new test cases for eSDK

2018-02-12 Thread Chang, Rebecca Swee Fun
Hi all, Ed has acked/reviewed on the patchset. Link to patchset: https://patchwork.openembedded.org/patch/147467/ Regards, Rebecca -Original Message- From: Bartosh, Eduard Sent: Monday, February 12, 2018 5:09 PM To: Chang, Rebecca Swee Fun Subject: Re: [OE-core] [PATCH] oeqa/sdkext

[OE-core] [PATCHv2] build-appliance-image: update SRCREV to master HEAD revision

2018-02-12 Thread Chang Rebecca Swee Fun
Signed-off-by: Chang Rebecca Swee Fun --- meta/recipes-core/images/build-appliance-image_15.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/images/build-appliance-image_15.0.0.bb b/meta/recipes-core/images/build-appliance-image_15.0.0.bb index