[OE-core] [PATCH v2 4/4] linux-firmware : add iwlwifi virtual package of all iwlwifi firmwares

2016-06-19 Thread christopher . w . clark
From: Christopher Clark Depends upon all available iwlwifi firmware packages at build time. Fix typo in ALLOW_EMPTY of earlier version. Motivation: simplifies inclusion of all Intel wifi firmwares. Signed-off-by: Christopher Clark

[OE-core] [PATCH v2 3/4] linux-firmware : fix typo in RDEPENDS line for iwlwifi-6000g2b-5

2016-06-19 Thread christopher . w . clark
From: Christopher Clark Signed-off-by: Christopher Clark --- meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH v2 1/4] linux-firmware : fix typo in LICENSE line for iwlwifi-6000g2b-5

2016-06-19 Thread christopher . w . clark
From: Christopher Clark Signed-off-by: Christopher Clark --- meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH v2 2/4] linux-firmware : add LICENSE line for iwlwifi-license package

2016-06-19 Thread christopher . w . clark
From: Christopher Clark Signed-off-by: Christopher Clark --- meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [OE-core] [PATCH 0/4] Upgrade systemd, dbus and util-linux

2016-06-19 Thread ChenQi
Hi All, Thank you for your feedback. I'll fix problems you mentioned and sent out V2. Best Regards, Chen Qi On 06/17/2016 11:36 AM, Chen Qi wrote: === Note that I've removed ptest support for util-linux because the codes have changed a lot. If you think that

Re: [OE-core] [PATCH] mkefidisk.sh; correct quoting

2016-06-19 Thread Christopher Larson
On Sun, Jun 19, 2016 at 2:38 PM, Troy D. Hanson wrote: > mkefidisk.sh writes embedded control characters into startup.nsh. > Causes bootup to fail, dropping user into EFI shell. Encountered while > following the the Yocto Quick Start example with the Minnowboard Max. > >

Re: [OE-core] [PATCH] qemu-native: set ld.bfd, fix cflags, and set some environment vars

2016-06-19 Thread Stephen Arnold
Following this: http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded and it still strips my " v3" from PATCH. Is there another document/prefix format I should be looking at? Thanks, Steve On Sun, Jun 19, 2016 at 12:40 PM, Stephen Arnold wrote: > The

[OE-core] [PATCH] mkefidisk.sh; correct quoting

2016-06-19 Thread Troy D. Hanson
mkefidisk.sh writes embedded control characters into startup.nsh. Causes bootup to fail, dropping user into EFI shell. Encountered while following the the Yocto Quick Start example with the Minnowboard Max. [YOCTO #9665] Signed-off-by: Troy D. Hanson ---

Re: [OE-core] packageconfig, add depends if feature is disabled

2016-06-19 Thread Burton, Ross
On 19 June 2016 at 10:52, Max Krummenacher wrote: > PACKAGECONFIG ?= "gtk3" > PACKAGECONFIG[gtk2] = ",,gtk+" > PACKAGECONFIG[gtk3] = "--enable-gtk3,,gtk+3" > PACKAGECONFIGs are meant to be explicit so "thing which is enabled when something else is disabled" is

[OE-core] [PATCH] qemu-native: set ld.bfd, fix cflags, and set some environment vars

2016-06-19 Thread Stephen Arnold
The main thing is build failures with gold linker, but qemu is also a little too aggressive at finding random tools on the build host, so we also set the build env for qemu-native and make sure it doesn't reset its own (hard-coded) cflags when we don't want it to. Signed-off-by: Stephen Arnold

[OE-core] [PATCH] gst-player: upgrade to latest HEAD

2016-06-19 Thread Ross Burton
Update to the latest revision now that we have gst-plugins-bad 1.8.x which has integrated the GstPlayer object. This upstream is now just the user interface, so remove all redundant items from the packaging and package the binaries in PN instead of PN-bin. Signed-off-by: Ross Burton

Re: [OE-core] [PATCH] Revert "image.bbclass: don't execute compression commands multiple times"

2016-06-19 Thread Koen Kooi
On 19 June 2016 at 09:50, Richard Purdie wrote: > On Sun, 2016-06-19 at 09:46 +0200, Koen Kooi wrote: >> >> >> > Op 18 jun. 2016, om 20:21 heeft Richard Purdie < >> > richard.pur...@linuxfoundation.org> het volgende geschreven: >> > >> > On Sat, 2016-06-18 at

[OE-core] will a "core-image-minimal-initramfs" run entirely off the initramfs?

2016-06-19 Thread Robert P. J. Day
about to start playing with initramfs images, and i want to clarify that those images run entirely off of the embedded initramfs. i'm reading this bit at the top of core-image-minimal-initramfs.bb: "DESCRIPTION = "Small image capable of booting a device. The kernel includes \ the Minimal

[OE-core] packageconfig, add depends if feature is disabled

2016-06-19 Thread Max Krummenacher
Hi The recent unconditional move towards gtk3 in oe-core forces me to follow with some of my recipes. I tried this with packageconfig, however there seems to be no easy way to specify DEPENDS in case a packageconfig feature is disabled. i.e. for gtk3 we need gtk+3 in depends while for gtk2 we

Re: [OE-core] [PATCH] Revert "image.bbclass: don't execute compression commands multiple times"

2016-06-19 Thread Richard Purdie
On Sun, 2016-06-19 at 09:46 +0200, Koen Kooi wrote: > > > > Op 18 jun. 2016, om 20:21 heeft Richard Purdie < > > richard.pur...@linuxfoundation.org> het volgende geschreven: > > > > On Sat, 2016-06-18 at 15:08 +0200, Koen Kooi wrote: > > > > Op 4 jun. 2016, om 15:09 heeft Richard Purdie < > > >

Re: [OE-core] [PATCH] Revert "image.bbclass: don't execute compression commands multiple times"

2016-06-19 Thread Koen Kooi
> Op 18 jun. 2016, om 20:21 heeft Richard Purdie > het volgende geschreven: > > On Sat, 2016-06-18 at 15:08 +0200, Koen Kooi wrote: >>> Op 4 jun. 2016, om 15:09 heeft Richard Purdie < >>> richard.pur...@linuxfoundation.org> het volgende geschreven: >>>