Re: [OE-core] [Pyro] backport request

2017-07-30 Thread Khem Raj
On Sun, Jul 30, 2017 at 8:23 PM, akuster808 wrote: > > > On 07/28/2017 01:08 PM, Khem Raj wrote: >> >> Hi Armin >> >> Please consider >> >> >> http://git.openembedded.org/openembedded-core/commit/?id=5d3df78367be0afbfe001b4fa776a98a82e6ce54 > > > does >

Re: [OE-core] [Pyro] backport request

2017-07-30 Thread akuster808
On 07/28/2017 01:08 PM, Khem Raj wrote: Hi Armin Please consider http://git.openembedded.org/openembedded-core/commit/?id=5d3df78367be0afbfe001b4fa776a98a82e6ce54 does http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?h=pyro=cc48789276e0f91b37f1d89e418c87ee8bcc2d2f work? - armin

[OE-core] [PATCH] gtk+3: 3.22.16 -> 3.22.17

2017-07-30 Thread Huang Qiyu
Update gtk+3 from 3.22.16 to 3.22.17. Signed-off-by: Huang Qiyu --- meta/recipes-gnome/gtk+/{gtk+3_3.22.16.bb => gtk+3_3.22.17.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/gtk+/{gtk+3_3.22.16.bb => gtk+3_3.22.17.bb} (84%)

[OE-core] [PATCH] gtk-icon-utils-native: 3.22.16 -> 3.22.17

2017-07-30 Thread Huang Qiyu
Update gtk-icon-utils-native from 3.22.16 to 3.22.17. Signed-off-by: Huang Qiyu --- ...-icon-utils-native_3.22.16.bb => gtk-icon-utils-native_3.22.17.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[OE-core] [PATCH] matchbox-session-sato: Make the battery applet depend on machine features

2017-07-30 Thread Eran Matityahu
matchbox-panel enables the battery plugin only if the acpi/apm machine features are enabled, so enable the battery applet in the session script under the same conditions. This avoids the 'Failed to load applet "battery"' warning at runtime, in case these machine features are not defined.

[OE-core] [PATCH] x86-base.inc: enable live image type

2017-07-30 Thread Ed Bartosh
live image type was replaced by hddimg recently. This made NOHDD and NOISO options ineffective as they only influence live builds. It also causes image building failure for image sizes >4Gb Returned back live image type and disabled building iso image. This doesn't change result (hddimg is

Re: [OE-core] [PATCH v3] wic: ensure generated disk system identifier is non-zero

2017-07-30 Thread Jonathan Liu
Hi Ed, On 30 July 2017 at 20:02, Ed Bartosh wrote: > On Sat, Jul 29, 2017 at 12:45:27AM +1000, Jonathan Liu wrote: >> Zero may be interpreted as no MBR signature present and another >> partitioning program might install a new MBR signature. >> >> Signed-off-by:

Re: [OE-core] [PATCH v3] wic: ensure generated disk system identifier is non-zero

2017-07-30 Thread Ed Bartosh
On Sat, Jul 29, 2017 at 12:45:27AM +1000, Jonathan Liu wrote: > Zero may be interpreted as no MBR signature present and another > partitioning program might install a new MBR signature. > > Signed-off-by: Jonathan Liu > --- > scripts/lib/wic/plugins/imager/direct.py | 2 +- >

[OE-core] [PATCH v2] package_manager: Fix support for NO_RECOMMENDATONS

2017-07-30 Thread Richard Röjfors
When support for dnf was introduced the check of the no NO_RECOMMENDATIONS variable got broken. This fixes the issue by compairing to the string "1" rather than the number 1. Signed-off-by: Richard Röjfors --- meta/lib/oe/package_manager.py | 2 +- 1 file changed, 1

[OE-core] ✗ patchtest: failure for package_manager: Fix support for NO_RECOMMENDATONS

2017-07-30 Thread Patchwork
== Series Details == Series: package_manager: Fix support for NO_RECOMMENDATONS Revision: 1 URL : https://patchwork.openembedded.org/series/8021/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have

[OE-core] [PATCH] package_manager: Fix support for NO_RECOMMENDATONS

2017-07-30 Thread Richard Röjfors
When support for dnf was introduced the check of the no NO_RECOMMENDATIONS variable got broken. This fixes the issue by compairing to the string "1" rather than the number 1. Signed-off-by: Richard Röjfors --- diff --git a/meta/lib/oe/package_manager.py

[OE-core] ✗ patchtest: failure for uninative: Update to 1.7 uninative release

2017-07-30 Thread Patchwork
== Series Details == Series: uninative: Update to 1.7 uninative release Revision: 1 URL : https://patchwork.openembedded.org/series/8020/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

Re: [OE-core] [PATCH 3/3] core-image-minimal-initramfs: use initramfs-framework by default

2017-07-30 Thread Richard Purdie
On Sun, 2017-07-23 at 16:51 -0700, wei.tee...@intel.com wrote: > From: "Ng, Wei Tee" > > Use the initramfs-framework for initialization by default due to > the modularity and expansibility. > > [YOCTO #10987] > > Signed-off-by: Ng, Wei Tee > --- >  

[OE-core] [PATCH] uninative: Update to 1.7 uninative release

2017-07-30 Thread Richard Purdie
This updates to a newer glibc and updates patchelf to include a bugfix to work with gold. Signed-off-by: Richard Purdie --- meta/conf/distro/include/yocto-uninative.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git