Re: [OE-core] [PATCH 3/4] git: 2.15.0 -> 2.16.1

2018-02-05 Thread Robert Yang
On 02/05/2018 07:29 PM, Peter Kjellerstedt wrote: -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Robert Yang Sent: den 5 februari 2018 03:41 To: openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH] oeqa/sdkext: wic: add new test cases for eSDK

2018-02-05 Thread Chang, Rebecca Swee Fun
Ping Some basic tests for wic to ensure it is supported in eSDK. > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Chang Rebecca Swee Fun > Sent: Monday, January 22, 2018 12:26 PM > To:

[OE-core] ✗ patchtest: failure for "[v2] maintainers.inc: update o..." and 2 more

2018-02-05 Thread Patchwork
== Series Details == Series: "[v2] maintainers.inc: update o..." and 2 more Revision: 1 URL : https://patchwork.openembedded.org/series/10855/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

Re: [OE-core] [PATCH] glibc: improve reproducibility with multilib

2018-02-05 Thread Christopher Larson
On Mon, Feb 5, 2018 at 11:26 AM, Juro Bystricky wrote: > Multilib builds specify several loaders which will end up embedded in > some binaries or script files. To support reproducible builds, we must > ensure the loaders are always in deterministic order. > > [YOCTO

[OE-core] [PATCH v2 1/3] maintainers.inc: update ownership

2018-02-05 Thread Anuj Mittal
I propose to take over gstreamer stack and x264. Remove libav entry since the recipe was removed from oe-core. Change ownership of libva* since Wei Tee is no longer working on oe-core. Signed-off-by: Anuj Mittal --- meta/conf/distro/include/maintainers.inc | 33

[OE-core] [PATCH v2 3/3] libva-utils: upgrade to 2.0.0

2018-02-05 Thread Anuj Mittal
Major changes: * Add option '--device ' to vainfo * Add vp9enc for VP9 encoding * Add vavpp for video processing * Add FEI gtest cases * Fix segmentation fault in putsurface_wayland * Fix GCC 7.1.1 warnings/errors * Fix libva version printed out by vainfo Updated recipe to point to release

[OE-core] [PATCH v2 2/3] libva: upgrade to 2.0.0

2018-02-05 Thread Anuj Mittal
libva 2.0 bumps the VA-API version to 1.0.0 and deletes egl and tpi backends. The header files va_egl.h and va_tpi.h are still packaged in -dev to ensure packages that still use them don't fail. Major changes: * Bump VA-API version to 1.0.0 * Add new API for H264 FEI support * Add definition of

Re: [OE-core] [PATCH] core-image-minimal-initramfs: use initramfs-framework for initialization

2018-02-05 Thread Cal Sullivan
On 02/05/2018 04:47 PM, Khem Raj wrote: On Mon, Feb 5, 2018 at 4:15 PM Cal Sullivan > wrote: Looking at the test and the output, its expecting /dev/sda3 to be mounted as /media and /dev/sda4 to be mounted as

Re: [OE-core] [PATCH] core-image-minimal-initramfs: use initramfs-framework for initialization

2018-02-05 Thread Khem Raj
On Mon, Feb 5, 2018 at 4:15 PM Cal Sullivan wrote: > Looking at the test and the output, its expecting /dev/sda3 to be mounted > as /media and /dev/sda4 to be mounted as /mnt. With this test result, there > is no /media, and instead /dev/sda3 is mounted to /mnt.

Re: [OE-core] [PATCH] core-image-minimal-initramfs: use initramfs-framework for initialization

2018-02-05 Thread Cal Sullivan
Looking at the test and the output, its expecting /dev/sda3 to be mounted as /media and /dev/sda4 to be mounted as /mnt. With this test result, there is no /media, and instead /dev/sda3 is mounted to /mnt. That seems odd to me unless that partition either wasn't created or went entirely

Re: [OE-core] [PATCH] core-image-minimal-initramfs: use initramfs-framework for initialization

2018-02-05 Thread Burton, Ross
This is causing the qemu boot wic test to fail in oe-selftest: 2018-02-05 15:08:41,786 - oe-selftest - INFO - FAIL [64.639s]: test_qemu (wic.Wic) 2018-02-05 15:08:41,786 - oe-selftest - INFO - -- 2018-02-05 15:08:41,786 -

Re: [OE-core] WARNING: Variable key %s (%s) replaces original key %s (%s).

2018-02-05 Thread Burton, Ross
On 5 February 2018 at 22:13, Denys Dmytriyenko wrote: > On Mon, Feb 05, 2018 at 09:53:44PM +, Burton, Ross wrote: > > On 5 February 2018 at 18:21, Denys Dmytriyenko wrote: > > > > > Am I supposed to see bunch of these warnings (3 during parsing and 20 >

Re: [OE-core] WARNING: Variable key %s (%s) replaces original key %s (%s).

2018-02-05 Thread Denys Dmytriyenko
On Mon, Feb 05, 2018 at 09:53:44PM +, Burton, Ross wrote: > On 5 February 2018 at 18:21, Denys Dmytriyenko wrote: > > > Am I supposed to see bunch of these warnings (3 during parsing and 20 more > > during build): > > > > WARNING: Variable key

Re: [OE-core] WARNING: Variable key %s (%s) replaces original key %s (%s).

2018-02-05 Thread Burton, Ross
On 5 February 2018 at 18:21, Denys Dmytriyenko wrote: > Am I supposed to see bunch of these warnings (3 during parsing and 20 more > during build): > > WARNING: Variable key RDEPENDS_${KERNEL_PACKAGE_NAME}-base > (${KERNEL_PACKAGE_NAME}-image) replaces original key

Re: [OE-core] [PATCH] classes/npm: replace cache clear with cache clean --force

2018-02-05 Thread Matthijs Vader
Hi, 2018-02-05 15:07, zboszor wrote: > I have already sent this patch (although a little extended) last week: > http://lists.openembedded.org/pipermail/openembedded-core/2018- > February/147071.html Thanks! The second patch you sent in with that actually solved some other problems I was having

[OE-core] [PATCH] grub-efi: add grub target and image for aarch64

2018-02-05 Thread Ricardo Salveti
Add missing target and image for aarch64, as the current revision is already fully compatible with ARMv8. Signed-off-by: Ricardo Salveti --- meta/recipes-bsp/grub/grub-efi_2.02.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

[OE-core] [PATCH] grub-efi: allow default config to be customized by the distro

2018-02-05 Thread Ricardo Salveti
The default grub config produced by grub-efi can't be easily customized by the distro (without replacing the standard cfg file), so create an extra variable GRUB_CFG to allow customizing the config file that is consumed by grub-mkimage. Signed-off-by: Ricardo Salveti

[OE-core] [PATCH] glibc: improve reproducibility with multilib

2018-02-05 Thread Juro Bystricky
Multilib builds specify several loaders which will end up embedded in some binaries or script files. To support reproducible builds, we must ensure the loaders are always in deterministic order. [YOCTO #2655] [YOCTO #12478] [YOCTO #12480] Signed-off-by: Juro Bystricky

[OE-core] WARNING: Variable key %s (%s) replaces original key %s (%s).

2018-02-05 Thread Denys Dmytriyenko
Am I supposed to see bunch of these warnings (3 during parsing and 20 more during build): WARNING: Variable key RDEPENDS_${KERNEL_PACKAGE_NAME}-base (${KERNEL_PACKAGE_NAME}-image) replaces original key RDEPENDS_kernel-base (kernel-devicetree). >From kernel.bbclass: # Allow machines to

Re: [OE-core] [PATCH 16/20] dtc: upgrade to 1.4.6

2018-02-05 Thread Khem Raj
On 2/5/18 6:52 AM, Alexander Kanavin wrote: > On 02/05/2018 12:42 PM, Alexander Kanavin wrote: /data/poky-tmp/master/work/beaglebone_yocto-poky-linux-gnueabi/u-boot/1_2018.01-r0/recipe-sysroot-native/usr/include/libfdt_env.h:70:30: error: conflicting types for 'fdt64_t' | 

[OE-core] ✗ patchtest: failure for opkg-build: differentiate between compressorargs and zipargs

2018-02-05 Thread Patchwork
== Series Details == Series: opkg-build: differentiate between compressorargs and zipargs Revision: 1 URL : https://patchwork.openembedded.org/series/10851/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several

[OE-core] [PATCH] opkg-build: differentiate between compressorargs and zipargs

2018-02-05 Thread Juro Bystricky
control.tar.gz is always compressed with gzip. If data.tar is compressed by a compressor other than gzip, control.tar.gz may end up compressed with timestamp in the compressed image header. This would result in packages that are not binary reproducible. [YOCTO #11242] Signed-off-by: Juro

Re: [OE-core] [PATCH] puppet: add recipe for puppet 4.10.9

2018-02-05 Thread Pablo Saavedra
> > On 11/27/17 2:35 AM, Pablo Saavedra wrote: >> Added Yocto recipe for Puppet 4.10.9 >> >> Signed-off-by: Pablo Saavedra >> --- >> recipes-support/puppet/puppet_4.10.9.bb | 41 >> + >> 1 file changed, 41 insertions(+) >> create mode

[OE-core] Yocto Project Status WW06’18

2018-02-05 Thread Jolley, Stephen K
Current Dev Position: YP 2.5 M3 development Next Deadline: YP 2.5 M3 cut off was 2/19/18 SWAT team rotation: Juro -> Paul on Feb. 2, 2018. SWAT team rotation: Paul -> Tracy on Feb. 9, 2018. https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: · YP

Re: [OE-core] [PATCH 16/20] dtc: upgrade to 1.4.6

2018-02-05 Thread Alexander Kanavin
On 02/05/2018 12:42 PM, Alexander Kanavin wrote: /data/poky-tmp/master/work/beaglebone_yocto-poky-linux-gnueabi/u-boot/1_2018.01-r0/recipe-sysroot-native/usr/include/libfdt_env.h:70:30: error: conflicting types for 'fdt64_t' |  typedef uint64_t FDT_BITWISE fdt64_t; |

Re: [OE-core] [PATCH 2/3] libva: upgrade to 2.0.0

2018-02-05 Thread Burton, Ross
(Same comment about the tarball relases) On 5 February 2018 at 06:21, Anuj Mittal wrote: > libva 2.0 bumps the VA-API version to 1.0.0 and deletes egl and > tpi backends. The header files va_egl.h and va_tpi.h are still > packaged in -dev to ensure packages that still use

Re: [OE-core] [PATCH 3/3] libva-utils: upgrade to 2.0.0

2018-02-05 Thread Burton, Ross
On 5 February 2018 at 06:21, Anuj Mittal wrote: > -SRC_URI = "git://github.com/01org/libva-utils.git;branch=v1.8-branch" > -SRCREV = "011c709b98b52db3b10aeb361dfea9da43930364" > -UPSTREAM_CHECK_URI = "https://github.com/01org/libva-utils/releases; > +SRC_URI =

Re: [OE-core] [PATCH] classes/npm: replace cache clear with cache clean --force

2018-02-05 Thread Böszörményi Zoltán
I have already sent this patch (although a little extended) last week: http://lists.openembedded.org/pipermail/openembedded-core/2018-February/147071.html 2018-02-04 23:23 keltezéssel, mpvader írta: npm now requires --force to clean the cache, see [1]. Also, use clean instead of clear since the

Re: [OE-core] [PATCH] bind: add packageconfig for python-support

2018-02-05 Thread Martin Hundebøll
On 2018-02-05 13:49, Richard Purdie wrote: On Mon, 2018-02-05 at 13:25 +0100, Martin Hundebøll wrote: Break the hard runtime dependency on python3-core by adding a (default-on) packageconfig option for python. Signed-off-by: Martin Hundebøll ---  

Re: [OE-core] [PATCH] bind: add packageconfig for python-support

2018-02-05 Thread Richard Purdie
On Mon, 2018-02-05 at 13:25 +0100, Martin Hundebøll wrote: > Break the hard runtime dependency on python3-core by adding a > (default-on) packageconfig option for python. > > Signed-off-by: Martin Hundebøll > --- >  meta/recipes-connectivity/bind/bind_9.10.6.bb | 14

[OE-core] [PATCH] usbutils: Split out lsusb.py

2018-02-05 Thread Martin Hundebøll
The pretty-printing "lsusb.py" script shipped by usbutils is currently useless, as it doesn't runtime depend on python, and has unversioned python in the shebang. Avoid adding a python dependency to current configurations with usbutils buy splitting lsusb.py into a usbutils-python package, and

[OE-core] [PATCH] bind: add packageconfig for python-support

2018-02-05 Thread Martin Hundebøll
Break the hard runtime dependency on python3-core by adding a (default-on) packageconfig option for python. Signed-off-by: Martin Hundebøll --- meta/recipes-connectivity/bind/bind_9.10.6.bb | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git

Re: [OE-core] [PATCHv2] libpam: be more strict about user's sanity

2018-02-05 Thread Burton, Ross
This breaks world builds on the autobuilder with poky-lsb: https://autobuilder.yocto.io/builders/nightly-world/builds/736/steps/BuildImages/logs/stdio Ross On 1 February 2018 at 14:34, Martin Jansa wrote: > * replace do_pam_sanity function with distro_features_check

[OE-core] [PATCH] oe-pkgdata-util: add --long option to list-pkg-files to show sizes

2018-02-05 Thread Ross Burton
Signed-off-by: Ross Burton --- scripts/oe-pkgdata-util | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/scripts/oe-pkgdata-util b/scripts/oe-pkgdata-util index 78b3d7bcb83..aea8a575166 100755 --- a/scripts/oe-pkgdata-util +++

Re: [OE-core] [PATCH 3/4] git: 2.15.0 -> 2.16.1

2018-02-05 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Robert Yang > Sent: den 5 februari 2018 03:41 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH 3/4] git: 2.15.0

Re: [OE-core] [PATCH 16/20] dtc: upgrade to 1.4.6

2018-02-05 Thread Alexander Kanavin
On 02/04/2018 07:11 PM, Khem Raj wrote: | /data/poky-tmp/master/work/beaglebone_yocto-poky-linux-gnueabi/u-boot/1_2018.01-r0/recipe-sysroot-native/usr/include/libfdt_env.h:70:30: error: conflicting types for 'fdt64_t' | typedef uint64_t FDT_BITWISE fdt64_t; |

Re: [OE-core] [PATCH 1/3] maintainers.inc: update ownership

2018-02-05 Thread Maxin B. John
Hi Anuj, On Mon, Feb 05, 2018 at 02:21:30PM +0800, Anuj Mittal wrote: > I propose to take over gstreamer stack and x264. Remove libav entry since > the recipe was removed from oe-core. Change ownership of libva* since Wei Tee > is no longer working on oe-core. Thank you very much and have fun!