Re: [OE-core] [PATCH 1/5] automake: 1.15.1 -> 1.16.1

2018-07-05 Thread Robert Yang
On 07/06/2018 02:06 PM, Khem Raj wrote: this is regressing following recipes in meta-openembedded http://cgit.openembedded.org/meta-openembedded/tree/meta-networking/recipes-support/ntop/ntop_5.0.1.bb?h=master http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-extended/sblim-s

Re: [OE-core] [PATCH 1/5] automake: 1.15.1 -> 1.16.1

2018-07-05 Thread Khem Raj
this is regressing following recipes in meta-openembedded http://cgit.openembedded.org/meta-openembedded/tree/meta-networking/recipes-support/ntop/ntop_5.0.1.bb?h=master http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb?h=master On Mon, J

[OE-core] [PATCH] musl: Upgrade to latest

2018-07-05 Thread Khem Raj
add kernel 4.17 inferfaces and wire additional syscalls and dladdr fixes complete change log https://git.musl-libc.org/cgit/musl/log/?qt=range&q=d5e55ba3320c30310ca1d8938925d5424a652422..193338e619de7c993efa2c0e1a87240bd732c181 Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl_git.bb | 2

[OE-core] [PATCH] ca-certificates: avoid using += with an over-ride

2018-07-05 Thread Andre McCurdy
Using += with an over-ride can be a source of confusion so try to avoid the construct in core recipes. In this case, the commit which added the over-ride seems to have been buggy - the commit message mentions "add to SYSROOT_DIRS" rather than a correct description of what the change actually did,

Re: [OE-core] [PATCH v2] ca-certificates: Add /etc to SYSROOT_DIRS

2018-07-05 Thread Alexander Kanavin
Patrick's email is no longer valid, so we should probably just do the revert without expecting a clarification. Alex 2018-07-06 6:57 GMT+02:00 Alexander Kanavin : > There's no problem in reverting the change, if there is no real need > for it, just in case. > > Alex > > 2018-07-06 5:28 GMT+02:00

Re: [OE-core] [PATCH v2] ca-certificates: Add /etc to SYSROOT_DIRS

2018-07-05 Thread Alexander Kanavin
There's no problem in reverting the change, if there is no real need for it, just in case. Alex 2018-07-06 5:28 GMT+02:00 Andre McCurdy : > On Wed, Nov 15, 2017 at 4:40 AM, Patrick Vacek > wrote: >> From: Patrick Vacek >> >> For recipes that depend on native ca-certificates.crt, /etc should be

Re: [OE-core] [meta-oe][PATCH] package.bbclass: provide debug sources in externalsrc -dbg packages

2018-07-05 Thread Khem Raj
Yes, you can try that On Thu, Jul 5, 2018 at 9:29 PM Vignesh Rajendran (RBEI/ECF3) < vignesh.rajend...@in.bosch.com> wrote: > Hello Khem, > > Can you clarify your idea and my question? > > Mit freundlichen Grüßen / Best regards > > Rajendran Vignesh > RBEI/ECF33 > > Tel. +91 422 67-65103 > > > -

Re: [OE-core] [meta-oe][PATCH] package.bbclass: provide debug sources in externalsrc -dbg packages

2018-07-05 Thread Vignesh Rajendran (RBEI/ECF3)
Hello Khem, Can you clarify your idea and my question? Mit freundlichen Grüßen / Best regards Rajendran Vignesh RBEI/ECF33 Tel. +91 422 67-65103 -Original Message- From: Vignesh Rajendran (RBEI/ECF3) Sent: Tuesday, June 19, 2018 10:24 AM To: 'Khem Raj' ; Paul Eggleton Cc: Patche

[OE-core] [PATCH 1/2] quilt.inc: avoid using += with an over-ride (drop unmaintained darwin support)

2018-07-05 Thread Andre McCurdy
Using += with an over-ride can be a source of confusion so try to avoid the construct in core recipes. In this case, the _darwin over-ride seems to be unmaintained. It was added in early 2013 but has not been accounted for in subsequent updates to the recipe and (from inspection) now appears to be

[OE-core] [PATCH 2/2] quilt.inc: minor recipe formatting tweaks

2018-07-05 Thread Andre McCurdy
Minor comment update and re-order variables to align more closely to the OE style-guide. Signed-off-by: Andre McCurdy --- meta/recipes-devtools/quilt/quilt.inc | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/meta/recipes-devtools/quilt/quilt.inc b/meta

Re: [OE-core] [PATCH v2] ca-certificates: Add /etc to SYSROOT_DIRS

2018-07-05 Thread Andre McCurdy
On Wed, Nov 15, 2017 at 4:40 AM, Patrick Vacek wrote: > From: Patrick Vacek > > For recipes that depend on native ca-certificates.crt, /etc should be > added to the list of directories that automatically populate the > sysroot, otherwise the file may not be there. > > Signed-off-by: Patrick Vacek

Re: [OE-core] [PATCH V2 1/1] testsdk.bbclass: set PREMIRRORS for kernel to speed up test

2018-07-05 Thread ChenQi
ping On 05/04/2018 10:47 AM, Chen Qi wrote: Currently if we do a testsdkext task for the image, it would take very long time to finish. The time is mostly spent fetching kernel source via network. We have done some configuration in auto.conf, trying to make use of own-mirrors.bbclass to avoid f

Re: [OE-core] [PATCH] python-setuptools.inc: avoid using += with an over-ride

2018-07-05 Thread Andre McCurdy
On Thu, Jul 5, 2018 at 5:07 PM, Burton, Ross wrote: > On 6 July 2018 at 00:39, Andre McCurdy wrote: >> On Wed, Jul 4, 2018 at 5:53 AM, Burton, Ross wrote: >>> On 4 July 2018 at 01:55, Andre McCurdy wrote: DEPENDS += "${PYTHON_PN}" -DEPENDS_class-native += "${PYTHON_PN}-native" -

[OE-core] [PATCH] diffutils-ptest: add runtime dependency on make

2018-07-05 Thread Zhang Xiao
Signed-off-by: Zhang Xiao --- meta/recipes-extended/diffutils/diffutils_3.6.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-extended/diffutils/diffutils_3.6.bb b/meta/recipes-extended/diffutils/diffutils_3.6.bb index deadd62c65..8ba897d18f 100644 --- a/meta/recipes-extended

Re: [OE-core] [PATCH] python-setuptools.inc: avoid using += with an over-ride

2018-07-05 Thread Burton, Ross
On 6 July 2018 at 00:39, Andre McCurdy wrote: > On Wed, Jul 4, 2018 at 5:53 AM, Burton, Ross wrote: >> On 4 July 2018 at 01:55, Andre McCurdy wrote: >>> DEPENDS += "${PYTHON_PN}" >>> -DEPENDS_class-native += "${PYTHON_PN}-native" >>> -DEPENDS_class-nativesdk += "nativesdk-${PYTHON_PN}" >>> +DEP

Re: [OE-core] [PATCH] python-setuptools.inc: avoid using += with an over-ride

2018-07-05 Thread Andre McCurdy
On Wed, Jul 4, 2018 at 5:53 AM, Burton, Ross wrote: > On 4 July 2018 at 01:55, Andre McCurdy wrote: >> DEPENDS += "${PYTHON_PN}" >> -DEPENDS_class-native += "${PYTHON_PN}-native" >> -DEPENDS_class-nativesdk += "nativesdk-${PYTHON_PN}" >> +DEPENDS_class-native = "${PYTHON_PN}-native" >> +DEPENDS_

Re: [OE-core] [PATCH] perf: disable parallelism for 'make clean'

2018-07-05 Thread Andre McCurdy
On Thu, Jul 5, 2018 at 1:55 PM, Rasmus Villemoes wrote: > Whenever perf got rebuilt, I was consistently getting errors such as > > | find: '[...]/perf/1.0-r9/perf-1.0/plugin_mac80211.so': No such file or > directory > | find: '[...]/perf/1.0-r9/perf-1.0/plugin_mac80211.so': No such file or > dir

[OE-core] [PATCH] perf: disable parallelism for 'make clean'

2018-07-05 Thread Rasmus Villemoes
Whenever perf got rebuilt, I was consistently getting errors such as | find: '[...]/perf/1.0-r9/perf-1.0/plugin_mac80211.so': No such file or directory | find: '[...]/perf/1.0-r9/perf-1.0/plugin_mac80211.so': No such file or directory | find: find: '[...]/perf/1.0-r9/perf-1.0/libtraceevent.a''[

Re: [OE-core] [PATCH] libnss-mdns: Fix search path for avahi socket file

2018-07-05 Thread Khem Raj
On 7/5/18 10:26 AM, Betacentauri wrote: > Since v0.7 avahi uses /run/avahi-daemon/socket. > libnss searches in $(localstatedir)/run/avahi-daemon/. > Set localstatedir to / to fix mdns resolving. > --- > meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.10.bb | 2 ++ > 1 file changed, 2 insertion

[OE-core] [PATCH] libnss-mdns: Fix search path for avahi socket file

2018-07-05 Thread Betacentauri
Since v0.7 avahi uses /run/avahi-daemon/socket. libnss searches in $(localstatedir)/run/avahi-daemon/. Set localstatedir to / to fix mdns resolving. --- meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.10.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-connectivity/libnss-

[OE-core] [PATCH 2/2] distutils: clean the build tree in do_configure

2018-07-05 Thread Ross Burton
base_do_configure() tries to do "make clean" if there is a Makefile present. For most recipes using distutils there is not a Makefile, but we do know that "setup.py clean" will work so call that instead. Signed-off-by: Ross Burton --- meta/classes/distutils3.bbclass | 8 +++- 1 file changed,

[OE-core] [PATCH 1/2] python-numpy: set CLEANBROKEN

2018-07-05 Thread Ross Burton
The distutils class is about to do a clean via "setup.py clean", but numpy doesn't support this and errors. Signed-off-by: Ross Burton --- meta/recipes-devtools/python-numpy/python-numpy.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/python-numpy/python-numpy.inc

Re: [OE-core] [PATCH 1/2] scripts/runqemu: qemumips support up to 2GiB RAM

2018-07-05 Thread Khem Raj
we need to define a new machine config for qemumipsel.conf something like below #@TYPE: Machine #@NAME: mti_malta32_le MIPS #@DESCRIPTION: mti_malta32_le require conf/machine/include/qemu.inc require conf/machine/include/tune-mips32r2.inc require conf/machine/include/qemuboot-mips.inc DEFAULTTUN

[OE-core] [PATCH] cmake: Update 3.10.3 -> 3.11.4

2018-07-05 Thread Otavio Salvador
This updates CMake to the current stable release and drop many backported patches in the process. Signed-off-by: Otavio Salvador --- ...ative_3.10.3.bb => cmake-native_3.11.4.bb} | 4 +- meta/recipes-devtools/cmake/cmake.inc | 21 +- ...1.66.0-dependency-and-release-update.patch | 5

[OE-core] [PATCH] nss: update to 3.38

2018-07-05 Thread Armin Kuster
remove patch now included in release. includes: CVE-2018-0495 Signed-off-by: Armin Kuster --- ...-Build-FStar.c-when-not-building-with-int.patch | 112 - .../nss/{nss_3.37.1.bb => nss_3.38.bb} | 5 +- 2 files changed, 2 insertions(+), 115 deletions(-) delete mo

Re: [OE-core] [PATCH] mesa: patch cleanup

2018-07-05 Thread Otavio Salvador
On Thu, Jul 5, 2018 at 7:45 AM, Ross Burton wrote: > 0001-Makefile.vulkan.am-explictly-add-lib-expat-to-intel-.patch was fixed a > different way upstream so remove. > > 0007-dri-i965-Add-missing-time.h-include.patch is now accepted upstream so > mark > as backport. > > Signed-off-by: Ross Burton

[OE-core] [PATCH] curl: support mbedtls in PACKAGECONFIG

2018-07-05 Thread Binghua Guan
Signed-off-by: Binghua Guan --- meta/recipes-support/curl/curl_7.60.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-support/curl/curl_7.60.0.bb b/meta/recipes-support/curl/curl_7.60.0.bb index fe04fa63c9..50c90518d4 100644 --- a/meta/recipes-support/curl/curl_7.60.0.bb +++

[OE-core] [PATCH] mesa: patch cleanup

2018-07-05 Thread Ross Burton
0001-Makefile.vulkan.am-explictly-add-lib-expat-to-intel-.patch was fixed a different way upstream so remove. 0007-dri-i965-Add-missing-time.h-include.patch is now accepted upstream so mark as backport. Signed-off-by: Ross Burton --- ...lkan.am-explictly-add-lib-expat-to-intel-.patch | 46 -

Re: [OE-core] [PATCH] Revert "kernel-devicetree: Corrected normalize_dtb"

2018-07-05 Thread Richard Purdie
On Thu, 2018-07-05 at 10:38 +0200, Martin Jansa wrote: > I am out til Sunday, so please someone else please resend just the > revert. Next week I will check the ppc issue and resend the rest (v2 > is the same as v3 except the rebase after this change, so after > revert the v2 will apply cleanly aga

Re: [OE-core] [OE-Core][PATCH 1/2] kernel-fitimage: Allow setting of DTB/DTBO relocation address

2018-07-05 Thread Alex Kiernan
On Mon, Jun 18, 2018 at 7:25 AM Martin Hundebøll wrote: > > Hi Alex, > Sorry only just found this, gmail decided to mark it as spam :( > On 2018-06-16 09:17, Alex Kiernan wrote: > > Introduce UBOOT_DTB_LOADADDRESS and UBOOT_DTBO_LOADADDRESS so that you > > can set where U-Boot loads full and ove

Re: [OE-core] [OE-Core][PATCH] openssh: Add dependency on ssh for sftp

2018-07-05 Thread Alex Kiernan
On Thu, Jul 5, 2018 at 9:58 AM Mike Looijmans wrote: > > On 02-07-18 23:13, Richard Purdie wrote: > > On Mon, 2018-07-02 at 18:44 +0100, Alex Kiernan wrote: > >> On Mon, Jul 2, 2018 at 4:06 PM Alex Kiernan > >> wrote: > >>> > >>> On Mon, Jul 2, 2018 at 3:55 PM Mike Looijmans >>> .nl> wrote: > >>

Re: [OE-core] [OE-Core][PATCH v2] openssh: Add dependency on ssh for sftp

2018-07-05 Thread Alex Kiernan
On Thu, Jul 5, 2018 at 10:32 AM Richard Purdie wrote: > > On Tue, 2018-07-03 at 12:37 +, Alex Kiernan wrote: > > Add missing dependency on the ssh binary for the sftp client to avoid > > failure at runtime if it's not been installed through another > > dependency > > chain. > > > > This introd

Re: [OE-core] [PATCH 1/2] scripts/runqemu: qemumips support up to 2GiB RAM

2018-07-05 Thread He Zhe
On 2018年07月04日 21:29, Khem Raj wrote: > i think you can squash both patches into one. Additionally we should > be able to cover mipsel case as well I started a build with latest poky and only set DEFAULTTUE=mipsel. Is this the right way to use little endian? Then I got the following error and

Re: [OE-core] [OE-Core][PATCH v2] openssh: Add dependency on ssh for sftp

2018-07-05 Thread Richard Purdie
On Tue, 2018-07-03 at 12:37 +, Alex Kiernan wrote: > Add missing dependency on the ssh binary for the sftp client to avoid > failure at runtime if it's not been installed through another > dependency > chain. > > This introduces a note if PREFERRED_RPROVIDER_ssh is not set and it > can be sati

Re: [OE-core] [OE-Core][PATCH] openssh: Add dependency on ssh for sftp

2018-07-05 Thread Mike Looijmans
On 02-07-18 23:13, Richard Purdie wrote: On Mon, 2018-07-02 at 18:44 +0100, Alex Kiernan wrote: On Mon, Jul 2, 2018 at 4:06 PM Alex Kiernan wrote: On Mon, Jul 2, 2018 at 3:55 PM Mike Looijmans wrote: The sftp-server runs fine using dropbear as SSH backend, I'd expect the same to be true f

[OE-core] [PATCH] util-linux.inc: add fallocate & unshare to alternatives

2018-07-05 Thread Ioan-Adrian Ratiu
These binaries can be provided by busybox triggering a conflict in do_rootfs so update-alternatives needs to know about them to properly create the symlinks. Signed-off-by: Ioan-Adrian Ratiu --- meta/recipes-core/util-linux/util-linux.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)

Re: [OE-core] [PATCH] Revert "kernel-devicetree: Corrected normalize_dtb"

2018-07-05 Thread Martin Jansa
I am out til Sunday, so please someone else please resend just the revert. Next week I will check the ppc issue and resend the rest (v2 is the same as v3 except the rebase after this change, so after revert the v2 will apply cleanly again) On Thu, Jul 5, 2018, 10:23 Richard Purdie < richard.pur...

Re: [OE-core] [PATCH] Revert "kernel-devicetree: Corrected normalize_dtb"

2018-07-05 Thread Richard Purdie
On Thu, 2018-07-05 at 09:15 +0200, Nicolas Dechesne wrote: > On Wed, Jul 4, 2018 at 10:07 PM Martin Jansa > wrote: > > > > This reverts commit 2e7f3b2b9318d1e5395ad58131eafb873f614326. > > > > It was breaking quite common use case that the dtb files are in > > some subdirectory and then kernel b

Re: [OE-core] [PATCHv3 1/4] kernel-devicetree.bbclass: Use lowercase names for shell variables

2018-07-05 Thread Richard Purdie
On Wed, 2018-07-04 at 07:59 +, Martin Jansa wrote: > * just to make it more clear what is local shell variable and what is > replaced by bitbake from the metadata and also to prevent the > variable > to be incorrectly expanded by bitbake if someone happens to define > e.g. DTB_BASE_NAME >

[OE-core] [PATCH 2/2] systemd-boot: upgrade to 239

2018-07-05 Thread Chen Qi
Upgrade systemd-boot to 239. The following patch is removed due to recent fix about meson's cpu family mapping and validation. 0001-Also-check-i386-i586-and-i686-for-ia32.patch Signed-off-by: Chen Qi --- .../{systemd-boot_237.bb => systemd-boot_239.bb} | 5 ++-- ...01-Also-check-i386-i586

[OE-core] [PATCH 0/2] upgrade systemd and systemd-boot to 239

2018-07-05 Thread Chen Qi
The following changes since commit 611013a23a0082faa4fda2cd2529668965586a76: mesa: add lost Upstream-Status tag (2018-07-05 00:22:08 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/systemd-239 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=

[OE-core] [PATCH V4 0/1] linux-yocto: add ptest support

2018-07-05 Thread Dengke Du
Changed in V3: 1. Add comments and documentation for the tests 2. Changed the results of the kernel ptest output in this format: "[PASS|SKIP|FAIL]" : testname, according to Lei yang's comments. The tests output: #result# PASS: dma-example PASS: byte

[OE-core] [PATCH V4 1/1] linux-yocto: add ptest support

2018-07-05 Thread Dengke Du
Signed-off-by: Dengke Du --- meta/recipes-kernel/linux/linux-yocto/run-ptest | 144 meta/recipes-kernel/linux/linux-yocto_4.14.bb | 10 ++ 2 files changed, 154 insertions(+) create mode 100644 meta/recipes-kernel/linux/linux-yocto/run-ptest diff --git a/meta/recipes-

Re: [OE-core] [PATCH] Revert "kernel-devicetree: Corrected normalize_dtb"

2018-07-05 Thread Nicolas Dechesne
On Wed, Jul 4, 2018 at 10:07 PM Martin Jansa wrote: > > This reverts commit 2e7f3b2b9318d1e5395ad58131eafb873f614326. > > It was breaking quite common use case that the dtb files are in > some subdirectory and then kernel build fails to build them. > > As reported by khem: > http://lists.openembed