Re: [OE-core] [PATCH v2] apt-native: Add libapt-pkg headers

2018-02-04 Thread Jan Siegmund
Am 04.02.2018 um 10:59 schrieb Richard Purdie: > On Sat, 2018-02-03 at 11:33 +0100, Jan Siegmund wrote: >> From: Jan Siegmund >> >> Native tools were not able to use the headers of apt-pkg. This patch >> adds the feature. >> The headers were added from apt-pkg and apt-inst to

[OE-core] [PATCH v3] apt-native: Add libapt-pkg headers

2018-02-04 Thread Jan Siegmund
From: Jan Siegmund Native tools were not able to use the headers of apt-pkg. This patch adds the feature. The headers were added from apt-pkg and apt-inst to the native recipe. The shipped headers match the ones in the Ubuntu package libapt-pkg-dev. Signed-off-by: Jan

Re: [OE-core] [PATCH v2] apt-native: Add libapt-pkg headers

2018-02-04 Thread Richard Purdie
On Sat, 2018-02-03 at 11:33 +0100, Jan Siegmund wrote: > From: Jan Siegmund > > Native tools were not able to use the headers of apt-pkg. This patch > adds the feature. > The headers were added from apt-pkg and apt-inst to the native > recipe. > The shipped headers match the

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

2018-02-04 Thread Khem Raj
On Sun, Feb 4, 2018 at 12:31 AM, Burton, Ross wrote: > This breaks u-boot builds: > > | > /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' > |

Re: [OE-core] [PATCH V3] pigz: 2.3.4 -> 2.4

2018-02-04 Thread Randy MacLeod
On 2018-02-01 01:20 AM, Hongxu Jia wrote: License-checksum-change: license is no change, only version bump up. https://github.com/madler/pigz/commit/fe822cb435622c43f491013da77b127e9fe851a9 There as a trivial space removed so say so in the comment. commit

[OE-core] [PATCH 5/5] kbd-ptest: improve reproducibility

2018-02-04 Thread Hongxu Jia
Remove remaining build host references of ptest's Makefile. Signed-off-by: Hongxu Jia --- meta/recipes-core/kbd/kbd_2.0.4.bb | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta/recipes-core/kbd/kbd_2.0.4.bb b/meta/recipes-core/kbd/kbd_2.0.4.bb index

[OE-core] [PATCH 3/5] python3-core: improve reproducibility

2018-02-04 Thread Hongxu Jia
Since modify _sysconfigdata.py to improve reproducibility, its pyo files should be recompiled. Remove remaining build host references of python3.5m-config Signed-off-by: Hongxu Jia --- meta/recipes-devtools/python/python3_3.5.3.bb | 13 - 1 file changed,

[OE-core] [PATCH 2/5] openssl/nativesdk-openssl: improve reproducibility

2018-02-04 Thread Hongxu Jia
Remove build host references from the internally generated file buildinf.h. The references get compiled into executables, which leads to non-reproducible builds. The removed references (--sysroot, -fdebug-prefix-map) were only used as part of the `openssl version -f' which do not have side effect.

[OE-core] [PATCH V2 3/7] wget: update to 1.19.4

2018-02-04 Thread Yi Zhao
License-Update: Replacing HTTP urls with HTTPS in COPYING Signed-off-by: Yi Zhao --- meta/recipes-extended/wget/wget.inc | 2 +- meta/recipes-extended/wget/{wget_1.19.2.bb => wget_1.19.4.bb} | 4 ++-- 2 files changed, 3 insertions(+), 3

[OE-core] [PATCH V2 0/5] improve reproducibility of 5 recipes

2018-02-04 Thread Hongxu Jia
Changed in V2: - Rebase on top of targeted branch master a0988c3374 //Hongxu The following changes since commit 385944254d0ef88bd6450a221a54cbcb40020b42: tcmode-default.inc: drop preferred version of gzip-native (2018-01-31 17:01:20 +) are available in the git repository at:

[OE-core] ✗ patchtest: failure for Packages upgrade

2018-02-04 Thread Patchwork
== Series Details == Series: Packages upgrade Revision: 1 URL : https://patchwork.openembedded.org/series/10841/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the proposed

[OE-core] [PATCH 4/5] python-core/python-dev: improve reproducibility

2018-02-04 Thread Hongxu Jia
- Remove remaining build host references from packaged files. (sync with python3) - Use relative path to recompile _sysconfigdata.py Signed-off-by: Hongxu Jia --- meta/recipes-devtools/python/python_2.7.14.bb | 7 ++- 1 file changed, 6 insertions(+), 1

[OE-core] [PATCH 1/5] python-xcbgen: improve reproducibility

2018-02-04 Thread Hongxu Jia
Use relative path to generate .pyc files could remove build host references which leads to non-reproducible builds. Signed-off-by: Hongxu Jia --- meta/recipes-graphics/xorg-proto/xcb-proto_1.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 1/4] ccache: 3.3.4 -> 3.3.5

2018-02-04 Thread Robert Yang
The LIC_FILES_CHKSUM is changed because of year updated, the contents are the same. Signed-off-by: Robert Yang --- meta/recipes-devtools/ccache/{ccache_3.3.4.bb => ccache_3.3.5.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename

[OE-core] [PATCH 4/4] time: 1.7 -> 1.8

2018-02-04 Thread Robert Yang
* Remove debian.patch which is already in the source. * The license is changed to GPLv3, I will add the v2 one (time_1.7.bb) to meta-gplv2. Signed-off-by: Robert Yang --- meta/recipes-extended/time/time-1.7/debian.patch | 1301 --

[OE-core] [PATCH 0/4] Packages upgrade

2018-02-04 Thread Robert Yang
The following changes since commit a0988c3374e964170d1d24fc230306b887432d31: tcmode-default.inc: drop preferred version of gzip-native (2018-01-31 17:01:12 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/pu

[OE-core] [PATCH 2/4] nfs-utils: 2.1.1 -> 2.3.1

2018-02-04 Thread Robert Yang
* Remove 0001-configure-Allow-to-explicitly-disable-nfsidmap.patch, now the nfsidmap can't be disabled when nfsv4 is enabled, and nfsidmap requires keyutils, so we have to disable nfsv4 by default since keyutils is not available in oe-core, or we can add it oe-core. * Drop

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

2018-02-04 Thread Robert Yang
Add RDEPENDS_${PN} += "perl" to fix: ERROR: git-2.16.1-r0 do_package_qa: QA Issue: /usr/share/git-core/templates/hooks/fsmonitor-watchman.sample contained in package git requires /usr/bin/perl, but no providers found in RDEPENDS_git? [file-rdeps] ERROR: git-2.16.1-r0 do_package_qa: QA run found

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

2018-02-04 Thread Anuj Mittal
On 02/05/2018 02:33 PM, Patchwork wrote: > == Series Details == > > Series: "maintainers.inc: update owners..." and 2 more > Revision: 1 > URL : https://patchwork.openembedded.org/series/10843/ > State : failure > > == Summary == > > > Thank you for submitting this patch series to

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

2018-02-04 Thread mpvader
npm now requires --force to clean the cache, see [1]. Also, use clean instead of clear since the latter is an alias. [1] https://github.com/npm/npm/commit/34f24c8381235790945208d25ac193bc97a21b79 Signed-off-by: mpvader --- meta/classes/npm.bbclass | 2 +- 1 file

[OE-core] [PATCH] kernel: Fix QA buildpaths warning for kernel modules

2018-02-04 Thread zhe.he
From: He Zhe CFLAGS is unset during kernel_do_compile and thus the default build path substitutions in DEBUG_PREFIX_MAP are missing. To enhance reproducible build for kernel modules, such as lttng-modules and cryptodev-module, this patch appends them, plus substitution of

Re: [OE-core] ✗ patchtest: failure for Packages upgrade

2018-02-04 Thread Robert Yang
Updated in the repo: git://git.openembedded.org/openembedded-core-contrib rbt/pu http://cgit.openembedded.org/openembedded-core-contrib/log/?h=rbt/pu Robert Yang (4): ccache: 3.3.4 -> 3.3.5 nfs-utils: 2.1.1 -> 2.3.1 git: 2.15.0 -> 2.16.1 time: 1.7 -> 1.8 commit message updated:

Re: [OE-core] [PATCH 3/4] runqemu: check for qemuboot.conf and raise error

2018-02-04 Thread Robert Yang
On 02/02/2018 10:49 PM, Randy MacLeod wrote: On 2018-02-01 10:23 PM, Robert Yang wrote: [YOCTO #12503] Signed-off-by: Robert Yang ---   scripts/runqemu | 3 +++   1 file changed, 3 insertions(+) diff --git a/scripts/runqemu b/scripts/runqemu index 0ca62f4..d50c6d1

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

2018-02-04 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 Also, updated github URLs to point to

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

2018-02-04 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

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

2018-02-04 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] ✗ patchtest: failure for "maintainers.inc: update owners..." and 2 more

2018-02-04 Thread Patchwork
== Series Details == Series: "maintainers.inc: update owners..." and 2 more Revision: 1 URL : https://patchwork.openembedded.org/series/10843/ 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 16/20] dtc: upgrade to 1.4.6

2018-02-04 Thread Burton, Ross
This breaks u-boot builds: | /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; | ^~~ | In file