[OE-core] [PATCH 0/1] coreutils: fix hostname conflict with other packages

2018-02-08 Thread Chen Qi
The following changes since commit 44ea6ded0e8e73f5258ce55bd1b851e24243b76a: bitbake: bitbake-user-manual: Commented out Placeholder Paragraph (2018-02-06 18:10:35 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/coreutils-hostname

Re: [OE-core] [PATCH 1/2] bmap-tools: change SRC_URI to use tarball instead

2018-02-08 Thread Alexander Kanavin
On 02/09/2018 09:14 AM, Chang, Rebecca Swee Fun wrote: When you switch the upstream source location like this, you need to verify that upstream version check still works: bitbake -c checkpkg bmap-tools and inspect tmp/log/checkpkg.csv to see the outcome. If bitbake can no longer determine the

[OE-core] [PATCH 1/1] coreutils: fix hostname conflict with other packages

2018-02-08 Thread Chen Qi
The hostname utility is also provided by busybox and net-tools. So use alternatives mechanism to manage it in coreutils. Make its priority higher than busybox. As hostname is not built by default for coreutils, we make its priority lower than net-tools. Signed-off-by: Chen Qi

Re: [OE-core] [PATCH V2 1/1] coreutils: upgrade to 8.29

2018-02-08 Thread ChenQi
On 01/19/2018 01:34 AM, Burton, Ross wrote: On 18 January 2018 at 16:47, Randy MacLeod > wrote: On 2018-01-11 11:18 AM, Burton, Ross wrote: On 9 January 2018 at 01:40, Chen Qi

Re: [OE-core] [PATCH 1/2] bmap-tools: change SRC_URI to use tarball instead

2018-02-08 Thread Chang, Rebecca Swee Fun
Hi Alex, > -Original Message- > From: Alexander Kanavin [mailto:alexander.kana...@linux.intel.com] > Sent: Friday, February 9, 2018 2:52 PM > To: Chang, Rebecca Swee Fun ; > openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH 1/2]

Re: [OE-core] [PATCH 1/2] gtk-doc: update to 1.27

2018-02-08 Thread Alexander Kanavin
On 02/09/2018 12:13 AM, Mark Asselstine wrote: The use of libunique is non-consequential here. The issue is that the gtk-doc package has imports which are not going to be present via direct runtime dependencies. Any sw which attempts to run the python scripts found in gtk-doc will fail in the

Re: [OE-core] [PATCH 1/2] bmap-tools: change SRC_URI to use tarball instead

2018-02-08 Thread Alexander Kanavin
On 02/09/2018 06:25 AM, Chang Rebecca Swee Fun wrote: -SRC_URI = "git://github.com/intel/bmap-tools.git" -SRCREV = "9dad724104df265442226972a1e310813f9ffcba" +SRC_URI = "https://github.com/intel/${BPN}/releases/download/v${PV}/${BPN}-${PV}.tgz; When you switch the upstream source location

[OE-core] [PATCHv2] bmap-tools: change SRC_URI to use tarball instead

2018-02-08 Thread rebecca . swee . fun . chang
From: Chang Rebecca Swee Fun Tarball sources can be checksummed and are faster to download. Signed-off-by: Chang Rebecca Swee Fun --- meta/recipes-support/bmap-tools/bmap-tools_3.4.bb | 6 +++--- 1 file changed, 3

[OE-core] [PATCH] busybox: 1.27.2 -> 1.28.0

2018-02-08 Thread Huang Qiyu
1.Upgrade busybox from 1.27.2 to 1.28.0. 2.Delete CVE-2011-5325.patch, busybox-CVE-2017-16544.patch, since it is integrated upstream. 3.Modify busybox-udhcpc-no_deconfig.patch, since the data has been changed. Signed-off-by: Huang Qiyu ---

[OE-core] [PATCH 2/2] maintainers.inc: change ownership for bmap-tools and wic-tools

2018-02-08 Thread Chang Rebecca Swee Fun
Signed-off-by: Chang Rebecca Swee Fun --- meta/conf/distro/include/maintainers.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 34f3d81..dc7d688

[OE-core] [PATCH 1/2] bmap-tools: change SRC_URI to use tarball instead

2018-02-08 Thread Chang Rebecca Swee Fun
Tarball sources can be checksummed and are faster to download. Signed-off-by: Chang Rebecca Swee Fun --- meta/recipes-support/bmap-tools/bmap-tools_3.4.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[OE-core] [PATCH] ltp: fix confiugre with numa support

2018-02-08 Thread Yi Zhao
Fix Add-knob-to-control-whether-numa-support-should-be-c.patch since it doesn't work when set --with-numa=yes. Disable the test program since it can not run while cross compiling. Signed-off-by: Yi Zhao --- ...-control-whether-numa-support-should-be-c.patch | 31

[OE-core] [PATCH] initramfs-framework: rootfs: add support for LABEL

2018-02-08 Thread Ricardo Salveti
The rootfs can also be found via the partition label. Signed-off-by: Ricardo Salveti --- meta/recipes-core/initrdscripts/initramfs-framework/rootfs | 5 + 1 file changed, 5 insertions(+) diff --git

[OE-core] [PATCH] cve-check: put log in T so it doesn't get deleted by rm_work

2018-02-08 Thread Ross Burton
This is where the other task logs go, so it's a sensible place to put it. Signed-off-by: Ross Burton --- meta/classes/cve-check.bbclass | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/meta/classes/cve-check.bbclass

[OE-core] [PATCH][V2] qemu: fix CVE-2017-15124

2018-02-08 Thread Ross Burton
VNC server implementation in Quick Emulator (QEMU) 2.11.0 and older was found to be vulnerable to an unbounded memory allocation issue, as it did not throttle the framebuffer updates sent to its client. If the client did not consume these updates, VNC server allocates growing memory to hold onto

[OE-core] [PATCH] qemu: fix CVE-2017-15124

2018-02-08 Thread Ross Burton
VNC server implementation in Quick Emulator (QEMU) 2.11.0 and older was found to be vulnerable to an unbounded memory allocation issue, as it did not throttle the framebuffer updates sent to its client. If the client did not consume these updates, VNC server allocates growing memory to hold onto

Re: [OE-core] [PATCH 1/2] gtk-doc: update to 1.27

2018-02-08 Thread Mark Asselstine
On Thursday, February 8, 2018 1:44:02 AM EST Alexander Kanavin wrote: > On 02/07/2018 11:34 PM, Mark Asselstine wrote: > > Alexander. When things move to python you can almost always bet on them > > requiring additional libraries and as such the lack of RDEPENDS here is a > > bit surprising. As

[OE-core] [pyro][PATCH] python3-setuptools: extend to nativesdk

2018-02-08 Thread Martin Kelly
From: Chen Qi Extend python3-setuptools to nativesdk because nativesdk-python3-pip needs it. Also, adjust RDEPENDS variable setting to keep the runtime dependencies for nativesdk package the same with the target one. The native package and the target package's

[OE-core] [PATCH 3/3] python-numpy: fix upstream version check

2018-02-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/python-numpy/python-numpy_1.13.1.bb | 1 + meta/recipes-devtools/python-numpy/python3-numpy_1.13.3.bb | 1 + 2 files changed, 2 insertions(+) diff --git

[OE-core] [PATCH 1/3] latencytop: remove recipe

2018-02-08 Thread Alexander Kanavin
Last commit and release were in 2009; website is down; it's a dead project. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/distro_alias.inc | 1 - meta/conf/distro/include/maintainers.inc | 1 -

[OE-core] [PATCH 2/3] go: fix upstream version check

2018-02-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/go/go-common.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/go/go-common.inc b/meta/recipes-devtools/go/go-common.inc index 9af68738a60..37138b51ed8 100644 ---

[OE-core] ✗ patchtest: failure for binutils: Upgrade to 2.30 release

2018-02-08 Thread Patchwork
== Series Details == Series: binutils: Upgrade to 2.30 release Revision: 1 URL : https://patchwork.openembedded.org/series/10896/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on

[OE-core] [PATCH V2] binutils: Upgrade to 2.30 release

2018-02-08 Thread Khem Raj
Additionally cherry-pick 5ffeba4a09 Revert "PowerPC PLT speculative execution barriers" b01452b1d4 [PR22764][LD][AARCH64]Allow R_AARCH64_ABS16 and R_AARCH64_ABS32 against absolution symbol or undefine symbol in shared object. a985e9b9de Import patch from mainline to remove PROVODE qualifiers

[OE-core] [PATCH] ltp: fix knob to control numa support

2018-02-08 Thread Anders Roxell
Reported-by: Yi Zhao Signed-off-by: Anders Roxell --- ...ix-default-value-of-without-numa-switch-i.patch | 31 ++ ...onfigure-add-knob-to-control-numa-support.patch | 50 ++

[OE-core] [PATCH] puzzles: Fix warnings seen with clang 6.0

2018-02-08 Thread Khem Raj
Signed-off-by: Khem Raj --- ...d-paranthesis-to-remove-doubt-about-prece.patch | 47 ++ meta/recipes-sato/puzzles/puzzles_git.bb | 1 + 2 files changed, 48 insertions(+) create mode 100644

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

2018-02-08 Thread Bruce Ashfield
On 02/07/2018 09:35 PM, He Zhe wrote: Hi Bruce, I should have cc this to you. Thanks, I had missed the original patch. See below for comments. Thanks, Zhe On 2018年02月05日 14:54, zhe...@windriver.com wrote: From: He Zhe CFLAGS is unset during kernel_do_compile and

Re: [OE-core] [PATCH] kernel-fitimage.bbclass: Fix 64 bit ENTRYPOINT

2018-02-08 Thread Burton, Ross
On 8 February 2018 at 06:29, Vineeth Chowdary Karumanchi < vineethchowz.chowd...@xilinx.com> wrote: > 64 bit entry point should be passed in 2 literals ( "0x1 0x8000" > ).ENTRYPOINT is assigned with first half only and erroring out as > 'command not found' for the second half. Adding quotes

Re: [OE-core] [PATCH 00/14] Fix support for Icecream

2018-02-08 Thread Tomas Novotny
Hi Joshua, On Wed, 07 Feb 2018 15:19:12 -0600 Joshua Watt wrote: > On Wed, 2018-02-07 at 21:59 +0100, Tomas Novotny wrote: > > Hi Joshua, > > > > On Tue, 6 Feb 2018 16:01:19 -0600 > > Joshua Watt wrote: > > > > > Fix up support for using

[OE-core] [PATCH 1/2] eudev: bump up to version 3.2.5

2018-02-08 Thread Chang Rebecca Swee Fun
This upgraded version of eudev includes: - Headers to build under glibc-2.25 and above - Bug fix on ata_id - Misc: rules and hardware database update Signed-off-by: Chang Rebecca Swee Fun --- meta/recipes-core/udev/{eudev_3.2.2.bb => eudev_3.2.5.bb} | 4 ++-- 1

[OE-core] [PATCH 2/2] maintainers.inc: update recipe ownership

2018-02-08 Thread Chang Rebecca Swee Fun
Remove recipe for sato-icon-theme that was obsolete since YP 2.2 release and change ownership for eudev recipe. Signed-off-by: Chang Rebecca Swee Fun --- meta/conf/distro/include/maintainers.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff