[OE-core] [PATCH v2] uninative: rebuild uninative for gcc 4.8 and 4.9

2016-10-27 Thread Ed Bartosh
Some c++ libraries fail to build if uninative is built with gcc 5.x and host gcc version is either 4.8 or 4.9. The issue should be solved by making separate uninative sstate directory structure sstate-cache/universal- for host gcc versions 4.8 and 4.9. This causes rebuilds of uninative if host gcc

[OE-core] [PATCH 0/1] rpm: fix file location of rpm2cpio.real

2016-10-27 Thread Chen Qi
The following changes since commit 0e651676817a0513abf50741d0ba28b35edbae09: build-appliance-image: Update to master head revision (2016-10-26 09:33:40 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/rpm2cpio http://cgit.openembe

[OE-core] [PATCH 1/1] rpm: fix file location of rpm2cpio.real

2016-10-27 Thread Chen Qi
rpm2cpio is in ${PN}-common, but rpm2cpio.real is in ${PN}. This seperation is really weird. Put them both in ${PN}-common. Signed-off-by: Chen Qi --- meta/recipes-devtools/rpm/rpm_5.4.16.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/rpm/rpm_5.4.16.

[OE-core] [PATCH][krogoth] db: let fix-parallel-build.patch apply again

2016-10-27 Thread Enrico Jorns
This patch fails to apply with quilt for the 6.0.30 version of db in some cases. This issue is fixed in upstream, this is a minimal version of the fix, adapted to krogoth stable branch. Signed-off-by: Enrico Jorns --- meta/recipes-support/db/db/fix-parallel-build.patch | 2 +- 1 file changed, 1

Re: [OE-core] [PATCH 1/5] tiff: Security fix CVE-2016-3945

2016-10-27 Thread Yi Zhao
Hi Jussi, 在 2016年10月26日 17:09, Jussi Kukkonen 写道: On 26 October 2016 at 11:26, Yi Zhao > wrote: CVE-2016-3945 libtiff: Multiple integer overflows in the (1) cvt_by_strip and (2) cvt_by_tile functions in the tiff2rgba tool in LibTIFF 4.0.6 and earlier,

[OE-core] how to add new perl modules to stock OE build?

2016-10-27 Thread Robert P. J. Day
(followup to earlier thread, but now that i have a better idea of what i'm trying to do, i decided to start a new thread that should be more focused. apologies for dragging this out just a bit longer.) as i posted earlier, i want to add some perl modules to a basic poky build; in this case, b

Re: [OE-core] [PATCH 1/4] u-boot: Update to 2016.09.01 release

2016-10-27 Thread Stefan Müller-Klieser
On 25.10.2016 21:24, Marek Vasut wrote: > On 10/25/2016 08:32 PM, Denys Dmytriyenko wrote: >> On Sat, Oct 22, 2016 at 10:32:12PM +0200, Marek Vasut wrote: >>> On 10/21/2016 09:47 AM, Burton, Ross wrote: >>> >>> Hi! >>> On 20 October 2016 at 14:35, Marek Vasut >>> > wrote:

Re: [OE-core] how to add new perl modules to stock OE build?

2016-10-27 Thread Robert P. J. Day
ack ... never mind, i see my fundamental misunderstanding. i thought all of the recipes being processed via the "perl-modules" package were being (if necessary) downloaded from CPAN, or something like that, then turned into installable rpms. i didn't look closely enough into the perl source to s

[OE-core] [master][morty][PATCH] uboot-sign: fix do_concat_dtb for .img, .rom

2016-10-27 Thread George McCollister
Now that out of tree building is enabled, ${B} must be used instead of ${S} as the path for UBOOT_BINARY. Signed-off-by: George McCollister --- meta/classes/uboot-sign.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/uboot-sign.bbclass b/meta/classes/u

Re: [OE-core] how to add new perl modules to stock OE build?

2016-10-27 Thread Olof Johansson
On 16-10-27 08:46 -0400, Robert P. J. Day wrote: > > ack ... never mind, i see my fundamental misunderstanding. i thought > all of the recipes being processed via the "perl-modules" package were > being (if necessary) downloaded from CPAN, or something like that, > then turned into installable r

Re: [OE-core] how to add new perl modules to stock OE build?

2016-10-27 Thread Robert P. J. Day
On Thu, 27 Oct 2016, Olof Johansson wrote: > On 16-10-27 08:46 -0400, Robert P. J. Day wrote: > > > > ack ... never mind, i see my fundamental misunderstanding. i > > thought all of the recipes being processed via the "perl-modules" > > package were being (if necessary) downloaded from CPAN, or

[OE-core] [PATCH] toaster: fix if USER_CLASSES is missing buildstats

2016-10-27 Thread Olaf Mandel
buildstats not being in USER_CLASSES is no reason to fail every single task in toaster_collect_task_stats: using a non-existing variable results in a None argument to os.path.join(). Check the variable availability before trying to use it. Signed-off-by: Olaf Mandel --- meta/classes/toaster.bbc

[OE-core] [PATCH v3 0/2] update libsdl2 and taglib

2016-10-27 Thread Andreas Müller
v1 -> v2: descriptions changed as suggested by Alexander Kanavin v2 -> v3: taglib build dynamic libraries instead of static Andreas Müller (2): libsdl2: update to 2.0.5 taglib: update to 1.11 ...-sysroot-path-so-that-make-finds-our-wayl.patch | 32 ...ideo-make-it-compatible-wit

[OE-core] [PATCH v3 1/2] libsdl2: update to 2.0.5

2016-10-27 Thread Andreas Müller
* 0001-src-video-make-it-compatible-with-wayland-1.10.patch is removed because the problem has been resolved upstream * Add 0001-prepend-our-sysroot-path-so-that-make-finds-our-wayl.patch so that WAYLAND_PROTOCOLS_SYSROOT_DIR is substituted in a way similar to gtk3 Signed-off-by: Andreas Mülle

[OE-core] [PATCH v3 2/2] taglib: update to 1.11

2016-10-27 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta/recipes-support/taglib/{taglib_1.9.1.bb => taglib_1.11.bb} | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) rename meta/recipes-support/taglib/{taglib_1.9.1.bb => taglib_1.11.bb} (67%) diff --git a/meta/recipes-support/taglib/taglib_1.9.1.bb

Re: [OE-core] [PATCH][master][krogoth] archiver: fix gcc-source handling

2016-10-27 Thread Wold, Saul
This has been merged to master ping for Krogoth Sau! On Mon, 2016-10-10 at 11:32 -0700, Saul Wold wrote: > > The source archiver was not handling the gcc-source target correctly, > since it uses the > work-shared directory, we don't want to unpack and patch it twice, > just as the comments > say

Re: [OE-core] [PATCH][master][krogoth] archiver: fix gcc-source handling

2016-10-27 Thread akuster808
On 10/27/2016 01:32 PM, Wold, Saul wrote: This has been merged to master ping for Krogoth Sau! is in my staging work. http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=akuster/krogoth-next&id=d52071671f6b93a7653b8445bf9bf2b9a5c0e29a I am working on getting a clean build out o

Re: [OE-core] [PATCH 1/4] u-boot: Update to 2016.09.01 release

2016-10-27 Thread Marek Vasut
On 10/27/2016 01:44 PM, Stefan Müller-Klieser wrote: > On 25.10.2016 21:24, Marek Vasut wrote: >> On 10/25/2016 08:32 PM, Denys Dmytriyenko wrote: >>> On Sat, Oct 22, 2016 at 10:32:12PM +0200, Marek Vasut wrote: On 10/21/2016 09:47 AM, Burton, Ross wrote: Hi! > On 20 October

Re: [OE-core] [PATCH 1/1] rng-tools: add systemd service file

2016-10-27 Thread Dengke Du
Ping. // Dengke On 2016年09月30日 13:05, Dengke Du wrote: Add systemd service file for rng-tools. Signed-off-by: Dengke Du --- meta/recipes-support/rng-tools/rng-tools/rngd.service | 9 + meta/recipes-support/rng-tools/rng-tools_5.bb | 14 -- 2 files changed, 21

Re: [OE-core] [PATCH 1/4] u-boot: Update to 2016.09.01 release

2016-10-27 Thread Denys Dmytriyenko
On Fri, Oct 28, 2016 at 02:18:59AM +0200, Marek Vasut wrote: > On 10/27/2016 01:44 PM, Stefan Müller-Klieser wrote: > > On 25.10.2016 21:24, Marek Vasut wrote: > >> On 10/25/2016 08:32 PM, Denys Dmytriyenko wrote: > >>> On Sat, Oct 22, 2016 at 10:32:12PM +0200, Marek Vasut wrote: > On 10/21/20

Re: [OE-core] [PATCH 1/4] u-boot: Update to 2016.09.01 release

2016-10-27 Thread Marek Vasut
On 10/28/2016 04:11 AM, Denys Dmytriyenko wrote: > On Fri, Oct 28, 2016 at 02:18:59AM +0200, Marek Vasut wrote: >> On 10/27/2016 01:44 PM, Stefan Müller-Klieser wrote: >>> On 25.10.2016 21:24, Marek Vasut wrote: On 10/25/2016 08:32 PM, Denys Dmytriyenko wrote: > On Sat, Oct 22, 2016 at 10:

Re: [OE-core] [PATCH 1/4] u-boot: Update to 2016.09.01 release

2016-10-27 Thread Khem Raj
> On Oct 27, 2016, at 5:18 PM, Marek Vasut wrote: > > On 10/27/2016 01:44 PM, Stefan Müller-Klieser wrote: >> On 25.10.2016 21:24, Marek Vasut wrote: >>> On 10/25/2016 08:32 PM, Denys Dmytriyenko wrote: On Sat, Oct 22, 2016 at 10:32:12PM +0200, Marek Vasut wrote: > On 10/21/2016 09:47 A

[OE-core] [PATCH][krogoth] nss: fix compilation with glibc-2.24

2016-10-27 Thread Enrico Jorns
`readdir_r` is deprecated as of glibc-2.24 and leads to a compilation error: | In file included from sysrand.c:16:0: | unix_rand.c: In function 'ReadOneFile': | unix_rand.c:1090:6: error: 'readdir_r' is deprecated [-Werror=deprecated-declarations] | error = readdir_r(fd, &entry_dir, &result

[OE-core] [PATCH][krogoth] pseudo: backport 'Work around issues with glibc 2.24'

2016-10-27 Thread Enrico Jorns
This patch is required for krogoth, too in order to make it properly work with glibc 2.24. Signed-off-by: Enrico Jorns Below the message of the original commit: There are issues with a change made to RTLD_NEXT behaviour in glibc 2.24 and that change was also backported to older glibc versions i

[OE-core] [PATCH v2][krogoth] pseudo: backport 'Work around issues with glibc 2.24'

2016-10-27 Thread Enrico Jorns
This patch is required for krogoth, too in order to make it properly work with glibc 2.24. Signed-off-by: Enrico Jorns Below the message of the original commit: There are issues with a change made to RTLD_NEXT behaviour in glibc 2.24 and that change was also backported to older glibc versions i