[OE-core] [PATCH 0/1] toaster: Artifact Selection Improvement

2016-07-08 Thread brian avery
This is part of a patch set that is split over the openembedded-core and bitbake-devel mailing lists. This patch removes complexity from toaster.bbclass in order to move those functions to bitbake/lib/toaster. The intent of this set is to improve Toaster's ability to locate artifacts such as ker

[OE-core] [PATCH 1/1] toaster.bbclass: remove directory scan logic for detecting artifacts

2016-07-08 Thread brian avery
From: Elliot Smith toaster.bbclass does a scan of the image deploy and SDK directories when a build finishes. However, this brings no benefit and could be better managed and made easier to modify if moved to toasterui and carried out when the BuildCompleted event occurs. Remove the image scan co

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 > +++ > meta/recipes-core/glibc/glibc_2.24.bb | 1 + > 2 files changed, 87 insertions(+) >

[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 numpy/core/src/multiarray/compiled_

[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 meta/recipes-core/glibc/glibc/CVE-2016-4429.patch d

[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 100644

[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| 290 + 2

[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 a/meta/recipes-connectivity/nfs-utils/

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 core-image-minimal prefixing wks

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 VM and chromium start

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 ${S}/*.egg ${D}/${PYTHON_SI

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 setuptools class should be doing al

[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 su

[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 --- meta/recipes-k

[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 fut

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 en

[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

[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] Yocto Project Status WW28

2016-07-08 Thread Saul Wold
Current Dev Position: YP 2.2 M2 Next Deadline: YP 2.2 M2 cut off would be: 7/18/16 SWAT team rotation: Bill -> Paul https://wiki.yoctoproject.org/wiki/Yoct o_Build_Failure_Swat_Team Key Status/Updates: * M1 QA report is out however there are concerns about performanceregressions which have not

[OE-core] Yocto Project Status WW28Current Dev Position: YP 2.2 M2

2016-07-08 Thread openembedded-core-bounces
Next Deadline: YP 2.2 M2 cut off would be: 7/18/16 SWAT team rotation: Bill -> Paul https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: M1 QA report is out however there are concerns about performance regressions which have not been root caused. M1 will continue

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 current piglit in master (poky-

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 explicitly set the hash style to gnu in our LDFLAGS. Setting the default >>> to >>> this i

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 --

[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. All

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 conti

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

2016-07-08 Thread Khem Raj
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 explicitly set the hash style to gnu in our LDFLAGS. Setting the default >> to >> this in the toolchain, while convenient, actually hides bugs, a

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

2016-07-08 Thread Khem Raj
On Fri, Jul 8, 2016 at 6:50 AM, Alexander Kanavin wrote: > 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 wel

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 -- ___ Openembedded-cor

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 > obey LDFLAGS isn't noticed. By removing this, i

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 -- Otavio Salvador O.S. Systems http://www.ossys

[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 --- a/meta/lib/oeqa/selftest/bbtests.py +++ b/meta/lib/oeqa/selftest

[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 --- meta/lib/o

[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 --- meta/lib/o