[OE-core] [PATCH] gdk-pixbuf: Security Advisory - gdk-pixbuf - CVE-2015-4491

2015-08-17 Thread Li Zhou
pixops: Be more careful about integer overflow Integer overflow in the make_filter_table function in pixops/pixops.c in gdk-pixbuf before 2.31.5, as used in Mozilla Firefox before 40.0 and Firefox ESR 38.x before 38.2 on Linux, Google Chrome on Linux, and other products, allows remote attackers to

[OE-core] [PATCH] openssh: Upgrade 6.9p1 -> 7.0p1

2015-08-17 Thread rongqing.li
From: Roy Li 7.0p1 includes the fix for CVE-2015-5600, and release note is in: http://www.openssh.com/txt/release-7.0 Signed-off-by: Roy Li --- .../openssh/{openssh_6.9p1.bb => openssh_7.0p1.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-c

Re: [OE-core] [PATCH v2 1/2] insane.bbclass: Check for invalid characters (non UTF8) on recipe metadata

2015-08-17 Thread Christopher Larson
On Mon, Aug 17, 2015 at 12:10 AM, < leonardo.sandoval.gonza...@linux.intel.com> wrote: > From: Leonardo Sandoval > > Check if invalid characters are present on recipe's metadata. Fields > taken into account are: 'DESCRIPTION', 'SUMMARY', 'LICENSE' and 'SECTION'. > > Signed-off-by: Leonardo Sandov

[OE-core] [PATCH] testimage: Run commands in target and host when test fails

2015-08-17 Thread mariano . lopez
From: Mariano Lopez This patch modify three files altought two of them are minimal modifications: testimage.bbclass: Create new vars for easy modification of the dump directory and commands to be run on host and target when a test fails TESTIMAGE_DUMP_DIR: Directory to save the dumps

[OE-core] [PATCH] valgrind: build ptests without optimizations

2015-08-17 Thread Dave Lerner
[ YOCTO #8063 ] This commit changes the both CFLAGS and CXXFLAGS when building the valgrind ptest binaries by appending -O0, forcing no optimizations instead of the default -O2. For qemux86-64, this change results in FAIL/PASS ratio improvements from 149/394 to 58/485. It is evident that the exp

[OE-core] OE Changelog since 2015-08-09 until 2015-08-16

2015-08-17 Thread cliff . brake
Changelog since 2015-08-09 until 2015-08-16. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://github.com/Angstrom-distr

Re: [OE-core] [PATCH 21/22] midori: remove the recipe and replace references to midori with epiphany

2015-08-17 Thread Randy MacLeod
On 2015-08-17 12:04 PM, Alexander Kanavin wrote: On 08/17/2015 06:48 PM, Khem Raj wrote: Mips64 support using the newer webkitgtk may be better. Wenzong please check on that once this code is in master-next and reply here. Latest Webkit (2.8.5) actually does build for MIPS64 (where 2.8.4 fail

Re: [OE-core] [PATCH 21/22] midori: remove the recipe and replace references to midori with epiphany

2015-08-17 Thread Alexander Kanavin
On 08/17/2015 06:48 PM, Khem Raj wrote: Mips64 support using the newer webkitgtk may be better. Wenzong please check on that once this code is in master-next and reply here. Latest Webkit (2.8.5) actually does build for MIPS64 (where 2.8.4 failed), but I couldn't find a way to test the n32 va

Re: [OE-core] [PATCH 21/22] midori: remove the recipe and replace references to midori with epiphany

2015-08-17 Thread Khem Raj
> On Aug 17, 2015, at 5:56 AM, Alexander Kanavin > wrote: > > On 08/15/2015 07:59 AM, Randy MacLeod wrote: > >>> -# midori depends on webkit-gtk which could not build for mips64 >>> -MIDORI = "midori" >>> -MIDORI_mips64 = "" >>> -MIDORI_mips64n32 = "" >>> +# epiphany depends on webkitgtk which

Re: [OE-core] [PATCH 2/4 V2] systemd: Upgrade 219 -> 224

2015-08-17 Thread Khem Raj
> On Aug 17, 2015, at 5:42 AM, Burton, Ross wrote: > > > On 17 August 2015 at 06:03, Khem Raj > wrote: > -LICENSE = "GPLv2 & LGPLv2.1 & MIT" > +LICENSE = "GPLv2 & LGPLv2.1" > LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe > \ > -

Re: [OE-core] [PATCH 4/4] glibc: don't override TUNE_CCARGS for MIPS

2015-08-17 Thread Dmitry Eremin-Solenikov
2015-08-16 3:29 GMT+03:00 Khem Raj : > On Sat, Aug 15, 2015 at 4:15 PM, Dmitry Eremin-Solenikov > wrote: >> 2015-08-15 22:34 GMT+03:00 Khem Raj : >>> On Jul 1, 2015, at 7:02 AM, Dmitry Eremin-Solenikov wrote: Overriding TUNE_CCARGS this way breaks MULTILIB setup for MIPS. Thi

[OE-core] [PATCH v2 0/2] Check invalid characters on some recipe metadata

2015-08-17 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval * insane.bbclass: QA check for invalid chars * package_deb.bbclass: Opens the control file allowing UTF-8 chars and handles a string decoding exception, reported on [1] [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=6693 The following changes since commit a533776d

[OE-core] [PATCH v2 2/2] package_deb.bbclass: Allow UTF-8 characters on control files

2015-08-17 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval Allow UTF-8 characters on control files. Also handle an expection in case of invalid characters (non UTF-8). [YOCTO #6693] Signed-off-by: Leonardo Sandoval --- meta/classes/package_deb.bbclass | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) d

[OE-core] [PATCH v2 1/2] insane.bbclass: Check for invalid characters (non UTF8) on recipe metadata

2015-08-17 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval Check if invalid characters are present on recipe's metadata. Fields taken into account are: 'DESCRIPTION', 'SUMMARY', 'LICENSE' and 'SECTION'. Signed-off-by: Leonardo Sandoval --- meta/classes/insane.bbclass | 24 +++- 1 file changed, 23 insertions(

Re: [OE-core] [PATCH] canned-wks: added a qemux86* directdisk recipe for wic

2015-08-17 Thread Iorga, Cristian
Please ignore, there are some troubles with non-KVM accelerated qemux86* machines. Better version in the work, the never-ending story of root mount points in KVM qemu/non-KVM qemu hit me. /Cristian -Original Message- From: Iorga, Cristian Sent: Friday, August 14, 2015 6:54 PM To: openem

Re: [OE-core] [PATCH 2/2] package_deb.bbclass: Handle exception when encoding non-ASCII characters

2015-08-17 Thread Leonardo Sandoval
Ross/Raj, thanks for your comments. I will send a v2 patches, this time with the correct checks (invalid characters are those non-UTF8) and patch titles. On 08/13/2015 02:34 PM, Burton, Ross wrote: On 13 August 2015 at 20:21, Khem Raj wrote: but check it still fine isnt it. Of course, gr

Re: [OE-core] [PATCH v4 0/1] Yocto Bug #6945

2015-08-17 Thread Bruce Ashfield
On 15-08-17 05:14 AM, He Zhe wrote: Ping. Everyone still has this on their list. I'm just back from vacation now, and will put a review in my TODO list. But for now .. patience is still requested. Cheers, Bruce On 08/10/2015 08:46 PM, zhe...@windriver.com wrote: From: He Zhe - Add KE

Re: [OE-core] [PATCH 5/5] rpm: update to 5.4.15

2015-08-17 Thread Richard Purdie
On Mon, 2015-08-17 at 16:03 +0300, Alexander Kanavin wrote: > On 08/16/2015 04:10 PM, Richard Purdie wrote: > > Not sure what this was tested with but a simple "bitbake > > core-image-minimal" breaks after this (and the db) change with licensing > > failures. > > > > The autobuilder exploded with f

Re: [OE-core] [PATCH 15/22] libwnck3: add a recipe from meta-gnome

2015-08-17 Thread Andreas Müller
On Mon, Aug 17, 2015 at 3:12 PM, Paul Eggleton wrote: > Hi Alex, > > On Monday 17 August 2015 16:10:05 Alexander Kanavin wrote: >> On 08/14/2015 02:04 PM, Andreas Müller wrote: >> >> +PR = "r1" >> > >> > ^ Please skip >> >> Thanks, I also dropped unnecessary PRs from other recipes involved in >> t

Re: [OE-core] [PATCH 15/22] libwnck3: add a recipe from meta-gnome

2015-08-17 Thread Paul Eggleton
Hi Alex, On Monday 17 August 2015 16:10:05 Alexander Kanavin wrote: > On 08/14/2015 02:04 PM, Andreas Müller wrote: > >> +PR = "r1" > > > > ^ Please skip > > Thanks, I also dropped unnecessary PRs from other recipes involved in > the patchset. Not sure if it's applicable here, but if any of the

Re: [OE-core] [PATCH 15/22] libwnck3: add a recipe from meta-gnome

2015-08-17 Thread Alexander Kanavin
On 08/14/2015 02:04 PM, Andreas Müller wrote: +PR = "r1" ^ Please skip Thanks, I also dropped unnecessary PRs from other recipes involved in the patchset. Alex -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http:

Re: [OE-core] [PATCH 5/5] rpm: update to 5.4.15

2015-08-17 Thread Alexander Kanavin
On 08/16/2015 04:10 PM, Richard Purdie wrote: Not sure what this was tested with but a simple "bitbake core-image-minimal" breaks after this (and the db) change with licensing failures. The autobuilder exploded with failures like: https://autobuilder.yoctoproject.org/main/builders/build-applian

Re: [OE-core] [PATCH 21/22] midori: remove the recipe and replace references to midori with epiphany

2015-08-17 Thread Alexander Kanavin
On 08/15/2015 07:59 AM, Randy MacLeod wrote: -# midori depends on webkit-gtk which could not build for mips64 -MIDORI = "midori" -MIDORI_mips64 = "" -MIDORI_mips64n32 = "" +# epiphany depends on webkitgtk which could not build for mips64 +EPIPHANY = "epiphany" +EPIPHANY_mips64 = "" +EPIPHANY_mip

Re: [OE-core] [PATCH 2/4 V2] systemd: Upgrade 219 -> 224

2015-08-17 Thread Burton, Ross
On 17 August 2015 at 06:03, Khem Raj wrote: > > -LICENSE = "GPLv2 & LGPLv2.1 & MIT" > +LICENSE = "GPLv2 & LGPLv2.1" > LIC_FILES_CHKSUM = > "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \ > - > file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c \ > - > file://LICENSE.MIT;md5=5

Re: [OE-core] [PATCH 15/22] libwnck3: add a recipe from meta-gnome

2015-08-17 Thread Alexander Kanavin
On 08/14/2015 05:12 PM, Khem Raj wrote: send a patch to remove it from meta-gnome as well. I will send it when the above patchset shows up on oe-core master, to avoid confusion. Alex -- ___ Openembedded-core mailing list Openembedded-core@lis

Re: [OE-core] [PATCH 1/3] glibc: print PN when bbwarn

2015-08-17 Thread Burton, Ross
On 17 July 2015 at 05:45, Khem Raj wrote: > it quashes the warning but doesnt fix underlying problem. this doesnt > seem to be right thing to do in cross builds. We use cross-rpcgen to > generate these files so this whole rpcgen run should be removed > instead. Please test such a patch and correc

[OE-core] [PATCH] [v2] lz4: update to 131

2015-08-17 Thread Armin Kuster
Clean up SRC_URI. Signed-off-by: Armin Kuster --- meta/recipes-support/lz4/lz4.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-support/lz4/lz4.bb b/meta/recipes-support/lz4/lz4.bb index 0b0c632..18e56d0 100644 --- a/meta/recipes-support/lz4/lz4.bb +++ b/

Re: [OE-core] [PATCH 1/2] bitbake.conf: Add Github mirror

2015-08-17 Thread akuster808
Robert, On 08/16/2015 08:29 PM, Robert Yang wrote: Hi Armin, Please see this thread: http://lists.openembedded.org/pipermail/openembedded-core/2015-July/108217.html Thanks for the info. Please drop this patch. - armin // Robert On 08/17/2015 10:50 AM, Armin Kuster wrote: From: Armin

[OE-core] [PATCH 1/4] devtool: extract: prevent externalsrc from interfering with extraction

2015-08-17 Thread Paul Eggleton
In case the user has set up externalsrc outside of devtool, force EXTERNALSRC to blank for the recipe when extracting so that the original source URI is still in SRC_URI and we're still able to extract it. (This isn't a problem with devtool itself because the bbappends within the workspace layer th

[OE-core] [PATCH 4/4] lib/oe/recipeutils: avoid parsing in get_var_files()

2015-08-17 Thread Paul Eggleton
Let's have the caller do this and then the function is a bit more flexible (e.g. we can choose to parse with bbappends or not); fix up calls to this function appropriately (of which there are only two, both within devtool). Signed-off-by: Paul Eggleton --- meta/lib/oe/recipeutils.py | 3 +--

[OE-core] [PATCH 3/4] devtool: fix handling of BBCLASSEXTENDed recipes

2015-08-17 Thread Paul Eggleton
If a recipe is BBCLASSEXTENDed (e.g. to -native), its PN value and the name of the bbappend will be different; we were assuming them to be the same when reading in the workspace, leading to us seeing the base recipe name everywhere afterwards. Also add a test so we ensure this doesn't regress in f

[OE-core] [PATCH 0/4] devtool fixes

2015-08-17 Thread Paul Eggleton
Three bugfixes for devtool plus one refactoring patch to improve a related function in the recipeutils module. The following changes since commit 059db140885bad379534e6ec713f3ceb4e18faea: adt-installer: use DEPLOY_DIR in ANT_DEPLOY expansion (2015-08-16 17:28:14 +0100) are available in the g

[OE-core] [PATCH 2/4] devtool: extract: remove patches subdirectory when S == WORKDIR

2015-08-17 Thread Paul Eggleton
Ensure that the "patches" subdirectory is removed from the right location when S == WORKDIR (e.g. devtool extract makedevs). Signed-off-by: Paul Eggleton --- scripts/lib/devtool/standard.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/lib/devtool/standard.py b/sc

[OE-core] [PATCH 2/2] boot-directdisk: Make kernel image inclusion conditional.

2015-08-17 Thread Christian Ziethén
ping On 2015-07-23 16:32, Christian Ziethén wrote: > When building for qcow2 and a dummy kernel, avoid installing > a non existing bzImage. > > Signed-off-by: Christian Ziethén > --- > meta/classes/boot-directdisk.bbclass | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --gi

[OE-core] [PATCH 1/2] image: Support for qcow2

2015-08-17 Thread Christian Ziethén
ping On 2015-07-23 16:32, Christian Ziethén wrote: > Add support for qcow2 image format. Implemented in the same way as > the previously existing vmdk and vdi solutions. > > Signed-off-by: Christian Ziethén > --- > meta/classes/boot-directdisk.bbclass | 2 +- > meta/classes/image-vm.bbclass

Re: [OE-core] shell script guidelines in oe-core? (was Re: [PATCH v4] create-pull-request: cleanup bashisms)

2015-08-17 Thread Otavio Salvador
On Mon, Aug 17, 2015 at 3:14 AM, wrote: > On Sat, Aug 15, 2015 at 06:38:18PM -0700, Christopher Larson wrote: >> Update: checkbashisms and shellcheck both check for this now. > > This is great! How about formulating that oe-core shell scripts should > pass shellcheck and checkbashisms checks with

Re: [OE-core] [PATCH] uclibc: Upgrade to tip of master

2015-08-17 Thread Khem Raj
> On Aug 16, 2015, at 9:28 PM, Khem Raj wrote: > > Drop upstreamed patches convert the rest to git am'able patches > This patch has couple of issues, that I found not-using gold linker failed to link libuargp needed to be forward ported to accomodate builsys changes to pass module specific C

Re: [OE-core] [PATCH v4 0/1] Yocto Bug #6945

2015-08-17 Thread He Zhe
Ping. On 08/10/2015 08:46 PM, zhe...@windriver.com wrote: > From: He Zhe > > - Add KERNEL_IMAGETYPES to support building packaging and installing > multi types of kernel images, such as zImage uImage, at one time. > - KERNEL_IMAGETYPE works as it did. > - v2: Update with the latest oe-core >

[OE-core] [PATCH] archiver.bbclass: Run deploy_archives in $WORKDIR

2015-08-17 Thread Clemens Lang
In recipes that are exempt from source code archiving due to COPYLEFT_LICENSE_EXCLUDE, do_deploy_archives does not have a transitive dependency on do_unpack. Given enough parallelism, this means do_deploy_archives can run at the same time or before do_unpack. Because do_deploy_archives did not spe

Re: [OE-core] [PATCH 1/1] ncurses: 5.9 -> 6.0

2015-08-17 Thread Robert Yang
On 08/17/2015 04:26 PM, Khem Raj wrote: On Aug 17, 2015, at 1:17 AM, Robert Yang wrote: Use -fPIC to fix when build readline: libtinfo.a(lib_termcap.o): relocation R_X86_64_32 against `_nc_globals' can not be used when making a shared object; recompile with -fPIC It a progressive change b

Re: [OE-core] [PATCH 0/4] Upgrades: openssh, nss, nfs-utils, rsvg

2015-08-17 Thread Jussi Kukkonen
On 17 August 2015 at 08:15, Khem Raj wrote: > >> On Aug 11, 2015, at 12:12 PM, Jussi Kukkonen >> wrote: >> >> The openssh upgrade adds a test that currently fails: that looks >> like a failure in our test setup, I've filed a bug for that. > > openssl 7.0 has now been released, > see > http://www

Re: [OE-core] [PATCH 1/1] ncurses: 5.9 -> 6.0

2015-08-17 Thread Khem Raj
> On Aug 17, 2015, at 1:17 AM, Robert Yang wrote: > > Use -fPIC to fix when build readline: libtinfo.a(lib_termcap.o): > relocation R_X86_64_32 against `_nc_globals' can not be used when making > a shared object; recompile with -fPIC It a progressive change but FYI, ncurses6 is not intended to

[OE-core] [PATCH 1/1] mc: add PACKAGECONFIG for util-linux

2015-08-17 Thread Robert Yang
Fixed: mc-4.8.14: mc rdepends on util-linux-libmount, but it isn't a build dependency? [build-deps] And enable it by default as Ross suggested. Signed-off-by: Robert Yang --- meta/recipes-extended/mc/mc_4.8.14.bb |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/rec

[OE-core] [PATCH 0/1] mc: add PACKAGECONFIG for util-linux

2015-08-17 Thread Robert Yang
The following changes since commit 059db140885bad379534e6ec713f3ceb4e18faea: adt-installer: use DEPLOY_DIR in ANT_DEPLOY expansion (2015-08-16 17:28:14 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/mc http://cgit.openembedded.org/c

[OE-core] [PATCH 0/1] ncurses: 5.9 -> 6.0

2015-08-17 Thread Robert Yang
The following changes since commit 059db140885bad379534e6ec713f3ceb4e18faea: adt-installer: use DEPLOY_DIR in ANT_DEPLOY expansion (2015-08-16 17:28:14 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/ncurses http://cgit.openembedded

[OE-core] [PATCH 1/1] ncurses: 5.9 -> 6.0

2015-08-17 Thread Robert Yang
Use -fPIC to fix when build readline: libtinfo.a(lib_termcap.o): relocation R_X86_64_32 against `_nc_globals' can not be used when making a shared object; recompile with -fPIC Signed-off-by: Robert Yang --- meta/recipes-core/ncurses/ncurses.inc | 11 --- .../ncurses/{ncurs

Re: [OE-core] [PATCH 3/4] nfs-utils: Upgrade 1.3.1 -> 1.3.2

2015-08-17 Thread Richard Purdie
On Tue, 2015-08-11 at 22:13 +0300, Jussi Kukkonen wrote: > Let "--enable-tirpc" be selected in configure by default: it is > a requirement for ipv6 support. This should not grow a typical > image size as libtirpc is a rpcbind dependency already. > > Signed-off-by: Jussi Kukkonen > --- > .../nfs-

Re: [OE-core] [PATCH 0/2] insane.bbclass: fix package_qa_check_buildpaths

2015-08-17 Thread Robert Yang
ping. // Robert On 07/15/2015 05:16 PM, Robert Yang wrote: The following changes since commit 6be698b7270f73f40d38713ecf13f12aec0ced61: dpkg: Fix for Fedora22 and new versions of tar (2015-07-13 13:46:45 +0100) are available in the git repository at: git://git.openembedded.org/openembe