[OE-core] [PATCH 3/4] kernel-uimage.bbclass: support initramfs bundle

2018-05-14 Thread liu . ming50
From: Ming Liu Add do_uboot_mkimage to INITRAMFS_IMAGE_BUNDLE_POSTPROCESS_COMMANDS, and add uImage to KERNEL_IMAGETYPE_BACKUP_UIMAGE to support initramfs bundle when KEEPUIMAGE is set negative. Signed-off-by: Ming Liu --- meta/classes/kernel-uimage.bbclass | 4 1 file changed, 4 insertion

[OE-core] [PATCH 4/4] kernel-uimage.bbclass: support devicetree bundle

2018-05-14 Thread liu . ming50
From: Ming Liu This patch mainly aims to support devicetree bundle for uImage, when KEEPUIMAGE is set negative, by appending some code to kernel_do_install and kernel_do_deploy to check KERNEL_DEVICETREE_BUNDLE and call uboot-mkimage to regenerate the devicetree bundled image if it's set. Some c

[OE-core] [PATCH 2/4] kernel.bbclass: make bundle_initramfs to be more flexible

2018-05-14 Thread liu . ming50
From: Ming Liu Introduce three new variables: - INITRAMFS_IMAGE_BUNDLE_PREPROCESS_COMMANDS: the command list to be executed before re-compiling kernel with initramfs. - INITRAMFS_IMAGE_BUNDLE_POSTPROCESS_COMMANDS: the command list to be executed after re-compiling kernel with initramfs. - KER

[OE-core] [PATCH 1/4] kernel-uimage.bbclass: use boolean to check KEEPUIMAGE

2018-05-14 Thread liu . ming50
From: Ming Liu It now accepts yes/on/true/1 as positive values. Signed-off-by: Ming Liu --- meta/classes/kernel-uimage.bbclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/classes/kernel-uimage.bbclass b/meta/classes/kernel-uimage.bbclass index 1d8656e..d3d9d

[OE-core] [PATCH 0/4] support initramfs/devicetree bundle for uImage

2018-05-14 Thread liu . ming50
From: Ming Liu Ming Liu (4): kernel-uimage.bbclass: use boolean to check KEEPUIMAGE kernel.bbclass: make bundle_initramfs to be more flexible kernel-uimage.bbclass: support initramfs bundle kernel-uimage.bbclass: support devicetree bundle meta/classes/kernel-devicetree-common.bbclass |

[OE-core] [PATCH v3] bitbake.conf: drop obsolete comment referring to the fail-fast over-ride

2018-05-14 Thread Andre McCurdy
The comment appears to have been accidentally left behind when the fail-fast over-ride was removed by: http://git.openembedded.org/openembedded-core/commit/?id=83ce96f44516c8a4a44c8c0140949256f8422014 Also update comments to refer to bitbake variables as just variables, rather than environment

[OE-core] [PATCH v2] bitbake.conf: drop obsolete comment refering to the fail-fast over-ride

2018-05-14 Thread Andre McCurdy
The comment appears to have been accidentally left behind when the fail-fast over-ride was removed by: http://git.openembedded.org/openembedded-core/commit/?id=83ce96f44516c8a4a44c8c0140949256f8422014 Also update comments to refer to bitbake variables as just variables, rather than environment

[OE-core] [PATCH v2] kernel.bbclass: avoid duplicates in KERNEL_IMAGETYPE_FOR_MAKE

2018-05-14 Thread Andre McCurdy
Currently if KERNEL_IMAGETYPES contains both vmlinux and vmlinux.gz, KERNEL_IMAGETYPE_FOR_MAKE will end up containing two copies of vmlinux, which will result in two calls to "make vmlinux" from kernel_do_compile(). Avoid duplicating vmlinux in KERNEL_IMAGETYPE_FOR_MAKE plus some minor non-functio

Re: [OE-core] [PATCH] bitbake.conf: drop obsolete comment referring to the fail-fast over-ride

2018-05-14 Thread Richard Purdie
On Mon, 2018-05-14 at 14:09 -0700, Andre McCurdy wrote: > The comment appears to have been accidentally left behind when the > fail-fast over-ride was removed by: > >   http://git.openembedded.org/openembedded-core/commit/?id=83ce96f445 > 16c8a4a44c8c0140949256f8422014 > > Signed-off-by: Andre Mc

Re: [OE-core] [PATCH v2 2/2] wic: add ontrack DM6 aux3 support

2018-05-14 Thread Otavio Salvador
On Fri, May 11, 2018 at 7:07 PM, Burton, Ross wrote: > This one? > http://git.yoctoproject.org/cgit.cgi/poky-contrib/commit/?h=ross/mut&id=2e9012e6b44b83b3952598b08cd9d5dadd633b69 Yes, this one ... I reproduced the error here and will look at fixing it. -- Otavio Salvador

[OE-core] [PATCH] bitbake.conf: drop obsolete comment referring to the fail-fast over-ride

2018-05-14 Thread Andre McCurdy
The comment appears to have been accidentally left behind when the fail-fast over-ride was removed by: http://git.openembedded.org/openembedded-core/commit/?id=83ce96f44516c8a4a44c8c0140949256f8422014 Signed-off-by: Andre McCurdy --- meta/conf/bitbake.conf | 4 ++-- 1 file changed, 2 inserti

[OE-core] OpenEmbedded Developer Meeting in Edinburgh Oct 21, 2018 (before ELCE)

2018-05-14 Thread Philip Balister
Once again we will have a developer meeting in Edinburgh the Sunday before ELCE. Please go to https://www.openembedded.org/wiki/OEDEM_2018 and add yourself if you are attending and ideas for topics. Although it is called a developer meeting, we invite members of the larger community to attend. Th

Re: [OE-core] [PATCH] default-distrovars.inc: drop obsolete LGPLv2_WHITELIST_GPL-3.0

2018-05-14 Thread Andre McCurdy
On Mon, May 14, 2018 at 9:18 AM, Mark Hatle wrote: > On 5/11/18 7:02 PM, Andre McCurdy wrote: >> There doesn't seem to be a clear reason to have two separate >> variables to hold whitelisted GPLv3 recipes. Both variables are >> treated the same, so adding a recipe to LGPLv2_WHITELIST_GPL-3.0 is >>

Re: [OE-core] [PATCH v3 5/5] crosstap: replace script with new python based implementation

2018-05-14 Thread Victor Kamensky
On Mon, 14 May 2018, Burton, Ross wrote: On 5 April 2018 at 19:25, Victor Kamensky wrote: New crosstap python implementation is total replacement for crosstap shell script, that has superseding capabilities. New script support cross compiling of SystemTap scripts for user-land, by using supp

Re: [OE-core] [RFT] GCC 8.1

2018-05-14 Thread Martin Jansa
On Mon, May 14, 2018 at 10:33:41AM -0600, Dan McGregor wrote: > On 10 May 2018 at 12:53, Khem Raj wrote: > > Hi Dan, > > > > Thanks for testing > > > > On 5/10/18 7:34 AM, Dan McGregor wrote: > >> > >> On 4 May 2018 at 18:26, Khem Raj wrote: > >>> > >>> Hi All > >>> > >>> As you might have notice

Re: [OE-core] [RFT] GCC 8.1

2018-05-14 Thread Dan McGregor
On 10 May 2018 at 12:53, Khem Raj wrote: > Hi Dan, > > Thanks for testing > > On 5/10/18 7:34 AM, Dan McGregor wrote: >> >> On 4 May 2018 at 18:26, Khem Raj wrote: >>> >>> Hi All >>> >>> As you might have noticed that gcc 8.1 was released this week, I am >>> calling out for some testing help on t

Re: [OE-core] [PATCH] default-distrovars.inc: drop obsolete LGPLv2_WHITELIST_GPL-3.0

2018-05-14 Thread Mark Hatle
On 5/11/18 7:02 PM, Andre McCurdy wrote: > There doesn't seem to be a clear reason to have two separate > variables to hold whitelisted GPLv3 recipes. Both variables are > treated the same, so adding a recipe to LGPLv2_WHITELIST_GPL-3.0 is > already equivalent to adding it to WHITELIST_GPL-3.0. >

Re: [OE-core] [PATCHv2 4/5] qemu: add PACKAGECONFIG for virglrenderer, sdl2, usb-redir and spice

2018-05-14 Thread Martin Jansa
On Sun, May 13, 2018 at 09:05:16PM +0100, Burton, Ross wrote: > On 11 May 2018 at 20:21, Martin Jansa wrote: > > * sdl2 when selected needs sdl as well and will depend on both libsdl > > and libsdl > > Is that a limitation of the qemu build, or just how the configure > options work? Doesn't se

[OE-core] Yocto Project Status WW20’18

2018-05-14 Thread Jolley, Stephen K
Current Dev Position: YP 2.6 M1 is accepting patches. Next Deadline: YP 2.6 M1 release is TBD. SWAT Team Rotation: · SWAT lead is currently: Armin · SWAT team rotation: Armin -> Ross on May 18, 2018 · SWAT team rotation: Ross > Paul on May 25, 2018 · https://w

[OE-core] [PATCH] busybox: udhcpc: fix IPv6 support when using udhcpc

2018-05-14 Thread Stefan Agner
From: Stefan Agner The udhcpc script calls ip addr flush .. which flushes addresses of any address family, including IPv6. However, busybox udhcpc is IPv4 only and should not influence IPv6 addressing. Hence use ip addr flush with family constrait. The script particularly broke IPv6 SLAAC: Typic

Re: [OE-core] UNVERIFIED SENDER Re: Running BitBake multiple times without rechecking upstream AUTOREV versions

2018-05-14 Thread Richard Purdie
On Mon, 2018-05-14 at 13:05 +, chris.lapla...@agilent.com wrote: > Hi Richard, > > That looks perfect, thanks! On a related note, it seems "bitbake -- > revisions-changed" is broken in Sumo: > > ERROR: Command execution failed: Traceback (most recent call last): >   File "/home/laplante/yocto

Re: [OE-core] UNVERIFIED SENDER Re: Running BitBake multiple times without rechecking upstream AUTOREV versions

2018-05-14 Thread Chris Laplante via Openembedded-core
Hi Richard, That looks perfect, thanks! On a related note, it seems "bitbake --revisions-changed" is broken in Sumo: ERROR: Command execution failed: Traceback (most recent call last): File "/home/laplante/yocto/sources/poky/bitbake/lib/bb/command.py", line 116, in runAsyncCommand command

[OE-core] [PATCH] security_flags: disable static PIE in glibc

2018-05-14 Thread Ross Burton
Static PIE doesn't work entirely right in GCC 7, for example ldconfig on ARM with the flags enabled will something segfault during initialisation. To mitigate this until we have GCC 8 integrated, don't enable static PIE. Signed-off-by: Ross Burton --- meta/conf/distro/include/security_flags.inc

[OE-core] [PATCH] sqlite3: upgrade 3.23.0 -> 3.23.1

2018-05-14 Thread Marko, Peter
Signed-off-by: Marko Peter --- meta/recipes-support/sqlite/{sqlite3_3.23.0.bb => sqlite3_3.23.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/sqlite/{sqlite3_3.23.0.bb => sqlite3_3.23.1.bb} (59%) diff --git a/meta/recipes-support/sqlite/sqlite3_3.23.

[OE-core] [PATCH 0/1] devtool/sdk.py: error out in case of downloading file failure

2018-05-14 Thread Chen Qi
The following changes since commit 5479654eeaaa0f81bfff54ca49369c87f1658705: rm_work: Stop appending _setscene to do_image_complete_setscene stamps (2018-05-11 07:49:38 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/devtool-sdk-update http://gi

[OE-core] [PATCH 1/1] devtool/sdk.py: error out in case of downloading file failure

2018-05-14 Thread Chen Qi
It's possible that downloading file from updateserver fails. In this case, we should error out instead of continue. We have users reporting unexpected behavior of 'devtool sdk-update'. When an invalid url is supplied, e.g., `devtool sdk-update http://invalid', the program reports 'Note: Already up

Re: [OE-core] Running BitBake multiple times without rechecking upstream AUTOREV versions

2018-05-14 Thread Richard Purdie
On Fri, 2018-05-11 at 18:23 +, Chris Laplante via Openembedded-core wrote: > Hi all, >   > I’m working on using Jenkins to host our Yocto build. One of the > things that would be nice is to be able to do a “bitbake our-user- > image”, upload the artifacts to our network file storage, and then

Re: [OE-core] [PATCH v3 5/5] crosstap: replace script with new python based implementation

2018-05-14 Thread Burton, Ross
On 5 April 2018 at 19:25, Victor Kamensky wrote: > New crosstap python implementation is total replacement for > crosstap shell script, that has superseding capabilities. > New script support cross compiling of SystemTap scripts > for user-land, by using supplied image rootfs. Whereas old > script