[OE-core] [PATCH] libdrm: 2.4.68 -> 2.4.70

2016-08-17 Thread Dai Caiyun
Upgrade libdrm from 2.4.68 to 2.4.70. Signed-off-by: Dai Caiyun --- meta/recipes-graphics/drm/libdrm/fix_O_CLOEXEC_undeclared.patch | 2 +- meta/recipes-graphics/drm/{libdrm_2.4.68.bb => libdrm_2.4.70.bb} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)

[OE-core] [PATCH] gdk-pixbuf: 2.34.0 -> 2.35.3

2016-08-17 Thread Wang Xin
Upgrade gdk-pixbuf from 2.34.0 to 2.35.3. Signed-off-by: Wang Xin --- .../gdk-pixbuf/{gdk-pixbuf_2.34.0.bb => gdk-pixbuf_2.35.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf_2.34.0.bb =>

[OE-core] [PATCH] glib-2.0: 2.48.1 -> 2.48.2

2016-08-17 Thread Wang Xin
1) Upgrade glib-2.0 from 2.48.1 to 2.48.2. 2) Modify Enable-more-tests-while-cross-compiling.patch, since the data has changed. Signed-off-by: Wang Xin --- .../glib-2.0/glib-2.0/Enable-more-tests-while-cross-compiling.patch | 2 +-

[OE-core] [PATCH V2] bash: fix run-intl ptest failed

2016-08-17 Thread Dengke Du
1. Filter the extra white space in intl.right When the sub-test unicode2.sub of intl.tests executed, it produced compact results without extra white space, compared to intl.right, it failed. So we need to filter the extra white space in intl.right. Import this patch for

[OE-core] [PATCH] kexec-tools: 2.0.12 -> 2.0.13

2016-08-17 Thread Dai Caiyun
Upgrade kexec-tools from 2.0.12 to 2.0.13. Signed-off-by: Dai Caiyun --- .../kexec/{kexec-tools_2.0.12.bb => kexec-tools_2.0.13.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-kernel/kexec/{kexec-tools_2.0.12.bb =>

[OE-core] [PATCH V5] rootfs.py: allow removal of unneeded packages

2016-08-17 Thread Stephano Cetola
Paul and I had a discussion about this a couple weeks ago. We want to allow for the removal of certain packages, regardless of the image features containing "read-only-rootfs". For example, if something has a runtime dependency on update-rc.d or shadow, we need a way to remove these packages

[OE-core] [PATCH V5] rootfs.py: allow removal of unneeded packages

2016-08-17 Thread Stephano Cetola
Current functionality allows for the removal of certain packages based on the read-only image feature. This patch extends this functionality by adding the FORCE_RO_REMOVE variable, which will remove these packages regardless of any image features. [ YOCTO #9491 ] Signed-off-by: Stephano Cetola

[OE-core] [PATCH 2/2] oeqa/selftest Adds eSDK test cases to devtool verification.

2016-08-17 Thread Francisco Pedraza
The covered functions are, install libraries headers, image generation binary feeds and sdk update devtool. Signed-off-by: Francisco Pedraza --- meta/lib/oeqa/selftest/eSDK.py | 147 + 1 file changed, 147

[OE-core] [PATCH 1/2] oeqa/sdkext: Adds test cases for devtool extensible SDK

2016-08-17 Thread Francisco Pedraza
Adds test cases in order to increase devtool verification. The changes cover add, reset, build make, build cmake, extend autotools recipe creation, kernel module and node.js. Signed-off-by: Francisco Pedraza --- meta/lib/oeqa/sdkext/devtool.py

Re: [OE-core] [PATCH] testimage: allow using kvm when running qemux86* machines

2016-08-17 Thread Aníbal Limón
On 08/16/2016 06:08 PM, Bill Randle wrote: > Using kvm can provide significant speedups when running qemux86* machines > on an x86* host. Enabled by using the new QEMU_USE_KVM variable. > > [YOCTO #9298] > > Signed-off-by: Bill Randle Acked-by: Aníbal Limón

Re: [OE-core] [PATCH] mmc-utils: update to latest git revision

2016-08-17 Thread Nobuhiro Iwamatsu
Hi, 2016-08-08 19:25 GMT+09:00 Burton, Ross : > > On 8 August 2016 at 11:09, Nobuhiro Iwamatsu wrote: >> >> mmc-utils will change the revision of Git in version 0.1. We are using >> the now of any revision in PV, >> we do not know from version of

[OE-core] [PATCH v2 0/1] wget: Add --ssh-askpass support

2016-08-17 Thread Liam R. Howlett
This adds the --ssh-askpass=COMMAND option which is disabled by default. --use-askpass=COMMAND will request the username and password for a given URL by executing the external program COMMAND. If COMMAND is left blank, then the external program in the environment variable WGET_ASKPASS will be

[OE-core] [PATCH v2 1/1] wget: Add --ssh-askpass support

2016-08-17 Thread Liam R. Howlett
This adds the --ssh-askpass=COMMAND option which is disabled by default. --use-askpass=COMMAND will request the username and password for a given URL by executing the external program COMMAND. If COMMAND is left blank, then the external program in the environment variable WGET_ASKPASS will be

Re: [OE-core] [oe-core][PATCH 1/1] systemd-compat-units: pkg_postinst() does not work

2016-08-17 Thread Richard Purdie
On Mon, 2016-08-15 at 16:04 -0700, Joe Slater wrote: > The test for various files is wrong and will always be > true, even if init.d does not exist. > > Exit if init.d does not exist, and correctly test for > file existence otherwise. > > Signed-off-by: Joe Slater > --- >

[OE-core] [PATCH] kernel-module-split.bbclass: no need for running depmod

2016-08-17 Thread André Draszik
With the recent changes, executing depmod is not needed anymore. This simplifies and remove a lot of unnecessary code. Signed-off-by: André Draszik --- meta/classes/kernel-module-split.bbclass | 67 +--- 1 file changed, 1 insertion(+), 66

[OE-core] [PATCH 1/2] module.bbclass: use Module.symvers for dependants

2016-08-17 Thread André Draszik
When compiling multiple external kernel modules, where one depends on the other, there are two problems at the moment: 1) we get compile time warnings from the kernel build system due to missing symbols (from modpost). 2) Any modules generated are missing dependency information (in the

[OE-core] [PATCH 0/2] fixing kernel module cross-recipe dependency

2016-08-17 Thread André Draszik
Hi, In a situation where multiple external kernel modules are built from multiple independent recipes, we currently don't generate correct runtime dependencies of the packages created. This (small) series of patches attempts to address this. It's working well for me but there'll likely be cases

[OE-core] [PATCH 2/2] kernel-module-split.bbclass: generate dependencies across recipes

2016-08-17 Thread André Draszik
The information retrieved via depmod is incomplete with regards to kernel modules that are dependencies, in particular where two kernel modules are build from different source trees / recipes, which leads to incomplete dependency information for packages created. So far, our packages created

Re: [OE-core] [PATCH] dbus: 1.10.8 -> 1.11.2

2016-08-17 Thread Randle, William C
On Thu, 2016-04-28 at 16:37 +0300, Dai Caiyun wrote: Upgrade dbus from 1.10.8 to 1.11.2. You might want to update the date/time of the machine you used to post your patches. With a date of April 28, your email could easily be missed by someone sorting and reading messages by date.

[OE-core] Problem building eglibc

2016-08-17 Thread kyle.unice
I previously posted this issue: --- On Aug 16, 2016, at 12:53 PM, kyle.un...@l-3com.com wrote: Folks, I am having a problem doing the 'bitbake -c do_populate_sdk

Re: [OE-core] what means IMAGE_ROOTFS_EXTRA_SPACE_append += "+ 3000000"?

2016-08-17 Thread Jérémy Rosen
On 17/08/2016 16:01, Robert P. J. Day wrote: as in, what's with the "+" in that "+ 300" value? i've never seen that before, and i took a quick look under classes/ to try to figure out what's happening, but i'm still confused. you're reading too much into this "+ 300" will append

Re: [OE-core] subtle weirdness when you combine "_append" with "+="?

2016-08-17 Thread Robert P. J. Day
On Wed, 17 Aug 2016, Ulf Magnusson wrote: > On Wed, Aug 17, 2016 at 3:21 PM, Robert P. J. Day > wrote: > > On Tue, 16 Aug 2016, Khem Raj wrote: > > > > ... big snip ... > > > >> the _append/_prepend in conjunction with += is a undocumented > >> behavior however, I do

[OE-core] [PATCH] unfs3: Simplify simultaneous usage of "_append" and "+="

2016-08-17 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day --- for pedantic consistency, i also removed the *trailing* space from the libtirpc line, since subsequent appends should be responsible for adding the necessary leading space. i wonder if that will break anything... diff --git

Re: [OE-core] subtle weirdness when you combine "_append" with "+="?

2016-08-17 Thread Ulf Magnusson
On Wed, Aug 17, 2016 at 3:21 PM, Robert P. J. Day wrote: > On Tue, 16 Aug 2016, Khem Raj wrote: > > ... big snip ... > >> the _append/_prepend in conjunction with += is a undocumented >> behavior however, I do not see it as much a side effect. But in >> future bitbake may

[OE-core] what means IMAGE_ROOTFS_EXTRA_SPACE_append += "+ 3000000"?

2016-08-17 Thread Robert P. J. Day
as in, what's with the "+" in that "+ 300" value? i've never seen that before, and i took a quick look under classes/ to try to figure out what's happening, but i'm still confused. this is all in aid of the aforementioned "+=" cleanup, and i can see some inconsistency as to whether there

Re: [OE-core] npm.bbclass

2016-08-17 Thread Christopher Lord
On 17 August 2016 at 13:40, Paul Eggleton wrote: > Hey Chris, long time! > Hey :) > On Wed, 17 Aug 2016 11:11:13 Brendan Le Foll wrote: > > >- Is there a reason to split the package like it does? Node projects > > >tend to have huge dependency trees, it makes

Re: [OE-core] subtle weirdness when you combine "_append" with "+="?

2016-08-17 Thread Robert P. J. Day
On Tue, 16 Aug 2016, Khem Raj wrote: ... big snip ... > the _append/_prepend in conjunction with += is a undocumented > behavior however, I do not see it as much a side effect. But in > future bitbake may silently change its behavior, so I agree its > always good to stay in safe waters. so

Re: [OE-core] npm.bbclass

2016-08-17 Thread Paul Eggleton
Hey Chris, long time! On Wed, 17 Aug 2016 11:11:13 Brendan Le Foll wrote: > >- Is there a reason to split the package like it does? Node projects > >tend to have huge dependency trees, it makes updating and distributing > >node-based applications a bit of a chore if they end up split

[OE-core] [PATCH] busybox: Backport makefile fix from upstream

2016-08-17 Thread Richard Purdie
This at least partially addresses one of the build races we've seen on the autobuilder in busybox. Its a straightforward backport from upstream. Signed-off-by: Richard Purdie diff --git a/meta/recipes-core/busybox/busybox/makefile-fix-backport.patch

[OE-core] [PATCH] gobject-introspection: Ensure prelink config file exists to avoid build failures

2016-08-17 Thread Richard Purdie
gobject-introspection relies upon prelink-rtld. In order to function correctly, we generate an ld.so.conf file which is generated before users of prelink-rtld are called. There is currently a race in gobject-introspection since the configuration file may not have been created. This adds in code

[OE-core] [PATCH V3] bootchart2: fixes a BOOTLOG_DEST typo

2016-08-17 Thread Ming Liu
From: Ming Liu A flaw was observed in bootchartd that BUILDLOG_DEST should actually be BOOTLOG_DEST, this seems to be a typo or mix-up which has been fixed in upstream. Cherry pick the fix since bootchart2 0.14.8 is still the newest release so far.

Re: [OE-core] [PATCH v2] u-boot.inc: Enable out-of-tree builds

2016-08-17 Thread Otavio Salvador
On Tue, Aug 16, 2016 at 7:40 PM, Burton, Ross wrote: > > On 16 August 2016 at 23:00, Otavio Salvador > wrote: >> >> But you removed the suffix from the binaries it seems > > Just double-checked the diff, I think the line wrapping is making

[OE-core] [PATCH 1/2] alsa-lib: 1.1.1 -> 1.1.2

2016-08-17 Thread Tanu Kaskinen
Changelog: http://www.alsa-project.org/main/index.php/Changes_v1.1.1_v1.1.2 Removed upstreamed patch: 0001-pcm_plugin-fix-appl-pointer-not-correct-when-mmap_co.patch Rebased avoid-including-sys-poll.h-directly.patch Signed-off-by: Tanu Kaskinen ---

[OE-core] [PATCH 2/2] alsa-utils: 1.1.1 -> 1.1.2

2016-08-17 Thread Tanu Kaskinen
Changelog: http://www.alsa-project.org/main/index.php/Changes_v1.1.1_v1.1.2 The FFT code in alsabat changed from double precision to single precision floating point numbers, which is why the fftw dependency changed to fftwf. Signed-off-by: Tanu Kaskinen ---

[OE-core] [PATCH 0/2] Update alsa recipes

2016-08-17 Thread Tanu Kaskinen
The following changes since commit c86bf80abd87acb0da5860806822c64ec9dee089: oeqa.buildperf: use oe.path.remove() (2016-08-17 10:35:27 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib tanuk/updates

[OE-core] [PATCH] Fix S4U2Self KDC crash when anon is restricted

2016-08-17 Thread Alexandru Moise
This is CVE-2016-3120 The validate_as_request function in kdc_util.c in the Key Distribution Center (KDC) in MIT Kerberos 5 (aka krb5) before 1.13.6 and 1.4.x before 1.14.3, when restrict_anonymous_to_tgt is enabled, uses an incorrect client data structure, which allows remote authenticated users

Re: [OE-core] npm.bbclass

2016-08-17 Thread Brendan Le Foll
On Tue, Aug 16, 2016 at 05:41:28PM +0100, Christopher Lord wrote: >I've been using npm.bbclass with various node projects we're working on >in the Connected Devices team at Mozilla, and had some >questions/comments about behaviour (note that I'm basing this off of >ostro master,

[OE-core] [PATCH v2] bind: 9.10.3-P3 -> 9.11.0b2

2016-08-17 Thread Wang Xin
1) Upgrade bind from 9.10.3-P3 to 9.11.0b2. 2) Delete some patchers, since they are no use. bind-confgen-build-unix.o-once.patch CVE-2016-1285.patch CVE-2016-1286_1.patch CVE-2016-1286_2.patch CVE-2016-2088.patch 3) Modify LIC_FILES_CHKSUM, since the date in it has been

Re: [OE-core] [PATCH 07/10] tslib: remove recipe

2016-08-17 Thread Maxin B. John
Hi Ross, On Tue, Aug 16, 2016 at 10:39:55PM +0100, Burton, Ross wrote: >Hi Maxin, > >This breaks meta-qt4 which currently just depends on oe-core. > Haven't noticed this before. Thanks for sharing this info. >Can you see if we can make qt4-embedded have a configurable dependency >on tslib which

[OE-core] [PATCH] dbus: 1.10.8 -> 1.10.10

2016-08-17 Thread Dai Caiyun
Upgrade dbus from 1.10.8 to 1.10.10. Signed-off-by: Dai Caiyun --- meta/recipes-core/dbus/{dbus-test_1.10.8.bb => dbus-test_1.10.10.bb} | 4 ++-- meta/recipes-core/dbus/{dbus_1.10.8.bb => dbus_1.10.10.bb} | 4 ++-- 2 files changed, 4 insertions(+), 4

[OE-core] [PATCH v2] adwaita-icon-theme: 3.18.0 -> 3.20

2016-08-17 Thread Wang Xin
Upgrade adwaita-icon-theme from 3.18.0 to 3.20. Signed-off-by: Wang Xin --- .../{adwaita-icon-theme_3.18.0.bb => adwaita-icon-theme_3.20.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[OE-core] [PATCH] adwaita-icon-theme: 3.18.0 -> 3.20

2016-08-17 Thread Wang Xin
Upgrade adwaita-icon-theme from 3.18.0 to 3.20. Signed-off-by: Wang Xin --- .../{adwaita-icon-theme_3.18.0.bb => adwaita-icon-theme_3.20.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[OE-core] [PATCH 1/1] grub: fix load module all_video failed

2016-08-17 Thread Hongxu Jia
While using oe-core toolchain to strip grub module 'all_video.mod', it stripped symbol table: -- root@localhost:~# objdump -t all_video.mod all_video.mod: file format elf64-x86-64 SYMBOL TABLE: no symbols -- It caused grub to load module all_video failed. (This

[OE-core] [PATCH 0/1] grub: fix load module all_video failed

2016-08-17 Thread Hongxu Jia
The following changes since commit 6b66e9317f4ec3a69f98f29836aafa35b52f3fc7: Allow for simultaneous do_rootfs tasks with rpm (2016-08-12 15:25:22 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib hongxu/fix-grub

[OE-core] [PATCH] dbus-test: 1.10.8 -> 1.11.2

2016-08-17 Thread Dai Caiyun
Upgrade dbus-test from 1.10.8 to 1.11.2. Signed-off-by: Dai Caiyun --- meta/recipes-core/dbus/{dbus-test_1.10.8.bb => dbus-test_1.11.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/dbus/{dbus-test_1.10.8.bb =>

Re: [OE-core] [PATCH] dbus: 1.10.8 -> 1.11.2

2016-08-17 Thread Jussi Kukkonen
On 28 April 2016 at 16:37, Dai Caiyun wrote: > Upgrade dbus from 1.10.8 to 1.11.2. > 1.11 is the development branch, we should not upgrade to it without a really good reason. Also, is there something wrong with your date settings? The date header is from April.

Re: [OE-core] [PATCH] dropbear/init: Allow extra arguments for key generation

2016-08-17 Thread Mike Looijmans
Ping!Any comments?On 09-08-16 13:36, Mike Looijmans wrote:> This patch adds DROPBEAR_RSAKEY_ARGS and DROPBEAR_DSSKEY_ARGS optional> parameters to /etc/default/dropbear. The contents are simply passed to> the 'dropbearkey' program when generating a host key.>> The default keysize for RSA is

[OE-core] [PATCH] dbus: 1.10.8 -> 1.11.2

2016-08-17 Thread Dai Caiyun
Upgrade dbus from 1.10.8 to 1.11.2. Signed-off-by: Dai Caiyun --- meta/recipes-core/dbus/{dbus_1.10.8.bb => dbus_1.11.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/dbus/{dbus_1.10.8.bb => dbus_1.11.2.bb} (98%) diff --git