[OE-core] \n in DESCRIPTION creates invalid (ipk) packages? (was: Re: [oe][meta-networking][PATCH 0/2] ncp - a fast file copy tool for LANs)

2016-11-16 Thread André Draszik
On Tue, 2016-11-15 at 17:19 +, André Draszik wrote: > On Tue, 2016-11-15 at 15:43 +, André Draszik wrote: > > "ncp" is a utility for copying files in a LAN. It has absolutely > > no security or integrity checking, no throttling, no features, > > except one: > >   you don't have to type the

Re: [OE-core] [PATCH] python3-setuptools: upgrade to 28.8.0

2016-11-16 Thread Burton, Ross
On 15 November 2016 at 22:07, Edwin Plauchu < edwin.plauchu.cama...@linux.intel.com> wrote: > meta/recipes-devtools/python/python-setuptools.inc | 6 > +++--- > .../{python3-setuptools_22.0.5.bb => python3-setuptools_28.8.0.bb} | 0 > 2 files changed, 3 insertions(+), 3 deletion

Re: [OE-core] [PATCH V2] python3-git: upgrade to 2.1.0

2016-11-16 Thread Burton, Ross
On 14 November 2016 at 17:33, Edwin Plauchu < edwin.plauchu.cama...@linux.intel.com> wrote: > meta/recipes-devtools/python/python-git.inc | > 4 ++-- > .../python/{python3-git_2.0.7.bb => python3-git_2.1.0.bb} | 0 > 2 files changed, 2 insertions(+), 2 deleti

Re: [OE-core] [PATCH] python3-mako: upgrade to 1.0.6

2016-11-16 Thread Burton, Ross
On 14 November 2016 at 22:52, Edwin Plauchu < edwin.plauchu.cama...@linux.intel.com> wrote: > meta/recipes-devtools/python/python-mako.inc | > 4 ++-- > .../python/{python3-mako_1.0.4.bb => python3-mako_1.0.6.bb} | 0 > 2 files changed, 2 insertions(+), 2 deleti

[OE-core] [PATCH] openssl: Security fix CVE-2016-7055

2016-11-16 Thread Yi Zhao
There is a carry propagating bug in the Broadwell-specific Montgomery multiplication procedure that handles input lengths divisible by, but longer than 256 bits. External References: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-7055 https://www.openssl.org/news/secadv/20161110.txt Patch

[OE-core] [PATCH] nfs-utils: fix protocol minor version fall-back

2016-11-16 Thread Yi Zhao
Mount nfs directory would fail if no specific nfsvers: mount -t nfs IP:/foo/bar/ /mnt/ mount.nfs: an incorrect mount option was specified mount.nfs currently expects mount(2) to fail with EPROTONOSUPPORT if the kernel doesn't understand the requested NFS version. Unfortunately if the requested min

Re: [OE-core] [PATCH] package.bbclass: allow using EXCLUDE_FROM_SHLIBS for subpackages

2016-11-16 Thread Burton, Ross
On 15 November 2016 at 15:05, Andrii Bordunov wrote: > Ping-2. Guys? Anything? > Sorry, missed this. It looks reasonable and doesn't introduce any changes to existing packaging, so it's in my queue now. Ross -- ___ Openembedded-core mailing list Ope

Re: [OE-core] libtool --with-libtool-sysroot

2016-11-16 Thread Jack Mitchell
On 11/11/16 17:33, Burton, Ross wrote: On 11 November 2016 at 17:31, Jack Mitchell mailto:m...@embed.me.uk>> wrote: How would one check which libtool was being used, or influence which one autotools chooses? One common problem is a makefile or configure using "libtool" directly instea

Re: [OE-core] [PATCH] package.bbclass: allow using EXCLUDE_FROM_SHLIBS for subpackages

2016-11-16 Thread Richard Purdie
On Mon, 2016-10-10 at 20:02 +0300, Andrii Bordunov wrote: > Some packages containing shared libraries might be registered > as shlib providers when they shouldn't (for example, the lib is for > their private use and must not generate any dependency). > > EXCLUDE_FROM_SHLIBS is targeted at that, bu

Re: [OE-core] \n in DESCRIPTION creates invalid (ipk) packages? (was: Re: [oe][meta-networking][PATCH 0/2] ncp - a fast file copy tool for LANs)

2016-11-16 Thread Martin Jansa
On Wed, Nov 16, 2016 at 09:07:09AM +, André Draszik wrote: > On Tue, 2016-11-15 at 17:19 +, André Draszik wrote: > > On Tue, 2016-11-15 at 15:43 +, André Draszik wrote: > > > "ncp" is a utility for copying files in a LAN. It has absolutely > > > no security or integrity checking, no thr

[OE-core] [PATCH] binconfig: Use d.getVar

2016-11-16 Thread Richard Purdie
The bb.data API is deprecated, use d.getVar instead. Signed-off-by: Richard Purdie diff --git a/meta/classes/binconfig.bbclass b/meta/classes/binconfig.bbclass index cbc4173..8591308 100644 --- a/meta/classes/binconfig.bbclass +++ b/meta/classes/binconfig.bbclass @@ -21,8 +21,8 @@ def get_bincon

[OE-core] [PATCH] sanity: removed broken compiler check

2016-11-16 Thread Enrico Scholz
From: Enrico Scholz The compiler check is broken because it checks for the existance of ${CC} as a file. This fails with ccache with |Please install the following missing utilities: C Compiler (ccache gcc ),C++ Compiler (ccache g++ ) Remove this check for now. Signed-off-by: Enrico Scholz

[OE-core] Morty maintainer

2016-11-16 Thread Richard Purdie
Armin has kindly volunteered to maintain the morty stable release branch and has already put together a great series. I don't want to overload Armin so if anyone else wants to step forward, let me know and we can discuss it. Right now its looking likely Armin will be the maintainer though (thanks

[OE-core] [PATCH 0/4] Upgrade mesa, piglit

2016-11-16 Thread Jussi Kukkonen
This includes * Mesa 13.0.1 upgrade * piglit master upgrade * piglit test compression patches that I sent earlier All three are independent of each other. This passes a quick smoke test and piglit results are ok: pass: 57334 fail: 345 crash: 1

[OE-core] [PATCH 1/4] piglit: Package tests in compressed form as well

2016-11-16 Thread Jussi Kukkonen
Modify packaging so that generated tests are available in two forms: * piglit-generated-tests contains the tests as they are now (1.5GB when installed) * piglit-generated-tests-compressed contains a tar.gz with the same files (45 MB when installed) Add wrapper script that decompresses the test

[OE-core] [PATCH 3/4] piglit: Upgrade to current master head

2016-11-16 Thread Jussi Kukkonen
Remove upstreamed patches. Signed-off-by: Jussi Kukkonen --- .../0001-cmake-Link-test-utils-with-ldl.patch | 41 ...0001-cmake-Link-utils-with-xcb-explicitly.patch | 54 -- meta/recipes-graphics/piglit/piglit_git.bb | 6 +-- 3 files changed, 2 i

[OE-core] [PATCH 4/4] mesa: Upgrade 12.0.3 -> 13.0.1

2016-11-16 Thread Jussi Kukkonen
New major release with OpenGL 4.4 support. Dependency on libudev has been removed. Rebase replace_glibc_check_with_linux.patch. Add patch to find native wayland-scanner. Signed-off-by: Jussi Kukkonen --- .../0001-Use-wayland-scanner-in-the-path.patch | 37 ++ .../files/r

[OE-core] [PATCH 2/4] core-tools-testapps: Re-add piglit

2016-11-16 Thread Jussi Kukkonen
Piglit was removed from testapps in 9e227ecb3a because it made sdk images massive. Add piglit back now that the installed size is no longer humongous: it still needs 1.5 GB free space at runtime but the image sizes stay reasonable. Signed-off-by: Jussi Kukkonen --- meta/recipes-core/packagegroup

Re: [OE-core] [PATCH 4/4] mesa: Upgrade 12.0.3 -> 13.0.1

2016-11-16 Thread Andreas Müller
On Wed, Nov 16, 2016 at 2:15 PM, Jussi Kukkonen wrote: > New major release with OpenGL 4.4 support. Dependency on libudev has > been removed. > > Rebase replace_glibc_check_with_linux.patch. > Add patch to find native wayland-scanner. > > Signed-off-by: Jussi Kukkonen > --- > .../0001-Use-waylan

[OE-core] [PATCH 0/5] kernel-yocto: consolidated pull request

2016-11-16 Thread Bruce Ashfield
Hi all, Here is my latest set of updates to the 4.8/4.4 kernels, as well as a couple of bug fixes to the tools. I've included short log summaries of the changes that come with the -stable updates in the commits themselves. Also of note, now that 4.9 is in the latter part of the -rc cycle, I'll b

Re: [OE-core] [PATCH 4/4] mesa: Upgrade 12.0.3 -> 13.0.1

2016-11-16 Thread Jussi Kukkonen
On 16 November 2016 at 15:39, Andreas Müller wrote: > On Wed, Nov 16, 2016 at 2:15 PM, Jussi Kukkonen > wrote: > > New major release with OpenGL 4.4 support. Dependency on libudev has > > been removed. > > > > Rebase replace_glibc_check_with_linux.patch. > > Add patch to find native wayland-scan

[OE-core] [PATCH 1/5] linux-yocto/4.8: fix cryptodev compilation error

2016-11-16 Thread Bruce Ashfield
It was reported that compilation was broken for the in tree variant of cryptodev. This commit integrates two patches that fix the issue: efbdfa1ed95f cryptodev: stomp dynamic version numbering for in tree builds 32f54070205f cryptodev: fix compile error when enable CONFIG_CRYPTODEV Signed-off

[OE-core] [PATCH 3/5] linux-yocto/4.8: update from v4.8.6 -> v4.8.8

2016-11-16 Thread Bruce Ashfield
Updating to the korg -stable release 4.8.8. The short log change summary follows: 61385cc1db42 Linux 4.8.8 8ed841d6c045 scsi: megaraid_sas: fix macro MEGASAS_IS_LOGICAL to avoid regression 32f60e9b621f scsi: megaraid_sas: Fix data integrity failure for JBOD (passthrough) devices eb2c

[OE-core] [PATCH 4/5] linux-yocto/4.4: update to v4.4.32

2016-11-16 Thread Bruce Ashfield
Updating from v4.4.30 -> v4.4.32. The shortlog summary of the changes follows: 4dab3e4df994 Linux 4.4.32 ae94da4c53b7 scsi: megaraid_sas: fix macro MEGASAS_IS_LOGICAL to avoid regression 2be0548e64f1 drm/radeon: fix DP mode validation ccc31f819918 drm/radeon/dp: add back special handl

[OE-core] [PATCH 5/5] kern-tools: error checking and tree generation fixes

2016-11-16 Thread Bruce Ashfield
During processing of the kernel meta data the kern tools were not properly exiting on syntax errors or invalid commands. Noticing and debugging these issues wasn't trivial. To make this easier, we now trap the error and dump the offending meta-data for the user to see. There was also an issue wit

[OE-core] [PATCH 2/5] linux-yocto/4.8: update to v4.8.6-rt5

2016-11-16 Thread Bruce Ashfield
Paul Gortmaker sent along updates to the latest 4.8 -rt version. Updating the SRCREVs to include the following commits: f83a3d4a643b v4.8.6-rt5 74c7ffc2e3f2 NFSv4: don't disable preemption on !RT 9711dc408890 kbuild: Add -fno-pie to KBUILD_AFLAGS: 7b4d4278e307 v4.8.6-rt4 24aa22031f3

[OE-core] truncating quoted text in emails

2016-11-16 Thread Patrick Ohly
Hello! While trying to follow patch reviews on this list I noticed that (subjectively?) quite a few replies completely quote the original email and then just add a few lines. That looks fine in GMail where the quoted text is folded, but not so much in mail readers where quoted text is unfolded (Ev

Re: [OE-core] Yocto Project Status WW45 - UPDATED

2016-11-16 Thread akuster808
Andreas, On 11/08/2016 05:51 AM, Richard Purdie wrote: On Tue, 2016-11-08 at 11:00 +0100, Andreas Oberritter wrote: Hello Stephen, On 04.11.2016 18:06, Jolley, Stephen K wrote: ·There was a challenging taskhash mismatch test case this week which has resulted in some significant debug

[OE-core] [PATCH] apt-package: Include maintenance scripts

2016-11-16 Thread Linus Wallgren
Apt can run multiple tasks daily, such as for example clean, update, autoclean, unattended-upgrades etc. [YOCTO #10669] Signed-off-by: Linus Wallgren --- meta/recipes-devtools/apt/apt-package.inc | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/meta/recipes-de

Re: [OE-core] truncating quoted text in emails

2016-11-16 Thread Bruce Ashfield
On Wed, Nov 16, 2016 at 10:36 AM, Patrick Ohly wrote: > Hello! > > While trying to follow patch reviews on this list I noticed that > (subjectively?) quite a few replies completely quote the original email > and then just add a few lines. That looks fine in GMail where the quoted > text is folded

Re: [OE-core] [PATCH] devtool: fix handling of unicode characters from subprocess stdout

2016-11-16 Thread Stephano Cetola
On 11/11, Burton, Ross wrote: > A reader is definitely the right thing here, but I'm wondering why this > needs to loop on single characters. As I understand it doing a read() on a > reader wrapping stdout will read until it blocks (because the process > hasn't got anything to output) so result in

Re: [OE-core] libtool --with-libtool-sysroot

2016-11-16 Thread Khem Raj
On 11/16/16 2:20 AM, Jack Mitchell wrote: > On 11/11/16 17:33, Burton, Ross wrote: >> >> On 11 November 2016 at 17:31, Jack Mitchell > > wrote: >> >> How would one check which libtool was being used, or influence which >> one autotools chooses? >> >> >> One common

Re: [OE-core] libtool --with-libtool-sysroot

2016-11-16 Thread Burton, Ross
On 16 November 2016 at 17:22, Khem Raj wrote: > what us autotools bbclass doing in this case ? > The class is passing --force, so this only happens if you're running autoreconf manually. Ross -- ___ Openembedded-core mailing list Openembedded-core@li

Re: [OE-core] libtool --with-libtool-sysroot

2016-11-16 Thread Khem Raj
On 11/16/16 9:26 AM, Burton, Ross wrote: > > On 16 November 2016 at 17:22, Khem Raj > wrote: > > what us autotools bbclass doing in this case ? > > > The class is passing --force, so this only happens if you're running > autoreconf manually. > OK thanks so th

[OE-core] [PATCH 2/5] taglib: Update to 1.11.1

2016-11-16 Thread Khem Raj
Add depenedency on boost Fixes | CMake Error: The following variables are used in this project, but they are set to NOTFOUND. | Please set them or make sure they are set and tested correctly in the CMake files: | Boost_INCLUDE_DIR (ADVANCED) Enable c++11 in cmake as well as in CXXFLAGS CXXFLA

[OE-core] [PATCH 3/5] musl: Update to latest on master

2016-11-16 Thread Khem Raj
Bobby Bingham (2): treat null vdso base same as missing add s390x port Rich Felker (2): generalize ELF hash table types not to assume 32-bit entries work around gdb issues recognizing sigreturn trampoline on x86_64 Signed-off-by: Khem Raj --- meta/recipes-core/musl/files

[OE-core] [PATCH 5/5] binutils: Fix parsing of ppc apuinfo for spe

2016-11-16 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-devtools/binutils/binutils-2.27.inc | 1 + ...17-ppc-apuinfo-for-spe-parsed-incorrectly.patch | 33 ++ 2 files changed, 34 insertions(+) create mode 100644 meta/recipes-devtools/binutils/binutils/0017-ppc-apuinfo-for-spe-parsed-inc

[OE-core] [PATCH 4/5] cmake.bbclass: Set CXXFLAGS and CFLAGS

2016-11-16 Thread Khem Raj
We strip the TOOLCHAIN_OPTIONS and HOST_CC_ARCH from CC/CXX in cmake.bbclass whereas CFLAFS and CXXFLAGS assume that TOOLCHAIN_OPTIONS are part of CC/CXX variables, this causes compile failures when cmake is running compiler tests during configure on some architectures especially armhf, because hf

[OE-core] [PATCH 1/5] systemd: Upgrade to 232

2016-11-16 Thread Khem Raj
* Drop support for rcS.d SysV init scripts. These are prone to cause dependency loops, and almost all packages with rcS scripts now ship a native systemd service. * Drop mount propagation patch, it only happens with libseccomp, OE doesnt enable it * kdbus option has disappeared from configu

Re: [OE-core] truncating quoted text in emails

2016-11-16 Thread Khem Raj
On 11/16/16 9:01 AM, Bruce Ashfield wrote: > > > On Wed, Nov 16, 2016 at 10:36 AM, Patrick Ohly > wrote: > > Hello! > > While trying to follow patch reviews on this list I noticed that > (subjectively?) quite a few replies completely quote the origi

Re: [OE-core] [PATCH v2] libpcap: Update to version 1.8.1

2016-11-16 Thread Martin Jansa
On Tue, Nov 08, 2016 at 09:52:48AM -0200, Fabio Berton wrote: > - Option --enable-canusb was removed on commit: > > https://github.com/the-tcpdump-group/libpcap/commit/93ca5ff7030aaf1219e1de05ec89a68384bfc50b > - Autotools class was improved and we can now stop aclocal from running at > a

Re: [OE-core] [PATCH v2] libpcap: Update to version 1.8.1

2016-11-16 Thread Fabio Berton
Hi Martin, I'll look into this. Thanks. On Wed, Nov 16, 2016 at 5:41 PM, Martin Jansa wrote: > On Tue, Nov 08, 2016 at 09:52:48AM -0200, Fabio Berton wrote: > > - Option --enable-canusb was removed on commit: > > https://github.com/the-tcpdump-group/libpcap/commit/ > 93ca5ff7030aaf1219e1

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

2016-11-16 Thread Denys Dmytriyenko
On Thu, Aug 18, 2016 at 08:56:24AM +0100, André Draszik wrote: > 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)

[OE-core] [PATCH 0/4] python-git and 3 more upgrades

2016-11-16 Thread Jose Lamego
The following python recipes needed to be upgraded to latest upstream version. These changes were tested using qemux86 with core-image-sato. Jose Lamego (4): python*-git: upgrade to 2.1.0 python*-mako: upgrade to 1.0.6 python-pexpect: upgrade to 4.2.1 python-scons*: upgrade to 2.5.1 met

[OE-core] [PATCH 2/4] python*-mako: upgrade to 1.0.6

2016-11-16 Thread Jose Lamego
Both python-mako and python3-mako need to be upgraded to latest upstream version. This change was tested using qemux86 with core-image-sato. Signed-off-by: Jose Lamego --- meta/recipes-devtools/python/python-mako.inc | 4 ++-- .../python/{python-mako_1.0.4.bb => python-m

[OE-core] [PATCH 1/4] python*-git: upgrade to 2.1.0

2016-11-16 Thread Jose Lamego
Both python-git and python3-git need to be upgraded to latest upstream version. This change was tested using qemux86 with core-image-sato. Signed-off-by: Jose Lamego --- meta/recipes-devtools/python/python-git.inc | 4 ++-- .../python/{python-git_2.0.7.bb => python-git_

[OE-core] [PATCH 4/4] python-scons*: upgrade to 2.5.1

2016-11-16 Thread Jose Lamego
Both python-scons and python-scons-native need to be upgraded to latest upstream version. This change was tested using qemux86 with core-image-sato. Signed-off-by: Jose Lamego --- .../{python-scons-native_2.5.0.bb => python-scons-native_2.5.1.bb}| 0 .../python/{python-scons_2.5.0.bb => pyth

[OE-core] [PATCH 3/4] python-pexpect: upgrade to 4.2.1

2016-11-16 Thread Jose Lamego
python-pexpect needs to be upgraded to latest upstream version. This change was tested using qemux86 with core-image-sato Signed-off-by: Jose Lamego --- .../python/{python-pexpect_4.2.0.bb => python-pexpect_4.2.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/re

[OE-core] [PATCH] maintainers: Change maintainers for python(3) modules

2016-11-16 Thread Jose Lamego
Some packages with recipes for both python2 and python3 must be upgraded simultaneously to avoid version conflicts due to common dependencies. This change distributes responsibilities to provide a single maintainer for related recipes. Signed-off-by: Jose Lamego --- meta-poky/conf/distro/include

Re: [OE-core] ✗ patchtest: failure for python-git and 3 more upgrades

2016-11-16 Thread Paul Eggleton
On Wed, 16 Nov 2016 21:55:22 Patchwork wrote: > == Series Details == > > Series: python-git and 3 more upgrades > Revision: 1 > URL : https://patchwork.openembedded.org/series/3947/ > State : failure > > == Summary == > > Thank you for submitting this patch series to OpenEmbedded Core. This is

Re: [OE-core] truncating quoted text in emails

2016-11-16 Thread Paul Eggleton
On Wed, 16 Nov 2016 16:36:28 Patrick Ohly wrote: > While trying to follow patch reviews on this list I noticed that > (subjectively?) quite a few replies completely quote the original email > and then just add a few lines. That looks fine in GMail where the quoted > text is folded, but not so much

Re: [OE-core] ✗ patchtest: failure for python-git and 3 more upgrades

2016-11-16 Thread Paul Eggleton
On Thu, 17 Nov 2016 11:03:21 Paul Eggleton wrote: > On Wed, 16 Nov 2016 21:55:22 Patchwork wrote: > > == Series Details == > > > > Series: python-git and 3 more upgrades > > Revision: 1 > > URL : https://patchwork.openembedded.org/series/3947/ > > State : failure > > > > == Summary == > > > >

Re: [OE-core] [PATCH] devtool: fix handling of unicode characters from subprocess stdout

2016-11-16 Thread Paul Eggleton
On Wed, 16 Nov 2016 09:14:20 Stephano Cetola wrote: > On 11/11, Burton, Ross wrote: > > A reader is definitely the right thing here, but I'm wondering why this > > needs to loop on single characters. As I understand it doing a read() on > > a > > reader wrapping stdout will read until it blocks (b

[OE-core] [PATCH 1/3] buildstats: Place 'Elapsed Time' stat into a single line

2016-11-16 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval All lines except one (the one containing the 'Elapsed Time') follows the format 'stat: value'. Fix that so post parsing the stats is simpler. Signed-off-by: Leonardo Sandoval --- meta/classes/buildstats.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[OE-core] [PATCH 0/3] bb-perf: scripting to plot buildstats data

2016-11-16 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval buildstats data has been mostly unexplored mainly due to the lack of tools to digest this data. The script buildstats.sh has been re-designed to be much more flexible and the new script buildstats-plot.sh uses the latter to produce data to be consumed by gnuplot. The tools

[OE-core] [PATCH 2/3] scripts: Specify the stats to take into account

2016-11-16 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval There are many more stats on buildstats that 'Elapsed time', so make the script more flexible to support all stats. Some cmd line examples: $ buildstats.sh -s 'utime' Buildstats' data covers proc's stats in different areas, including CPU times, IO, program system resourc

[OE-core] [PATCH 3/3] bb-perf: plot histograms base on buildstats data

2016-11-16 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval Scripts that produces script data to be consumed by gnuplot. There are two possible plots depending if either the -S parameter is present or not: * without -S: Produces a histogram listing top N recipes/tasks versus stats. The first stat defined in the -s parame

[OE-core] [PATCH V2] python3-numpy: upgrade to 1.11.2

2016-11-16 Thread Edwin Plauchu
From: Edwin Plauchu It is a simultaneous upgrade for python 2 and 3 over numpy module. Signed-off-by: Edwin Plauchu --- .../python-numpy/{python-numpy_1.11.1.bb => python-numpy_1.11.2.bb} | 4 ++-- .../python-numpy/{python3-numpy_1.11.0.bb => python3-numpy_1.11.2.bb} | 4 ++-- 2 files change

Re: [OE-core] Morty maintainer

2016-11-16 Thread Denys Dmytriyenko
On Wed, Nov 16, 2016 at 11:49:41AM +, Richard Purdie wrote: > Armin has kindly volunteered to maintain the morty stable release > branch and has already put together a great series. > > I don't want to overload Armin so if anyone else wants to step forward, > let me know and we can discuss it.

[OE-core] [PATCH] e2fsprogs: fix hardcoded path for ptest script

2016-11-16 Thread Yi Zhao
The hardcoded path would cause failure on mulitilib: ls: cannot access '/usr/lib/e2fsprogs/ptest/test/[a-zA-Z]_*': No such file or directory ./test_script: line 34: /usr/lib/e2fsprogs/ptest/test/test_post: No such file or directory Signed-off-by: Yi Zhao --- meta/recipes-devtools/e2fsprogs/e2f

[OE-core] [PATCH] grub_git: set COMPATIBLE_HOST_armv7ve to null

2016-11-16 Thread Yi Zhao
When build nxp-ls10xx which enable hard-float, it try to force soft-float: | checking if compiling with clang... no | checking for options to compile assembly... | checking whether -freg-struct-return works... yes | checking for options to get soft-float... no | configure: error: could not force so

[OE-core] [PATCH 0/8] Fixes for eSDK and testsdkext

2016-11-16 Thread Robert Yang
The following changes since commit a675b2c89e477af088faee9b3be96eae19a85f0b: sanity.bbclass: fix logging of an error (2016-11-15 15:18:50 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/eSDK http://cgit.openembedded.org/cgit.cgi/open

[OE-core] [PATCH 3/8] oe-publish-sdk: make cmd easier to read

2016-11-16 Thread Robert Yang
The command was too long to read and maintain. Signed-off-by: Robert Yang --- scripts/oe-publish-sdk | 19 +-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/scripts/oe-publish-sdk b/scripts/oe-publish-sdk index 4fe8974..d95c623 100755 --- a/scripts/oe-publish-sdk

[OE-core] [PATCH 4/8] oe-publish-sdk: add pyshtables.py to .gitignore

2016-11-16 Thread Robert Yang
Fixed: MACHINE = "qemux86-64" require conf/multilib.conf MULTILIBS = "multilib:lib32" DEFAULTTUNE_virtclass-multilib-lib32 = "x86" $ bitbake core-image-minimal -cpopulate_sdk_ext [snip] ERROR: Failed to update metadata as there have been changes made to it. Aborting.\nERROR: Changed files:\nb' M

[OE-core] [PATCH 2/8] oeqa/sdkext/devtool.py: remove workspace/sources before running test cases

2016-11-16 Thread Robert Yang
Fixed: MACHINE = "qemux86-64" require conf/multilib.conf MULTILIBS = "multilib:lib32" DEFAULTTUNE_virtclass-multilib-lib32 = "x86" $ bitbake core-image-minimal -cpopulate_sdk_ext [snip] ERROR: Source tree path /path/to/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0-r0/testsdkext/tc/workspa

[OE-core] [PATCH 6/8] oeqa/oetest.py: add hasLockedSig()

2016-11-16 Thread Robert Yang
It checks whether there is a "recipe:do_populate_sysroot:" in locked-sigs.inc, which will help to determine whether the testcase will run or not. Signed-off-by: Robert Yang --- meta/lib/oeqa/oetest.py | 13 + 1 file changed, 13 insertions(+) diff --git a/meta/lib/oeqa/oetest.py b/me

[OE-core] [PATCH 1/8] populate_sdk_ext.bbclass: install multilib targets as populate_sdk does

2016-11-16 Thread Robert Yang
Fixed: MACHINE = "qemux86-64" require conf/multilib.conf MULTILIBS = "multilib:lib32" DEFAULTTUNE_virtclass-multilib-lib32 = "x86" $ bitbake core-image-minimal -cpopulate_sdk_ext [snip] Testing /buildarea/lyang1/test_po/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0-r0/testsdkext//tc/envir

[OE-core] [PATCH 5/8] oeqa/sdkext/devtool.py: don't reset when the test is failed

2016-11-16 Thread Robert Yang
The contents are helpful to debug when the error happens. Signed-off-by: Robert Yang --- meta/lib/oeqa/sdkext/devtool.py | 5 - 1 file changed, 5 deletions(-) diff --git a/meta/lib/oeqa/sdkext/devtool.py b/meta/lib/oeqa/sdkext/devtool.py index f101eb6..c91090e 100644 --- a/meta/lib/oeqa/sdk

[OE-core] [PATCH 7/8] oeqa/sdkext/devtool.py: skip test_extend_autotools_recipe_creation when no libxml2

2016-11-16 Thread Robert Yang
The librdfa requires libxml2 to build, otherwise, it would fail: | configure: error: Package requirements (libxml-2.0 >= 2.6.26) were not met: | | No package 'libxml-2.0' found Signed-off-by: Robert Yang --- meta/lib/oeqa/sdkext/devtool.py | 5 - 1 file changed, 4 insertions(+), 1 deletion(-

[OE-core] [PATCH 8/8] oe/copy_buildsystem.py: add SDK_LAYERS_EXCLUDE_PATTERN

2016-11-16 Thread Robert Yang
It is helpful we want to exclude a lot of layers. It uses python re, and supports multiple patterns (separated by space). Signed-off-by: Robert Yang --- meta/lib/oe/copy_buildsystem.py | 18 ++ 1 file changed, 18 insertions(+) diff --git a/meta/lib/oe/copy_buildsystem.py b/meta/