Re: [OE-core] [PATCH 2/7] e2fsprogs: 1.43 -> 1.43.1

2016-07-07 Thread Andre McCurdy
On Wed, Jul 6, 2016 at 6:37 PM, Robert Yang wrote: > Signed-off-by: Robert Yang Based on the e2fsprogs release notes, v1.43.1 adds a new configure option, --enable-hardening http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.1 It might be nice to either enable that by default, or p

[OE-core] [PATCH 0/1] gettext_0.16.1: remove useless files to avoid sysroot conflicts

2016-07-07 Thread Chen Qi
The following changes since commit 53fcfe4348a2ca727844f2b0bd3fca2902cbdda0: lib/oeqa: add Galculator to SDK and runtime tests (2016-07-01 16:08:54 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/gettext-sysroot http://cgit.openem

[OE-core] [PATCH 1/1] gettext_0.16.1: remove useless files to avoid sysroot conflicts

2016-07-07 Thread Chen Qi
Do as the 0.19.6 version do, remove these files to avoid sysroot conflicts with gettext-native-minimal. [YOCTO #9890] Signed-off-by: Chen Qi --- meta/recipes-core/gettext/gettext_0.16.1.bb | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta/recipes-core/gettext/gettext_0.16.1.bb b/

Re: [OE-core] [PATCH 2/7] e2fsprogs: 1.43 -> 1.43.1

2016-07-07 Thread Burton, Ross
On 7 July 2016 at 08:54, Andre McCurdy wrote: > Based on the e2fsprogs release notes, v1.43.1 adds a new configure > option, --enable-hardening > > http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.1 > > It might be nice to either enable that by default, or provide a > PACKAGECONFIG

Re: [OE-core] [PATCH 3/7] git: 2.8.4 -> 2.9.0

2016-07-07 Thread Dan McGregor
On 6 Jul 2016 7:37 p.m., "Robert Yang" wrote: > > Signed-off-by: Robert Yang > --- > meta/recipes-devtools/git/git_2.8.4.bb | 11 --- > meta/recipes-devtools/git/git_2.9.0.bb | 11 +++ > 2 files changed, 11 insertions(+), 11 deletions(-) > delete mode 100644 meta/recipes-devtool

[OE-core] [PATCH] mtd-utils: build also for nativesdk

2016-07-07 Thread Jan Remmet
Signed-off-by: Jan Remmet --- meta/recipes-devtools/mtd/mtd-utils_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb b/meta/recipes-devtools/mtd/mtd-utils_git.bb index cd9ae06..8a3afaf 100644 --- a/meta/recipes-devtools/mtd/mtd-u

[OE-core] [PATCH 2/2] graph-tool: convert to python3

2016-07-07 Thread Maxin B. John
move graph-tool to python3 Signed-off-by: Maxin B. John --- scripts/contrib/graph-tool | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/contrib/graph-tool b/scripts/contrib/graph-tool index 6dc7d33..0275fbd 100755 --- a/scripts/contrib/graph-tool +++ b/scripts/cont

[OE-core] [PATCH 1/2] neard: upgrade to 0.16

2016-07-07 Thread Maxin B. John
0.15 -> 0.16 Signed-off-by: Maxin B. John --- meta/recipes-connectivity/neard/{neard_0.15.bb => neard_0.16.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/neard/{neard_0.15.bb => neard_0.16.bb} (93%) diff --git a/meta/recipes-connectivity/neard/ne

[OE-core] [PATCH 2/5] python3: Add compression to python3-shell dependencies

2016-07-07 Thread Jussi Kukkonen
python3-shell needs python3-compression for tarfile. Signed-off-by: Jussi Kukkonen --- meta/recipes-devtools/python/python-3.5-manifest.inc | 2 +- scripts/contrib/python/generate-manifest-3.5.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/py

[OE-core] [PATCH 3/5] python3: Add dependencies for python3-misc

2016-07-07 Thread Jussi Kukkonen
http.server requires email.parser. argparse requires codecs and textutils. Signed-off-by: Jussi Kukkonen --- meta/recipes-devtools/python/python3_3.5.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3_3.5.1.bb b/meta/recipes-devtools/py

[OE-core] [PATCH 1/5] python-six: Add to oe-core

2016-07-07 Thread Jussi Kukkonen
Recipes are moved from meta-openembedded/meta-python Changes compared to meta-python version: * Modified to not inherit pypi * Fix python-io dependency for python3 * Support native, nativesdk Signed-off-by: Jussi Kukkonen --- meta/recipes-devtools/python/python-six.inc| 23 +

[OE-core] [PATCH 5/5] piglit: Upgrade version, use python3

2016-07-07 Thread Jussi Kukkonen
* Remove backported patch * Update dependencies to use python3 modules, add depencies added in the new version Signed-off-by: Jussi Kukkonen --- ...0001-tests-Fix-missing-include-of-Xutil.h.patch | 28 -- meta/recipes-graphics/piglit/piglit_git.bb | 18 +++--

[OE-core] [PATCH 4/5] python3-native: Add "io" to rprovides

2016-07-07 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- meta/recipes-devtools/python/python3-native_3.5.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-native_3.5.1.bb b/meta/recipes-devtools/python/python3-native_3.5.1.bb index fbe04c6..81ea087 100644 ---

[OE-core] [PATCH 0/5] Upgrade piglit

2016-07-07 Thread Jussi Kukkonen
This set upgrades piglit, adds python-six (new piglit dependency), moves piglit to python3 and fixes all the python module issues that popped up. A word of warning to anyone else using piglit: it was big before and has now tripled in size (3 new tests!). The installed size is over 1.5GB and pa

Re: [OE-core] [PATCH V2] glibc: Upgrade to latest tip of master

2016-07-07 Thread Khem Raj
Is it specific to x86-64 On Jul 6, 2016 10:38 PM, "Trevor Woerner" wrote: > Even after applying this patch, I'm still seeing crashes in Chromium (which > aren't there before the glibc update to 2.24) > > I wish I could understand why Chromium is crashing, but everything else > seems > to run oka

[OE-core] [PATCH 0/1][krogoth] Fix systemtap

2016-07-07 Thread Tom Zanussi
This patch is required for systemtap to work with krogoth and the 4.4 kernel. The following changes since commit 98c57bb512ea6790db8604fcf0b88c81651d2ab4: build-appliance-image: Update to krogoth head revision (2016-07-06 17:28:04 +0100) are available in the git repository at: git://git.yo

[OE-core] [PATCH 1/1][krogoth] systemtap: Add missing memory flag to fix stap module compilation

2016-07-07 Thread Tom Zanussi
The 4.4 kernel removed some memory flag definitions, which cause module compilation errors, rendering sytemtap essentially useless in krogoth. The problem is fixed in systemtap 3.0 and therefore in master, but as mentioned in Systemtap BZ1285348, the fix for older versions is this patch. Signed-o

[OE-core] [PATCH 1/4] gcc-5.4: Fix hang with mmusl option on cmdline

2016-07-07 Thread Khem Raj
When using -m32 -mmusl options in this order, gcc hangs in parsing the options decode_cmdline_options_to_array() the reason is that we have broken the link when adding mmusl options, the order of specifying libc was not kept in order as a result it was unable to contruct the array correctly and end

[OE-core] [PATCH 3/4] musl: Update to v1.1.15 release

2016-07-07 Thread Khem Raj
here is shortlog of changes http://git.musl-libc.org/cgit/musl/commit/?id=faf69b9a73d09fafcbe4fd3007b8d8724293d8e1 Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/rec

[OE-core] [PATCH 0/4] musl/glibc/binutils updates

2016-07-07 Thread Khem Raj
Fix gcc5 hang in SDK with -mmusl Update musl to 1.1.15 release Update binutils to 2.26.1 Update glibc to latest on 2.24 freeze tree Khem Raj (4): gcc-5.4: Fix hang with mmusl option on cmdline glibc: Upgrade to latest tip of master musl: Update to v1.1.15 release bunutils: Upgrade to 2.26.

[OE-core] [PATCH 2/4] glibc: Upgrade to latest tip of master

2016-07-07 Thread Khem Raj
- libc-package.bbclass: Do not use --old-style This option has been dropped from latest glibc Signed-off-by: Khem Raj --- meta/classes/libc-package.bbclass | 4 ++-- meta/recipes-core/glibc/cross-localedef-native_2.24.bb | 2 +- meta/recipes-core/glibc/glibc_2.24.bb

[OE-core] [PATCH 4/4] bunutils: Upgrade to 2.26.1

2016-07-07 Thread Khem Raj
Delete upstreamed patch Signed-off-by: Khem Raj --- meta/recipes-devtools/binutils/binutils-2.26.inc | 3 +- ...ISA-override-not-lifting-ABI-restrictions.patch | 273 - 2 files changed, 1 insertion(+), 275 deletions(-) delete mode 100644 meta/recipes-devtools/binutils/b

[OE-core] [PATCH 0/6] linux-yocto: consolidated pull request

2016-07-07 Thread Bruce Ashfield
Hi all, Here is the latest consolidated set of linux yocto 4.1 and 4.4 kernel changes. We have two korg -stable updates (4.1.27 and 4.4.14), as well as mainline feature backports. (linux-yocto-dev is now on 4.7-rc6 for anyone that cares). Sanity and smoke testing have passed in my test builds.

[OE-core] [PATCH 1/6] linux-yocto/4.1/4.4: x86, power and usb-c mainline backports

2016-07-07 Thread Bruce Ashfield
Updating the 4.1 and 4.4 kernels with mainlin backports for platform/feature support. Also updating the kernel meta data to configure and use those new features. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 4 ++-- meta/recipes-kernel/linux/linux-yocto-

[OE-core] [PATCH 2/6] linux-yocto/4.1/4.1: mei, usb and extcon changes

2016-07-07 Thread Bruce Ashfield
Backporting the following mainline changes to the 4.1 and 4.4 kernels: device property: Avoid potential dereferences of invalid pointers device property: convert to use match_string() helper lib/string: introduce match_string() helper device property: fix for a case of use-after-free dev

[OE-core] [PATCH 5/6] linux-yocto/4.1: update to 4.1.27

2016-07-07 Thread Bruce Ashfield
Integrating the korg -stable release. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 6 +++--- meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 6 +++--- meta/recipes-kernel/linux/linux-yocto_4.1.bb | 20 ++-- 3 files changed, 16 i

[OE-core] [PATCH 4/6] linux-yocto/config: mei, gpio and usb type c

2016-07-07 Thread Bruce Ashfield
Merging the following configuration changes into the 4.1 and 4.4 linux-yocto kernel meta data: mei.cfg: mei driver is no longer in staging bsp/intel-common: add keyboard-gpio to intel-common-drivers features/thermal: Enable Intel PMIC thermal feature broxton: Enable USB Type C feature for

[OE-core] [PATCH 6/6] linux-yocto/4.4: update to v4.4.14

2016-07-07 Thread Bruce Ashfield
Updating the korg -stable release. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 4 ++-- meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 6 +++--- meta/recipes-kernel/linux/linux-yocto_4.4.bb | 20 ++-- 3 files changed, 15 insert

[OE-core] [PATCH 3/6] linux-yocto/4.4: cpumask: Export cpumask_any_but()

2016-07-07 Thread Bruce Ashfield
Backporting a mainline commit to Intel uncore can be completely modular. Signed-off-by: Nilesh Bacchewar Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_4.4.bb | 16 2 files changed, 9 inser

Re: [OE-core] [PATCH V2] glibc: Upgrade to latest tip of master

2016-07-07 Thread Trevor Woerner
On Thu 2016-07-07 @ 09:27:30 AM, Khem Raj wrote: > Is it specific to x86-64 Up to this point I've only been focused on x86-64, but now that I have things cleared up on that arch, I'll be working on aarch64 to see how that goes. My "solution" for the time-being is to simply pull in the glibc_2.23

Re: [OE-core] [PATCH V2] glibc: Upgrade to latest tip of master

2016-07-07 Thread Khem Raj
Ok thanks. Let me know if you get to see the same issue on say qemuarm or qemuarm64 On Jul 7, 2016 1:04 PM, "Trevor Woerner" wrote: > On Thu 2016-07-07 @ 09:27:30 AM, Khem Raj wrote: > > Is it specific to x86-64 > > Up to this point I've only been focused on x86-64, but now that I have > things

[OE-core] How do I configure OpenBMC kernel boot logs to be displayed on a specific UART?

2016-07-07 Thread Basil Varghese
Hi, I am using OpenBMC-1.0 (phosphor). On an AST2500-based board, the boot-logs get stuck at * Uncompressing Linux… done, booting the kernel.* The u-boot uses the correct UART console because its logs are displayed. But after that, the kernel boot logs are not seen. I am sure it is booti

[OE-core] [PATCHv3] gcc-cross: default linker hash style to sysv

2016-07-07 Thread Christopher Larson
From: Christopher Larson We explicitly set the hash style to gnu in our LDFLAGS. Setting the default to this in the toolchain, while convenient, actually hides bugs, as a failure to obey LDFLAGS isn't noticed. By removing this, it's not dissimilar to how we poison the sysroot -- rather than relyi

[OE-core] [PATCH 0/1] oe-selftest fix

2016-07-07 Thread Paul Eggleton
Fix an oe-selftest failure seen on the YP autobuilder caused by my eSDK installation reworking. The following changes since commit ed85fa3c40d6a9db9184e4f08698e278ea802674: local.conf.sample.extended: drop RPM4 example (2016-07-07 13:28:51 +0100) are available in the git repository at: git

[OE-core] [PATCH 1/1] oe-selftest: drop test_prepare_unexpected

2016-07-07 Thread Paul Eggleton
This test refers to a function that no longer exists after the eSDK install double execution of bitbake has been removed, and since test_prepare_unexpected is the only test in this module, drop the entire module. We can easily resurrect it if we have unit tests to add in the future. Signed-off-by:

[OE-core] [master][PATCH] gcc: CVE-2016-4490

2016-07-07 Thread Armin Kuster
From: Armin Kuster [Yocto #9632] not in 6.1.1 so back porting. Signed-off-by: Armin Kuster --- .../gcc/gcc-6.1/CVE-2016-4490.patch| 289 + 1 file changed, 289 insertions(+) create mode 100644 meta/recipes-devtools/gcc/gcc-6.1/CVE-2016-4490.patch diff --gi

Re: [OE-core] [PATCH 0/1][krogoth] Fix systemtap

2016-07-07 Thread akuster808
On 07/07/2016 10:10 AM, Tom Zanussi wrote: > This patch is required for systemtap to work with krogoth and the 4.4 kernel. > > The following changes since commit 98c57bb512ea6790db8604fcf0b88c81651d2ab4: > > build-appliance-image: Update to krogoth head revision (2016-07-06 17:28:04 > +0100)

[OE-core] [PATCH 0/2] Add selftest to test testexport's SDK feature

2016-07-07 Thread mariano . lopez
From: Mariano Lopez This adds a new selftest for testexport in the CI to avoid breaking SDK functionality. This depends on: http://lists.openembedded.org/pipermail/openembedded-core/2016-June/122785.html The following changes since commit 242d70bf0af2eb56ed6da83d4ec7dce2172ebe70: selftest/r

[OE-core] [PATCH 2/2] selftest/runtime-test.py: Add test for testexport SDK feature

2016-07-07 Thread mariano . lopez
From: Mariano Lopez This adds test_testexport_sdk() to test the SDK feature of testexport in the CI in order to avoid breaking it. [YOCTO #9765] Signed-off-by: Mariano Lopez --- meta/lib/oeqa/selftest/runtime-test.py | 60 +- meta/lib/oeqa/utils/commands.py

[OE-core] [PATCH 1/2] lib/oeqa/utils/commands.py: Move updateEnv() from runexported.py

2016-07-07 Thread mariano . lopez
From: Mariano Lopez updateEnv() can be used in other places so move the function to utils/commands.py Signed-off-by: Mariano Lopez --- meta/lib/oeqa/runexported.py| 16 ++-- meta/lib/oeqa/utils/commands.py | 12 2 files changed, 14 insertions(+), 14 deletions(-) d

[OE-core] [PATCH] nativesdk-packagegroup-sdk-host: Add wayland-scanner to the SDK native toolchain

2016-07-07 Thread Tom Hochstein
The build tool wayland-scanner was missing from the native toolchain of the Yocto Project SDK build. Signed-off-by: Tom Hochstein --- meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/packagegroups/nativesdk-p

Re: [OE-core] [PATCH 0/2] Fix aarch64 multilib SDK problems

2016-07-07 Thread ChenQi
ping On 03/25/2016 10:19 AM, Chen Qi wrote: The following changes since commit 34e7292fb40635cee1f1237ac3156530f8dfce37: parselogs: add new whitelist entries to address 4.4.3 issues (2016-03-22 08:53:49 +) are available in the git repository at: git://git.openembedded.org/openembed

Re: [OE-core] [master][PATCH] gcc: CVE-2016-4490

2016-07-07 Thread Khem Raj
On Thu, Jul 7, 2016 at 2:33 PM, Armin Kuster wrote: > From: Armin Kuster > > [Yocto #9632] > > not in 6.1.1 so back porting. 6.2 should be releasing in couple of months time hopefully but until then we can have this > > Signed-off-by: Armin Kuster > --- > .../gcc/gcc-6.1/CVE-2016-4490.patch

Re: [OE-core] [PATCH 3/6] lib/oe/patch: handle encoding differences in patch files

2016-07-07 Thread Paul Eggleton
On Wed, 06 Jul 2016 18:56:09 Khem Raj wrote: > On Wed, Jul 6, 2016 at 6:45 PM, Paul Eggleton > wrote: > > On Wed, 06 Jul 2016 17:40:03 Khem Raj wrote: > >> On Wed, Jul 6, 2016 at 4:57 PM, Paul Eggleton > >> > >> wrote: > >> > With Python 3, the encoding of a file is significant; several recipes