Re: [OE-core] [meta-oe] [PATCH V2] rrdtool: only unset PERLHOSTLIB in do_configure

2016-05-12 Thread Robert Yang
I'm very sorry, they should go into oe-devel. // Robert On 05/13/2016 11:37 AM, Robert Yang wrote: The do_compile requires it, otherwise it can't find the native module correctly when perl-native is mirrored from another build. Fixed: | Compilation failed in require. | BEGIN

[OE-core] [meta-oe] [PATCH V2] rrdtool: only unset PERLHOSTLIB in do_configure

2016-05-12 Thread Robert Yang
The do_compile requires it, otherwise it can't find the native module correctly when perl-native is mirrored from another build. Fixed: | Compilation failed in require. | BEGIN failed--compilation aborted. | Can't locate loadable object for module File::Glob in @INC Signed-off-by: Robert Yang

[OE-core] [meta-oe] [PATCH V2] rrdtool: only unset PERLHOSTLIB in do_configure

2016-05-12 Thread Robert Yang
The do_compile requires it, otherwise it can't find the native module correctly when perl-native is mirrored from another build. Fixed: | Compilation failed in require. | BEGIN failed--compilation aborted. | Can't locate loadable object for module File::Glob in @INC Signed-off-by: Robert Yang

[OE-core] Please help edit OEDAM minutes

2016-05-12 Thread Jeff Osier-Mixon
I admit defeat. I have been "trying to get to" the OEDAM minutes for a month and I am clearly not getting to it, so I am now getting out of the way. We are crowdsourcing these minutes, because collaborative effort is what we do best. My raw notes from the meeting are here. If you were present,

Re: [OE-core] [PATCH] gcc-4.9: fix build with gcc 6

2016-05-12 Thread Dan McGregor
On 12 May 2016 9:15 a.m., "Richard Purdie" < richard.pur...@linuxfoundation.org> wrote: > > On Thu, 2016-05-12 at 17:45 +0300, Ioan-Adrian Ratiu wrote: > > On Thu, 12 May 2016 07:38:00 -0700 > > Khem Raj wrote: > > > > > On Thu, May 12, 2016 at 6:12 AM, Ioan-Adrian Ratiu < > >

[OE-core] [python3][PATCH] Switch urlparse to urllib.parse

2016-05-12 Thread Jeremy Puhlman
urlparse is replaced with urllib.parse functionality in python3 Signed-off-by: Jeremy Puhlman --- meta/classes/sanity.bbclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index

[OE-core] [PATCH v1] runqemu: Add suport for qemuzynqmp

2016-05-12 Thread Alistair Francis
Signed-off-by: Alistair Francis --- scripts/runqemu | 9 - scripts/runqemu-internal | 21 + 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/scripts/runqemu b/scripts/runqemu index d7fa941..de05035 100755 ---

[OE-core] [PATCH] qemu: Upgrade to 2.5.1.1 for fix CVE-2016-3710 and CVE-2016-3712

2016-05-12 Thread Aníbal Limón
This is a minor upgrade only comes with security fixes in qemu VGA and UART code to avoid corruptions. For review details, http://git.qemu.org/?p=qemu.git;a=log;h=v2.5.1.1 Signed-off-by: Aníbal Limón --- meta/recipes-devtools/qemu/{qemu_2.5.1.bb =>

[OE-core] [PATCHv2 1/3] package_manager.py: Move opkg_query() outside of Indexer class

2016-05-12 Thread mariano . lopez
From: Mariano Lopez When using the opkg and apt-get package managers the function opkg_query() can be useful when query for package information. This change moves the function outside the Indexer class so the Indexer, OpkgPM, DpkgPM can benefit from it. [YOCTO

[OE-core] [PATCHv2 2/3] package_manager.py: Add extract() method for opkg and dpkg

2016-05-12 Thread mariano . lopez
From: Mariano Lopez Sometimes it is needed to have the content of a package outside the recipe context. This new method extract the content of an IPK/DEB file to a tmpdir, without actually installing the package. A new OpkgDpkgPM class was added to share the code

[OE-core] [PATCHv2 0/3] Add extract() method to package manager

2016-05-12 Thread mariano . lopez
From: Mariano Lopez Sometimes it is needed to have the content of a package outside of an image, these series add this capability using a temp directory. Changes in v2: - Add default values when parsing package information. This way it won't throw an exception

[OE-core] [PATCHv2 3/3] package_manager.py: Add extract() method for RPM package manager

2016-05-12 Thread mariano . lopez
From: Mariano Lopez This new method extract the content of RPM file to a tmpdir, without actually installing the package. [YOCTO #9569] Signed-off-by: Mariano Lopez --- meta/lib/oe/package_manager.py | 85

[OE-core] [PATCH] cmake: enable verbose builds

2016-05-12 Thread Ross Burton
To help debugging build problems pass VERBOSE=1 to make so that the makefiles print their commands, just like we do with autotools. Signed-off-by: Ross Burton --- meta/classes/cmake.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH 3/3] package_manager.py: Add extract() method for RPM package manager

2016-05-12 Thread Mariano Lopez
On 05/12/2016 04:31 AM, Joshua G Lock wrote: On Wed, 2016-05-11 at 12:31 +, mariano.lo...@linux.intel.com wrote: From: Mariano Lopez +#Parse output +for line in output.splitlines(): +line = line.rstrip() +if

Re: [OE-core] [PATCH 18/42] conf: bump minimum kernel to 3.2.0

2016-05-12 Thread Khem Raj
> On May 12, 2016, at 10:18 AM, Ruslan Bilovol wrote: > > Hi, > > On 05/11/2016 08:35 PM, Khem Raj wrote: >> glibc 2.24 have raised the bar for minimum supported kernel >> for more details see >> >>

Re: [OE-core] [PATCH] pseudo: obey our LDFLAGS

2016-05-12 Thread Peter Seebach
On Wed, 11 May 2016 09:25:27 -0700 Christopher Larson wrote: > +Subject: [PATCH] Obey external LDFLAGS the way we obey CFLAGS This has been merged into pseudo's upstream, now, but it's on top of some large changes, so we should probably go ahead with the local patch until

Re: [OE-core] [master][PATCH 0/3] Fix a few recipes to obey LDFLAGS

2016-05-12 Thread Christopher Larson
On Thu, May 5, 2016 at 12:30 PM, Christopher Larson wrote: > From: Christopher Larson > > The following changes since commit > 1a0e56630c5c27d8899dd0979ae0b86bbe227881: > > utils.bbclass: note for deprecated base_contains (2016-04-29 07:53:58 >

Re: [OE-core] [for-master][RFC PATCH 0/3] Support template files for wic wks

2016-05-12 Thread Christopher Larson
On Thu, May 12, 2016 at 11:06 AM, Christopher Larson wrote: > > On Sun, May 8, 2016 at 9:05 AM, Jeremy ROSEN > wrote: > >> Le 02/05/2016 21:23, Christopher Larson a écrit : >> >>> From: Christopher Larson >>> >>> This adds

Re: [OE-core] [for-master][RFC PATCH 0/3] Support template files for wic wks

2016-05-12 Thread Christopher Larson
On Sun, May 8, 2016 at 9:05 AM, Jeremy ROSEN wrote: > Le 02/05/2016 21:23, Christopher Larson a écrit : > >> From: Christopher Larson >> >> This adds support for .wks.in files as WKS_FILE. >> >> These files are treated as the contents of a bitbake

Re: [OE-core] [PATCH 18/42] conf: bump minimum kernel to 3.2.0

2016-05-12 Thread Ruslan Bilovol
Hi, On 05/11/2016 08:35 PM, Khem Raj wrote: glibc 2.24 have raised the bar for minimum supported kernel for more details see http://repo.or.cz/glibc.git/commit/5b4ecd3f95695ef593e4474b4ab5a117291ba5fc Signed-off-by: Khem Raj --- meta/classes/populate_sdk_base.bbclass |

Re: [OE-core] [PATCH 22/42] linux-yocto: Fix build on ppc with gcc-6

2016-05-12 Thread Khem Raj
On Thu, May 12, 2016 at 7:27 AM, Khem Raj wrote: > On Thu, May 12, 2016 at 7:27 AM, Bruce Ashfield > wrote: >> >> >> On Thu, May 12, 2016 at 10:21 AM, Khem Raj wrote: >>> >>> On Thu, May 12, 2016 at 6:28 AM, Bruce Ashfield >>>

[OE-core] [PATCH v2][krogoth] feature-arm-neon.inc: restore vfpv3-d16 support

2016-05-12 Thread André Draszik
Commit 6661718 (feature-arm-{neon,vfp}.inc: refactor and fix issues) effectively changed the gcc -mfpu= option from -mfpu=vfpv3-d16 to -mfpu=vfpv3d16, which gcc doesn't understand. Restore the original value. After doing that, we also need to adjust ARMPKGSFX_FPU which should contain the same

Re: [OE-core] [PATCH v2 0/2] Create systemd users at build time

2016-05-12 Thread Stephano Cetola
On 05/12, Puustinen, Ismo wrote: > On Wed, 2016-05-11 at 12:04 -0700, Stephano Cetola wrote: > > > I think this is a valuable feature. However, have you considered > > > adding > > > the "m" and "r" options too? I think that at least "m" would be > > > worthwhile to implement, since it's important

[OE-core] [PATCH] feature-arm-vfp.inc: fix overzealous ARMPKGSFX_FPU modification

2016-05-12 Thread André Draszik
Since commit 972b4fc (feature-arm-neon.inc: restore vfpv3-d16 support) we're replacing _all_ dashes (-) in ARMPKGSFX_FPU, which is causing problems for all legitimate uses of the dash as TUNE_PKGARCH doesn't have the right value anymore: E.g. on raspberrypi2: ERROR: OE-core's config sanity

[OE-core] [PATCH] weston: Use HTTPS for tarball download

2016-05-12 Thread Otavio Salvador
The tarball now is served just on the HTTPS URI, thus update the SRC_URI. Signed-off-by: Otavio Salvador --- meta/recipes-graphics/wayland/weston_1.10.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/wayland/weston_1.10.0.bb

Re: [OE-core] [PATCH] gcc-4.9: fix build with gcc 6

2016-05-12 Thread Richard Purdie
On Thu, 2016-05-12 at 17:45 +0300, Ioan-Adrian Ratiu wrote: > On Thu, 12 May 2016 07:38:00 -0700 > Khem Raj wrote: > > > On Thu, May 12, 2016 at 6:12 AM, Ioan-Adrian Ratiu < > > adrian.ra...@ni.com> wrote: > > > Building gcc-cross 4.9.3 with gcc 6 fails with the following > >

[OE-core] [Krogoth][PATCH] gcc-4.9: fix build with gcc 6

2016-05-12 Thread Ioan-Adrian Ratiu
Building gcc-cross 4.9.3 with gcc 6 fails with the following error: error: 'const char* libc_name_p(const char*, unsigned int)' redeclared inline with 'gnu_inline' attribute This is a backport of the upstream fix. Signed-off-by: Ioan-Adrian Ratiu ---

Re: [OE-core] [PATCH] gcc-4.9: fix build with gcc 6

2016-05-12 Thread Ioan-Adrian Ratiu
On Thu, 12 May 2016 07:38:00 -0700 Khem Raj wrote: > On Thu, May 12, 2016 at 6:12 AM, Ioan-Adrian Ratiu > wrote: > > Building gcc-cross 4.9.3 with gcc 6 fails with the following error: > > > > error: 'const char* libc_name_p(const char*, unsigned int)'

Re: [OE-core] [PATCH 22/42] linux-yocto: Fix build on ppc with gcc-6

2016-05-12 Thread Khem Raj
On Thu, May 12, 2016 at 7:27 AM, Bruce Ashfield wrote: > > > On Thu, May 12, 2016 at 10:21 AM, Khem Raj wrote: >> >> On Thu, May 12, 2016 at 6:28 AM, Bruce Ashfield >> wrote: >> > >> > The patches are not integrated into

Re: [OE-core] [PATCH] gcc-4.9: fix build with gcc 6

2016-05-12 Thread Khem Raj
On Thu, May 12, 2016 at 6:12 AM, Ioan-Adrian Ratiu wrote: > Building gcc-cross 4.9.3 with gcc 6 fails with the following error: > > error: 'const char* libc_name_p(const char*, unsigned int)' redeclared inline > with 'gnu_inline' attribute > > This is a backport of the

Re: [OE-core] [PATCH 00/42] GCC/GDB/Binutils Upgrades

2016-05-12 Thread Ioan-Adrian Ratiu
On Thu, 12 May 2016 07:19:50 -0700 akuster808 wrote: > On 05/12/2016 02:05 AM, Ioan-Adrian Ratiu wrote: > > Hello > > > > Can the gcc 6 fixes be pulled into the krogoth branch as well? > > GCC 6 is new so we wont be pull that over to Krogoth. Any fixes you are >

Re: [OE-core] [PATCH 22/42] linux-yocto: Fix build on ppc with gcc-6

2016-05-12 Thread Bruce Ashfield
On Thu, May 12, 2016 at 10:21 AM, Khem Raj wrote: > On Thu, May 12, 2016 at 6:28 AM, Bruce Ashfield > wrote: > > > > The patches are not integrated into linux-yocto-4.4 and I added the patch > > I've > > attached o my zedd/kernel poky-contrib

Re: [OE-core] [PATCH] feature-arm-neon.inc: restore vfpv3-d16 support

2016-05-12 Thread Khem Raj
On Thu, May 12, 2016 at 2:51 AM, André Draszik wrote: > OK. Any suggestions for how to best fix that? > > I could be more specific and .replace('vfpv3-d16', 'vfpv3d16') only, but > that seems ugly :-) There seem to be no other usecase where '-' is used in fpu names so it should

Re: [OE-core] [PATCH 22/42] linux-yocto: Fix build on ppc with gcc-6

2016-05-12 Thread Khem Raj
On Thu, May 12, 2016 at 6:28 AM, Bruce Ashfield wrote: > > The patches are not integrated into linux-yocto-4.4 and I added the patch > I've > attached o my zedd/kernel poky-contrib branch: Nice, is this branch already proposed for merge ? --

Re: [OE-core] [PATCH 00/42] GCC/GDB/Binutils Upgrades

2016-05-12 Thread akuster808
On 05/12/2016 02:05 AM, Ioan-Adrian Ratiu wrote: > Hello > > Can the gcc 6 fixes be pulled into the krogoth branch as well? GCC 6 is new so we wont be pull that over to Krogoth. Any fixes you are interested in, patches are welcome. - armin > > On Wed, 11 May 2016 10:35:25 -0700 > Khem Raj

Re: [OE-core] [fido][PATCH 0/1] Undo ABI breakage in OpenSSL

2016-05-12 Thread Martin Jansa
On Thu, May 12, 2016 at 01:06:33PM +0100, Joshua Lock wrote: > The backported upgrade to OpenSSL 1.0.2h introduced a newer version of > Debian's linker version-script which breaks the OpenSSL ABI. > This isn't desirable for a stable release, thus the attached patch reverts > the linker-version

[OE-core] [PATCH] report-error: Replace the build directory path in the error text

2016-05-12 Thread Michael Wood
Replace the TOPDIR in the output error file so that the error report once submitted can then be more easily matched to find duplicate error reports. This also reduces the need to manually redact any information that might be in the error log path such as hostnames or home directories.

Re: [OE-core] [PATCH 22/42] linux-yocto: Fix build on ppc with gcc-6

2016-05-12 Thread Bruce Ashfield
On Thu, May 12, 2016 at 12:31 AM, Bruce Ashfield wrote: > > > On Wed, May 11, 2016 at 5:55 PM, Khem Raj wrote: > >> On Wed, May 11, 2016 at 2:36 PM, Bruce Ashfield >> wrote: >> > >> > >> > On Wed, May 11, 2016 at 5:30 PM,

[OE-core] [PATCH] gcc-4.9: fix build with gcc 6

2016-05-12 Thread Ioan-Adrian Ratiu
Building gcc-cross 4.9.3 with gcc 6 fails with the following error: error: 'const char* libc_name_p(const char*, unsigned int)' redeclared inline with 'gnu_inline' attribute This is a backport of the upstream fix. Signed-off-by: Ioan-Adrian Ratiu ---

[OE-core] [PATCH 3/3] mmc-utils: update to latest git version

2016-05-12 Thread Maxin B. John
LIC_FILES_CHKSUM has changed due to modifications related to field firmware update support. However, License remains the same. Signed-off-by: Maxin B. John --- meta/recipes-devtools/mmc/mmc-utils_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 2/3] connman: update to version 1.32

2016-05-12 Thread Maxin B. John
Removed following upstreamed/backported patches: a) 0001-Detect-backtrace-API-availability-before-using-it.patch b) 0001-iptables-Add-missing-function-item-of-xtables-to-mat.patch Rearranged musl related patches. Signed-off-by: Maxin B. John ---

[OE-core] [PATCH 1/3] ofono: update to 1.18

2016-05-12 Thread Maxin B. John
1.17 -> 1.18 Signed-off-by: Maxin B. John --- meta/recipes-connectivity/ofono/{ofono_1.17.bb => ofono_1.18.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/ofono/{ofono_1.17.bb => ofono_1.18.bb} (59%) diff --git

Re: [OE-core] [PATCH 16/42] busybox/mdev: Ensure /sys is mounted before using it

2016-05-12 Thread Andreas Oberritter
Dear Khem, On 11.05.2016 19:35, Khem Raj wrote: > echo would fail if /sys is not mounted and boot would abort this sentence still doesn't make sense (hint: /proc). Regards, Andreas > > Signed-off-by: Khem Raj > --- > meta/recipes-core/busybox/files/mdev | 4 +++- > 1

[OE-core] Samba users are cleared after board reboot

2016-05-12 Thread Zhenhua Luo
Hello all, I build samba(3.6.8).into rootfs by Yocto 1.4.1 (dylan), the rootfs can boot up the board via NFS and samba service can start successfully, then I use "smbpasswd -a samba" to create "samba" user, "samba" is a valid user to login Linux, "smbclient -L -U samba" can be executed on

[OE-core] [fido][PATCH 1/1] openssl: prevent ABI break from earlier fido releases

2016-05-12 Thread Joshua Lock
The backported upgrade to 1.0.2h included an updated GNU LD version-script which results in an ABI change. In order to try and respect ABI for existing binaries built against fido this commit partially reverts the version-script to maintain the existing ABI and instead only add the new symbols

[OE-core] [fido][PATCH 0/1] Undo ABI breakage in OpenSSL

2016-05-12 Thread Joshua Lock
The backported upgrade to OpenSSL 1.0.2h introduced a newer version of Debian's linker version-script which breaks the OpenSSL ABI. This isn't desirable for a stable release, thus the attached patch reverts the linker-version changes and simply adds the 2 new symbols required by 1.0.2h. Thanks to

Re: [OE-core] [PATCH v2 0/2] Create systemd users at build time

2016-05-12 Thread Puustinen, Ismo
On Wed, 2016-05-11 at 12:04 -0700, Stephano Cetola wrote: > > I think this is a valuable feature. However, have you considered > > adding > > the "m" and "r" options too? I think that at least "m" would be > > worthwhile to implement, since it's important to be able to add > > users > > to

Re: [OE-core] [PATCH] feature-arm-neon.inc: restore vfpv3-d16 support

2016-05-12 Thread André Draszik
OK. Any suggestions for how to best fix that? I could be more specific and .replace('vfpv3-d16', 'vfpv3d16') only, but that seems ugly :-) Thanks, André On Mi, 2016-05-11 at 11:55 -0700, Khem Raj wrote: > This causes raspberrypi2 not parse anymore > > ERROR:  OE-core's config sanity checker

[OE-core] [PATCH v4 1/2] kernel: Add KERNEL_IMAGETYPES to build multi types kernel at one time

2016-05-12 Thread zhe.he
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 and KERNEL_ALT_IMAGETYPE work as before. Signed-off-by: He Zhe ---

[OE-core] [PATCH v4 2/2] kernel: Make symbol link to vmlinuz in boot directory

2016-05-12 Thread zhe.he
From: He Zhe Rename do_kernel_link_vmlinux to do_kernel_link_images and make a symbol link to vmlinuz(if exists) for reference in arch/$arch/boot directory. Signen-off-by: He Zhe --- meta/classes/kernel.bbclass | 13 -

[OE-core] [PATCH v4 0/2] Yocto Bug #6945

2016-05-12 Thread zhe.he
From: He Zhe This has been reviewed several rounds and no more comments are provided so far. Here are the brief history. More details can be found in the previous threads. v1 to v2: - Change KERNEL_OUTPUT to KERNEL_OUTPUT_DIR and update comments - Update related doc

Re: [OE-core] [PATCH 3/3] package_manager.py: Add extract() method for RPM package manager

2016-05-12 Thread Joshua G Lock
On Wed, 2016-05-11 at 12:31 +, mariano.lo...@linux.intel.com wrote: > From: Mariano Lopez > > This new method extract the content of RPM file to a tmpdir, > without actually installing the package. > > [YOCTO #9569] > > Signed-off-by: Mariano Lopez

Re: [OE-core] [PATCH 1/3] package_manager.py: Move opkg_query() outside of Indexer class

2016-05-12 Thread Joshua G Lock
On Wed, 2016-05-11 at 12:31 +, mariano.lo...@linux.intel.com wrote: > From: Mariano Lopez > > When using the opkg and apt-get package managers the function > opkg_query() can be useful when query for package information. > > This change moves the function

Re: [OE-core] [PATCH 2/3] package_manager.py: Add extract() method for opkg and dpkg

2016-05-12 Thread Joshua G Lock
On Wed, 2016-05-11 at 12:31 +, mariano.lo...@linux.intel.com wrote: > From: Mariano Lopez > > Sometimes it is needed to have the content of a package outside > the recipe context.  This new method extract the content of an > IPK/DEB file to a tmpdir, without

Re: [OE-core] [PATCH 00/42] GCC/GDB/Binutils Upgrades

2016-05-12 Thread Ioan-Adrian Ratiu
Hello Can the gcc 6 fixes be pulled into the krogoth branch as well? On Wed, 11 May 2016 10:35:25 -0700 Khem Raj wrote: > This patchset covers gcc 6 upgrade along with gdb 7.11 > and glibc 2.24 ( upcoming ) release. > > Rest of upgrades are necessaciated by gcc-6 due to

[OE-core] [PATCHv2 02/16] u-boot-fw-utils: Use SYSROOT_DIRS to add dirs to stage in sysroot

2016-05-12 Thread Peter Kjellerstedt
--- meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.03.bb | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.03.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.03.bb index dfda5c1..79f1548 100644 ---

[OE-core] [PATCHv2 03/16] libtool-cross: Use SYSROOT_DIRS to add dirs to stage in sysroot

2016-05-12 Thread Peter Kjellerstedt
--- meta/recipes-devtools/libtool/libtool-cross_2.4.6.bb | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/meta/recipes-devtools/libtool/libtool-cross_2.4.6.bb b/meta/recipes-devtools/libtool/libtool-cross_2.4.6.bb index 0204d34..b268310 100644 ---

[OE-core] [PATCHv2 14/16] gcc-target.inc: Use SYSROOT_DIRS_BLACKLIST to exclude dirs from sysroot

2016-05-12 Thread Peter Kjellerstedt
--- meta/recipes-devtools/gcc/gcc-target.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta/recipes-devtools/gcc/gcc-target.inc b/meta/recipes-devtools/gcc/gcc-target.inc index b8dabe5..a960ed4 100644 --- a/meta/recipes-devtools/gcc/gcc-target.inc +++

[OE-core] [PATCHv2 08/16] base-files: Use SYSROOT_DIRS to add dirs to stage in sysroot

2016-05-12 Thread Peter Kjellerstedt
--- meta/recipes-core/base-files/base-files_3.0.14.bb | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meta/recipes-core/base-files/base-files_3.0.14.bb b/meta/recipes-core/base-files/base-files_3.0.14.bb index d391707..5333110 100644 ---

[OE-core] [PATCHv2 16/16] font-util: Remove ${datadir}/fonts from SYSROOT_DIRS_BLACKLIST

2016-05-12 Thread Peter Kjellerstedt
--- meta/recipes-graphics/xorg-font/font-util_1.3.1.bb | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meta/recipes-graphics/xorg-font/font-util_1.3.1.bb b/meta/recipes-graphics/xorg-font/font-util_1.3.1.bb index 2285124..34646ff 100644 ---

[OE-core] [PATCHv2 11/16] gobject-introspection: Use SYSROOT_DIRS to add dirs to stage in sysroot

2016-05-12 Thread Peter Kjellerstedt
--- .../gobject-introspection/gobject-introspection_1.46.0.bb| 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb

[OE-core] [PATCHv2 00/16] Simplify how to stage directories in the sysroot

2016-05-12 Thread Peter Kjellerstedt
The first commit in this set makes it possible to specify the directories that will be staged in the sysroot via variables rather than hardcoding it in sysroot_stage_dirs(). This should make it a lot easier to add/remove directories to stage. The rest of the commits just change recipes to take

[OE-core] [PATCHv2 01/16] staging.bbclass: Make it easier to define which dirs to stage

2016-05-12 Thread Peter Kjellerstedt
The directories that should be staged in the sysroot are now specified in the SYSROOT_DIRS variable. Extra directories that should be staged for native are specified in SYSROOT_DIRS_NATIVE. Finally, directories that should not be staged are specified in SYSROOT_DIRS_BLACKLIST. This also removes

[OE-core] [PATCHv2 12/16] grub2.inc: Use SYSROOT_DIRS_BLACKLIST to exclude dirs from the sysroot

2016-05-12 Thread Peter Kjellerstedt
--- meta/recipes-bsp/grub/grub2.inc | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc index 146dde6..dd1ffe2 100644 --- a/meta/recipes-bsp/grub/grub2.inc +++ b/meta/recipes-bsp/grub/grub2.inc @@ -63,7 +63,4 @@

[OE-core] [PATCHv2 07/16] depmodwrapper-cross: Use SYSROOT_DIRS to add dirs to stage in sysroot

2016-05-12 Thread Peter Kjellerstedt
--- meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb b/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb index c2c2589..5c7dd52 100644 ---

[OE-core] [PATCHv2 13/16] gettext: Use SYSROOT_DIRS_BLACKLIST to exclude dirs from the sysroot

2016-05-12 Thread Peter Kjellerstedt
--- meta/recipes-core/gettext/gettext_0.16.1.bb | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/meta/recipes-core/gettext/gettext_0.16.1.bb b/meta/recipes-core/gettext/gettext_0.16.1.bb index cd0b759..6095c83 100644 --- a/meta/recipes-core/gettext/gettext_0.16.1.bb +++

[OE-core] [PATCHv2 15/16] libtool: Use SYSROOT_DIRS_BLACKLIST to exclude dirs from the sysroot

2016-05-12 Thread Peter Kjellerstedt
--- meta/recipes-devtools/libtool/libtool_2.4.6.bb | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/meta/recipes-devtools/libtool/libtool_2.4.6.bb b/meta/recipes-devtools/libtool/libtool_2.4.6.bb index 3851ec7..8858f6e 100644 ---

[OE-core] [PATCHv2 04/16] qemuwrapper-cross: Use SYSROOT_DIRS to add dirs to stage in sysroot

2016-05-12 Thread Peter Kjellerstedt
--- meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb b/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb index 7f4c6d9..53b302d 100644 ---

[OE-core] [PATCHv2 06/16] shadow-sysroot: Use SYSROOT_DIRS to add dirs to stage in sysroot

2016-05-12 Thread Peter Kjellerstedt
--- meta/recipes-extended/shadow/shadow-sysroot_4.2.1.bb | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/meta/recipes-extended/shadow/shadow-sysroot_4.2.1.bb b/meta/recipes-extended/shadow/shadow-sysroot_4.2.1.bb index 697569c..ef01462 100644 ---

[OE-core] [PATCHv2 10/16] vala.inc: Use SYSROOT_DIRS to add dirs to stage in sysroot

2016-05-12 Thread Peter Kjellerstedt
--- meta/recipes-devtools/vala/vala.inc | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/meta/recipes-devtools/vala/vala.inc b/meta/recipes-devtools/vala/vala.inc index 2a8875f..37aa38f 100644 --- a/meta/recipes-devtools/vala/vala.inc +++

[OE-core] [PATCHv2 05/16] tcl: Use SYSROOT_DIRS to add dirs to stage in sysroot

2016-05-12 Thread Peter Kjellerstedt
--- meta/recipes-devtools/tcltk/tcl_8.6.4.bb | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.4.bb b/meta/recipes-devtools/tcltk/tcl_8.6.4.bb index 8e92b3e..61be81d 100644 --- a/meta/recipes-devtools/tcltk/tcl_8.6.4.bb +++

[OE-core] [PATCHv2 09/16] signing-keys: Use SYSROOT_DIRS to add dirs to stage in sysroot

2016-05-12 Thread Peter Kjellerstedt
--- meta/recipes-core/meta/signing-keys.bb | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/meta/signing-keys.bb b/meta/recipes-core/meta/signing-keys.bb index e843301..ea7400b 100644 --- a/meta/recipes-core/meta/signing-keys.bb +++

Re: [OE-core] [PATCH 00/16] Simplify how to stage directories in the sysroot

2016-05-12 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Richard Purdie > Sent: den 11 maj 2016 23:35 > To: Peter Kjellerstedt; openembedded-core@lists.openembedded.org > Subject: Re: [OE-core]

Re: [OE-core] [PATCH 00/13] Upgrades around graphics stack

2016-05-12 Thread Jussi Kukkonen
It seems I wasn't working on top of current master HEAD, apologies: The xorg upgrade was already done by Andreas, other changes are still valid. I'll do a quick smoketest and push the rebased branch with same name, dropping xserver-xorg patch. I'm not resending the patches as they are otherwise

[OE-core] [PATCH 12/13] wayland-protocols: Add recipe

2016-05-12 Thread Jussi Kukkonen
wayland-protocols is a collection of Wayland protocols split out from weston. It is a build dependency for Weston 1.10. Added a patch to enable allarch build. Signed-off-by: Jussi Kukkonen --- .../wayland-protocols/dont-use-AC_CANONICAL.patch | 29

[OE-core] [PATCH 13/13] weston: Upgrade 1.9.0 -> 1.10.0

2016-05-12 Thread Jussi Kukkonen
Support for multiple new protocols, many new features: https://lists.freedesktop.org/archives/wayland-devel/2016-February/027039.html Weston now depends on wayland-protocols (which is protocol collection split off from weston). Remove upstreamed patches, add a patch to fix the wayland-protocols

[OE-core] [PATCH 04/13] libinput: Upgrade 1.1.4 -> 1.3.0

2016-05-12 Thread Jussi Kukkonen
Add PACKAGECONFIG for libwacom (which we currently do not have in oe-core) as the default is --enable-libwacom. Signed-off-by: Jussi Kukkonen --- .../wayland/{libinput_1.1.4.bb => libinput_1.3.0.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2

[OE-core] [PATCH 10/13] pixman: Upgrade 0.32.8 -> 0.34.0

2016-05-12 Thread Jussi Kukkonen
Remove two patches that are no longer needed. Signed-off-by: Jussi Kukkonen --- ...0001-v3-test-add-a-check-for-FE_DIVBYZERO.patch | 65 -- .../xorg-lib/pixman/mips-export-revert.patch | 22 .../{pixman_0.32.8.bb => pixman_0.34.0.bb}

[OE-core] [PATCH 07/13] libxkbcommon: Upgrade 0.5.0 -> 0.6.1

2016-05-12 Thread Jussi Kukkonen
License file was renamed, content is the same. Signed-off-by: Jussi Kukkonen --- .../xorg-lib/{libxkbcommon_0.5.0.bb => libxkbcommon_0.6.1.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename

[OE-core] [PATCH 09/13] mesa: Upgrade 11.1.1 -> 11.2.2

2016-05-12 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- meta/recipes-graphics/mesa/{mesa-gl_11.1.1.bb => mesa-gl_11.2.2.bb} | 0 meta/recipes-graphics/mesa/{mesa_11.1.1.bb => mesa_11.2.2.bb} | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename

[OE-core] [PATCH 06/13] videoproto: Upgrade 2.3.2 -> 2.3.3

2016-05-12 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- .../xorg-proto/{videoproto_2.3.2.bb => videoproto_2.3.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-proto/{videoproto_2.3.2.bb => videoproto_2.3.3.bb} (69%) diff --git

[OE-core] [PATCH 11/13] wayland: Upgrade 1.9.0 -> 1.10.0

2016-05-12 Thread Jussi Kukkonen
Yes, Wayland now depends on another xml parser (just for build time dtd validation). Signed-off-by: Jussi Kukkonen --- .../wayland/{wayland_1.9.0.bb => wayland_1.10.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename

[OE-core] [PATCH 08/13] libdrm: Upgrade 2.4.67 -> 2.4.68

2016-05-12 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- meta/recipes-graphics/drm/{libdrm_2.4.67.bb => libdrm_2.4.68.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/drm/{libdrm_2.4.67.bb => libdrm_2.4.68.bb} (92%) diff --git

[OE-core] [PATCH 03/13] xkeyboard-config: Upgrade to 2.17

2016-05-12 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- .../xorg-lib/{xkeyboard-config_2.16.bb => xkeyboard-config_2.17.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.16.bb => xkeyboard-config_2.17.bb} (88%) diff

[OE-core] [PATCH 05/13] xf86-input-evdev: Upgrade 2.10.1 -> 2.10.2

2016-05-12 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- .../{xf86-input-evdev_2.10.1.bb => xf86-input-evdev_2.10.2.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-evdev_2.10.1.bb => xf86-input-evdev_2.10.2.bb} (83%)

[OE-core] [PATCH 02/13] xrandr: Upgrade to 1.5.0

2016-05-12 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- meta/recipes-graphics/xorg-app/{xrandr_1.4.3.bb => xrandr_1.5.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-app/{xrandr_1.4.3.bb => xrandr_1.5.0.bb} (72%) diff --git

[OE-core] [PATCH 01/13] xserver-xorg: Upgrade 1.18.0 -> 1.18.3

2016-05-12 Thread Jussi Kukkonen
Remove two patches that are now upstream. Signed-off-by: Jussi Kukkonen --- ac-Use-libsystemd-in-REQUIRED_LIBS-check.patch | 50 -- .../modesetting_libdrm_requirements.patch | 30 - ...erver-xorg_1.18.0.bb =>

[OE-core] [PATCH 00/13] Upgrades around graphics stack

2016-05-12 Thread Jussi Kukkonen
Upgrades around X, Wayland and Mesa. Mostly point upgrades but the Wayland upgrade is a fairly major one: their next release is also around the corner so if there are problems you can drop wayland- related bits and I can fix things in time for 1.11. These have been sanity tested with sato and

Re: [OE-core] [PATCH 24/42] python-native: Point to expat in native sysroot

2016-05-12 Thread Khem Raj
Added missed dependency on expat-native as well is required pushed a v2 of this patch as well. It was saught during world build on musl > On May 11, 2016, at 10:35 AM, Khem Raj wrote: > > This fixes inconsistency where expat dependency is > then depending upon build host