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

2016-07-08 Thread Alexander Kanavin
On 07/08/2016 05:07 PM, Khem Raj wrote: 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 What about uclibc? It should be updated as well. I do not test it regularly. If there are users who want it we can

[OE-core] [PATCH] buildhistory-diff: reduce PKGR noise

2016-07-08 Thread Ed Bartosh
When using PR service the buildhistory-diff output contains a lot of PKGR changes: In practice the mass of PKGR updates hide other important changes as they often account for 80% of all changes. Skipped incremental and decremental changes of PKGR versions to reduce amount of the script output.

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

2016-07-08 Thread Alexander Kanavin
On 07/07/2016 09:08 PM, Khem Raj wrote: 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 What about uclibc? It should be updated as well. Alex -- ___

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

2016-07-08 Thread Otavio Salvador
On Thu, Jul 7, 2016 at 8:24 PM, Tom Hochstein wrote: > The build tool wayland-scanner was missing from the native toolchain > of the Yocto Project SDK build. > > Signed-off-by: Tom Hochstein Acked-by: Otavio Salvador --

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

2016-07-08 Thread Andre McCurdy
On Thu, Jul 7, 2016 at 2:08 PM, Christopher Larson wrote: > 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 >

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

2016-07-08 Thread Burton, Ross
On 7 July 2016 at 16:39, Jussi Kukkonen wrote: > 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 packaging takes a very long time. > I did a quick hack to the

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

2016-07-08 Thread Burton, Ross
On 8 July 2016 at 14:50, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > What about uclibc? It should be updated as well. > Well, I'm about to send a patch to remove it... so if anyone actually cares they should speak up now. Ross --

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

2016-07-08 Thread Andre McCurdy
On Fri, Jul 8, 2016 at 7:11 AM, Khem Raj wrote: > On Fri, Jul 8, 2016 at 6:08 AM, Andre McCurdy wrote: >> On Thu, Jul 7, 2016 at 2:08 PM, Christopher Larson wrote: >>> From: Christopher Larson >>> >>> We

[OE-core] [PATCH V2] rootfs.py: allow removal of support packages

2016-07-08 Thread Stephano Cetola
I missed run-postinsts from the above package list that needs to be removed. Stephano Cetola (1): rootfs.py: allow removal of support packages meta/lib/oe/rootfs.py | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) -- 2.9.0 --

[OE-core] [PATCH V2] rootfs.py: allow removal of support packages

2016-07-08 Thread Stephano Cetola
For images not containing a package manager, this allows the removal of support packages based on the REMOVE_PKG_SUPPORT variable. Packages that will be uninstalled include: update-rc.d, base-passwd, shadow, run-postinsts, and update-alternatives. [ YOCTO #9491 ] Signed-off-by: Stephano Cetola

[OE-core] [PATCH] linux-yocto-dev: Handle performance regression

2016-07-08 Thread Richard Purdie
After commit 0437a59e3c298d40aaa96af09b80bff8fcbe292d, the linux-yocto-dev recipe is being parsed every time we run "bitbake -p". This was spotted on some performance benchmarks and showed up as a performance regression. We can tweak the recipe to ensure this doesn't happen and that its only used

Re: [OE-core] [PATCH] linux-yocto-dev: Handle performance regression

2016-07-08 Thread Bruce Ashfield
On 2016-07-08 01:00 PM, Richard Purdie wrote: After commit 0437a59e3c298d40aaa96af09b80bff8fcbe292d, the linux-yocto-dev recipe is being parsed every time we run "bitbake -p". This was spotted on some performance benchmarks and showed up as a performance regression. We can tweak the recipe to

[OE-core] [PATCH 2/2] wic: clone gummiboot wks for systemd-boot

2016-07-08 Thread Jianxun Zhang
This wks is just a copy of gummiboot wks with bootloader changed to systemd-boot. A very basic boot test on a X86 target is done with a direct-boot image generated by: wic create mksystemd-bootdisk -e core-image-minimal Because we plan to replace gummiboot with systemd-boot at any time in the

[OE-core] [PATCH 1/2] wic: add systemd-boot option in EFI boot image plugin

2016-07-08 Thread Jianxun Zhang
The new systemd-boot enabled in OE is the old gummiboot merged into systemd project. Our intention is to replace gummiboot with systemd-boot in OE once every feature based on gummiboot is supported with systemd-boot. Before we can purge gummiboot, we temporarily keep both of the two bootloaders

[OE-core] [PATCH] linux-yocto: Enable debug/printk.scc KERNEL_FEATURE on qemuall machines.

2016-07-08 Thread Aníbal Limón
We are experimenting some issues in the Autobuilder infraestructure possible due to high I/O loads, in order to provide more information about intervals of times in printk enable by default debug/printk.scc on qemu development images. [YOCTO #9299] Signed-off-by: Aníbal Limón

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

2016-07-08 Thread Khem Raj
Trevor On Thu, Jul 7, 2016 at 1:25 PM, Khem Raj wrote: > Ok thanks. Let me know if you get to see the same issue on say qemuarm or > qemuarm64 I built core-image-sato/qemux86-64 vmdk with chromium added CORE_IMAGE_EXTRA_INSTALL_append = " chromium " launched this image in

Re: [OE-core] [master][PATCH] glibc: CVE-2016-4429

2016-07-08 Thread Khem Raj
On Fri, Jul 8, 2016 at 3:48 PM, Armin Kuster wrote: > From: Armin Kuster > > Signed-off-by: Armin Kuster > --- > meta/recipes-core/glibc/glibc/CVE-2016-4429.patch | 86 > +++ >

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

2016-07-08 Thread Alejandro Hernandez
On 07/08/2016 03:17 PM, Burton, Ross wrote: On 7 July 2016 at 16:39, Jussi Kukkonen > wrote: +do_compile_append() { +${PYTHON} setup.py -q bdist_egg --dist-dir ./ +} +do_install_append() { +install -m 0644

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

2016-07-08 Thread Armin Kuster
From: Armin Kuster v2: add missing .inc changes add YP bug # to patch [Yocto #9632] not in 6.1.1 so back porting. Signed-off-by: Armin Kuster --- meta/recipes-devtools/gcc/gcc-6.1.inc | 1 + .../gcc/gcc-6.1/CVE-2016-4490.patch

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

2016-07-08 Thread Armin Kuster
missed changes needed to get patch applied. forgot to git add Armin Kuster (1): gcc: CVE-2016-4490 meta/recipes-devtools/gcc/gcc-6.1.inc | 1 + .../gcc/gcc-6.1/CVE-2016-4490.patch| 290 + 2 files changed, 291 insertions(+) create mode

[OE-core] [master][PATCH] glibc: CVE-2016-4429

2016-07-08 Thread Armin Kuster
From: Armin Kuster Signed-off-by: Armin Kuster --- meta/recipes-core/glibc/glibc/CVE-2016-4429.patch | 86 +++ meta/recipes-core/glibc/glibc_2.24.bb | 1 + 2 files changed, 87 insertions(+) create mode 100644

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

2016-07-08 Thread Burton, Ross
On 7 July 2016 at 16:39, Jussi Kukkonen wrote: > +do_compile_append() { > +${PYTHON} setup.py -q bdist_egg --dist-dir ./ > +} > +do_install_append() { > +install -m 0644 ${S}/*.egg ${D}/${PYTHON_SITEPACKAGES_DIR}/ > +} > Is this actually required? The

Re: [OE-core] [PATCH 2/2] wic: clone gummiboot wks for systemd-boot

2016-07-08 Thread Khem Raj
On Fri, Jul 8, 2016 at 10:44 AM, Jianxun Zhang wrote: > This wks is just a copy of gummiboot wks with bootloader > changed to systemd-boot. A very basic boot test on a X86 > target is done with a direct-boot image generated by: > > wic create mksystemd-bootdisk -e

[OE-core] [PATCH] python{3}-numpy: Predefine of sizeof off_t on mips/mipsel/ppc

2016-07-08 Thread Khem Raj
Fixes below errors as seen on musl | In file included from numpy/core/include/numpy/ndarraytypes.h:4:0, | from numpy/core/include/numpy/ndarrayobject.h:18, | from numpy/core/include/numpy/arrayobject.h:4, | from

[OE-core] [PATCH]nfs-utils: fix systemd nfs-server dependencies

2016-07-08 Thread Szombathelyi György
- Fix a circular dependency between nfs-mountd and nfs-server - Add proc-fs-nfsd.mount dependency to nfs-mountd and nfs-server - Start nfs-server after local-fs.target and network.target Signed-off-by: Gyorgy Szombathelyi diff --git

[OE-core] [PATCH] oeqa/selftest/bbtests: Fix failing test after progress changes

2016-07-08 Thread Richard Purdie
The progress patches change the output slightly, update the test to deal with this. Signed-off-by: Richard Purdie diff --git a/meta/lib/oeqa/selftest/bbtests.py b/meta/lib/oeqa/selftest/bbtests.py index 26728a4..4b42323 100644 ---

[OE-core] [OE-Core][PATCH] rootfs: Modify RPM installation

2016-07-08 Thread David Vincent
When using a custom RPM data directory instead of the default dir '/var/lib/rpm', the final image did not contain any of the database files in the expected location. This commit takes into account the 'rpmlibdir' variable set into 'rootfs_rpm.bbclass'. Signed-off-by: David Vincent

[OE-core] [PATCH][jethro] rootfs: Modify RPM installation

2016-07-08 Thread David Vincent
When using a custom RPM data directory instead of the default dir '/var/lib/rpm', the final image did not contain any of the database files in the expected location. This commit takes into account the 'rpmlibdir' variable set into 'rootfs_rpm.bbclass'. Signed-off-by: David Vincent