Re: [OE-core] [RESEND PATCH v3] util-linux: create util-linux-runuser package

2015-12-23 Thread Ioan-Adrian Ratiu
On Tue, 22 Dec 2015 17:34:12 + "Burton, Ross" wrote: > On 15 December 2015 at 09:49, Ioan-Adrian Ratiu wrote: > > > Split runuser into its own package (previously provided by util-linux). > > Since runuser is compiled only when DISTRO_FEATURES

[OE-core] State of bitbake world, test-dependencies 2015-12-23

2015-12-23 Thread Martin Jansa
On Mon, Dec 14, 2015 at 08:03:47PM +0100, Martin Jansa wrote: > This time full build (testing all recipes available in "my world" - 2503 > recipes), it took record-breaking 25days to finish. > > Complete log: > http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.20151120_144802.log/ >

Re: [OE-core] [PATCH][master][RESEND 00/15] ARM tune fixes and improvements

2015-12-23 Thread Martin Jansa
On Thu, Dec 10, 2015 at 02:48:37PM +0100, Martin Jansa wrote: > You can see the test script and results in various stages of this patch > series in jansa/tune2-test branch: > http://git.openembedded.org/openembedded-core-contrib/log/?h=jansa/tune2-test > I'll add more test results here a bit later

[OE-core] [PATCH v4] util-linux: create util-linux-runuser package

2015-12-23 Thread Ioan-Adrian Ratiu
Split runuser into its own package (previously provided by util-linux). runuser is compiled only when DISTRO_FEATURES includes pam and also the package is created only when runuser exists. Signed-off-by: Ioan-Adrian Ratiu --- meta/recipes-core/util-linux/util-linux.inc | 7

Re: [OE-core] [PATCH 13/17] nss: update to 3.21

2015-12-23 Thread Burton, Ross
On 17 December 2015 at 15:08, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > meta/recipes-support/nss/{nss_3.19.2.bb => nss_3.21.bb} | 6 +++--- > Failed on the autobuilder in a number of interesting ways: In file included from ssl_agent_unittest.cc:13: databuffer.h: In

[OE-core] [PATCH] packagegroup-core-x11-sato: enable pcmanfm on mips

2015-12-23 Thread Maxin B. John
Enable pcmanfm in MIPS. Tested on qemumips. Signed-off-by: Maxin B. John --- meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb

[OE-core] [PATCH] packagegroup-core-x11-sato: include pulseaudio-misc

2015-12-23 Thread Maxin B. John
Add pulseaudio-misc to include "pacmd" in core-image-sato* images. This helps in modifying audio setup during runtime. [YOCTO #8815] Signed-off-by: Maxin B. John --- meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | 2 +- 1 file changed, 1 insertion(+), 1

[OE-core] [PATCH 0/9] Proposed changes for fido

2015-12-23 Thread Joshua Lock
From: Joshua Lock Please consider the following fixes, available in the joshuagl/fido-next branch of openembedded-core-contrib, for the fido branch. Regards, Joshua The following changes since commit 9f339f516ab03d598fae0e536b3a420ea4d8ee1a: bash: Disable

Re: [OE-core] [PATCH] libav: Add "--enable-gpl" to PACKAGECONFIG[x264]

2015-12-23 Thread Mike Looijmans
hmm, apparently there's already a "gpl" PACKAGECONFIG item. I don't think we have dependencies in that, so there's no easy way to tell people that "if you include 'x264' in the list you must include 'gpl' as well"? I guess this patch better be dropped then. On 23-12-15 09:05, Mike Looijmans

Re: [OE-core] [PATCH] strace: update 4.10 -> 4.11

2015-12-23 Thread Burton, Ross
On 22 December 2015 at 23:38, Andre McCurdy wrote: > Noteworthy changes in release 4.11 (2015-12-21) > They forgot to mention "breaks on the yocto autobuilder". :) |

[OE-core] [PATCH] xorg-lib: allow native building without x11 DISTRO_FEATURES

2015-12-23 Thread Ross Burton
The Xorg libraries use REQUIRED_DISTRO_FEATURES to stop building on distributions without the x11 feature but this stops people building native tooling that uses libX11, such as libsdl-native. Signed-off-by: Ross Burton --- meta/recipes-graphics/xorg-lib/libxcb_1.11.1.bb

[OE-core] [PATCH] oeqa/selftest: support sets in devtool comparisons

2015-12-23 Thread Ross Burton
The devtool and recipetool tests do literal string comparisons, but for some fields the ordering could be irrelevant and potentially non-deterministic. For example, the recipetool_create_simple test started failing with: AssertionError: 'GPLv2 Unknown' != 'Unknown GPLv2' : values for LICENSE do

Re: [OE-core] [PATCH] libav: Add "--enable-gpl" to PACKAGECONFIG[x264]

2015-12-23 Thread Burton, Ross
On 23 December 2015 at 13:17, Mike Looijmans wrote: > I don't think we have dependencies in that, so there's no easy way to tell > people that "if you include 'x264' in the list you must include 'gpl' as > well"? > I think the best approach here would be a comment.

[OE-core] [wic][PATCH] wic: rawcopy: Copy source file to build folder

2015-12-23 Thread Ed Bartosh
From: Noor Ahsan When a file is given using --sourceparams then wic directly use that file instead of copying them to build folder. At time of assembling it os.rename is called which renames all the files to name. In that process the original file is renamed. When image

[OE-core] [PATCH] expat: Security Advisory-expat-CVE-2015-1283

2015-12-23 Thread Zhixiong Chi
Add CVE-2015-1283 patch for fixing integer overflow bug in expat. Details are at below link: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-1283 Patch comes from: https://hg.mozilla.org/releases/mozilla-esr31/rev/2f3e78643f5c https://codereview.chromium.org/1224303003 Signed-off-by:

[OE-core] [PATCH] tzdata: Make /etc/timezone optional

2015-12-23 Thread Haris Okanovic
Add INSTALL_TIMEZONE_FILE config variable to enable/disable installation of ${sysconfdir}/timezone (/etc/timezone) by tzdata packages. Defaults to "1" to maintain previous behavior. Most libc implementations can be configured to retrieve system's defaults timezone from /etc/localtime, and don't

Re: [OE-core] [PATCH 00/26] devtool/recipetool improvements

2015-12-23 Thread Khem Raj
Paul Can this series be backported to jethro as well ? most of them seems to be incremental changes hopefully not breaking backward compatibility in some unforseen ways On Mon, Dec 21, 2015 at 8:02 PM, Paul Eggleton wrote: > Apologies for the flood of patches

Re: [OE-core] [PATCH] strace: update 4.10 -> 4.11

2015-12-23 Thread Andre McCurdy
On Wed, Dec 23, 2015 at 6:53 AM, Burton, Ross wrote: > > On 22 December 2015 at 23:38, Andre McCurdy wrote: >> >> Noteworthy changes in release 4.11 (2015-12-21) > > > They forgot to mention "breaks on the yocto autobuilder". :) > > | >

[OE-core] [PATCH] qemu: add PACKAGECONFIG for Nettle crypto support

2015-12-23 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-devtools/qemu/qemu.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 8b51324..95fe66f 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++

[OE-core] [RFC] Delete all .la files?

2015-12-23 Thread Burton, Ross
Hi, So I've just done an oe-core world build with my latest .la-killer class enabled ( https://github.com/rossburton/meta-ross/blob/master/classes/wipe-la.bbclass) and the results are pretty good. Basically this class hooks onto do_install and simply deletes every *.la file it can find in ${D},

Re: [OE-core] [RFC] Delete all .la files?

2015-12-23 Thread Phil Blundell
On Wed, 2015-12-23 at 21:41 +, Burton, Ross wrote: > So in the new year I plan on submitting a renamed version of this > class to oe-core and adding it to INHERIT_DISTRO. Any comments? Sounds good to me. I have been using the patch from:

Re: [OE-core] [PATCH] strace: update 4.10 -> 4.11

2015-12-23 Thread Burton, Ross
CCing Robert as he wrote the patch that introduced the ARCH assignment. On 23 December 2015 at 20:49, Andre McCurdy wrote: > Error is due to do_compile_ptest() forcing ARCH="${TARGET_ARCH}". The > tests Makefile uses ARCH to setup include paths but there isn't a > direct

[OE-core] [PATCH] scripts/oe-selftest: Remove extra coverage data added to unittests

2015-12-23 Thread humberto . ibarra . lopez
From: Humberto Ibarra Coverage data tracking initiates too early, causing coverage data from the oe-selftest environment setting to be added to each run. Even when no tests are run oe-selftest reports around 24% of coverage due to this extra data. Change the

Re: [OE-core] [PATCH] oeqa/selftest: support sets in devtool comparisons

2015-12-23 Thread Paul Eggleton
On Wed, 23 Dec 2015 13:48:29 Ross Burton wrote: > The devtool and recipetool tests do literal string comparisons, but for some > fields the ordering could be irrelevant and potentially non-deterministic. > For example, the recipetool_create_simple test started failing with: > > AssertionError:

[OE-core] [PATCH] oe-core:package_manager extract target arch from TARGET_SYS and add it into package_archs

2015-12-23 Thread fupan.li
From: fli Since the rpmbuild on the target will use TARGET_SYS as the 'target' to build the source rpm packages, which will extracted the target arch from TARGET_SYS, such as if TARGET_SYS values 'arm-poky-linux-gnueabi', the target arch will be 'arm'. In order to make

Re: [OE-core] [PATCH] packagegroup-core-x11-sato: include pulseaudio-misc

2015-12-23 Thread Tanu Kaskinen
On Wed, 2015-12-23 at 15:25 +0200, Maxin B. John wrote: > Add pulseaudio-misc to include "pacmd" in core-image-sato* images. > This helps in modifying audio setup during runtime. "pactl" is recommended over "pacmd", and pactl is included in the pulseaudio-server package, so I disagree with the

[OE-core] [PATCH] grub2: Fix CVE-2015-8370

2015-12-23 Thread Awais Belal
http://git.savannah.gnu.org/cgit/grub.git/commit/?id=451d80e52d851432e109771bb8febafca7a5f1f2 Signed-off-by: Awais Belal --- ...E-2015-8370-Grub2-user-pass-vulnerability.patch | 52 ++ meta/recipes-bsp/grub/grub2.inc| 1 + 2 files

Re: [OE-core] [PATCH] grub2: Fix CVE-2015-8370

2015-12-23 Thread Belal, Awais
This applies to jethro as well as master. BR, Awais From: openembedded-core-boun...@lists.openembedded.org [openembedded-core-boun...@lists.openembedded.org] on behalf of Belal, Awais Sent: Wednesday, December 23, 2015 4:10 PM To:

[OE-core] [dizzy][PATCH] grub2: Fix CVE-2015-8370

2015-12-23 Thread Awais Belal
http://git.savannah.gnu.org/cgit/grub.git/commit/?id=451d80e52d851432e109771bb8febafca7a5f1f2 Signed-off-by: Awais Belal --- ...E-2015-8370-Grub2-user-pass-vulnerability.patch | 52 ++ meta/recipes-bsp/grub/grub-efi_2.00.bb | 1 +

[OE-core] [PATCH] libav: Add "--enable-gpl" to PACKAGECONFIG[x264]

2015-12-23 Thread Mike Looijmans
Building libav resulted in the following message during configure: libx264 is gpl and --enable-gpl is not specified. Resolve it by adding --enable-gpl to the x264 package config. Signed-off-by: Mike Looijmans --- meta/recipes-multimedia/libav/libav.inc | 2 +- 1 file