Re: [OE-core] [PATCH v2] systemd: Allow custom coredump config options

2018-07-23 Thread ChenQi
On 07/24/2018 07:16 AM, Alistair Francis wrote: On Wed, Jul 18, 2018 at 4:48 PM, Andre McCurdy wrote: On Wed, Jul 18, 2018 at 3:53 PM, Alistair Francis wrote: If the user has enabled coredump let's allow them to customise the config options. Signed-off-by: Alistair Francis ---

[OE-core] [PATCH 9/9] openssl: minor indent fixes

2018-07-23 Thread Andre McCurdy
Fix inconsistent indent (and also make the openssl 1.1 recipe more consistent and consistent with the openssl 1.0 recipe). Signed-off-by: Andre McCurdy --- .../recipes-connectivity/openssl/openssl_1.1.0h.bb | 69 +++--- 1 file changed, 35 insertions(+), 34 deletions(-) diff

[OE-core] [PATCH 5/9] openssl_1.0: drop leading "-" from no-ssl3 config option

2018-07-23 Thread Andre McCurdy
Although passing -no-ssl3 works, comments in the openssl Configure script suggest doing so isn't really correct: s /^-no-/no-/; # some people just can't read the instructions The documented way to pass no- config options is without a leading "-"

[OE-core] [PATCH 3/9] openssl_1.0: drop curly brackets from shell local variables

2018-07-23 Thread Andre McCurdy
Make clear distinction between local variables and bitbake variables. Signed-off-by: Andre McCurdy --- meta/recipes-connectivity/openssl/openssl_1.0.2o.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.2o.bb

[OE-core] [PATCH 8/9] openssl: support musl-x32 build

2018-07-23 Thread Andre McCurdy
Align the openssl 1.1 recipe with changes made to openssl 1.0: http://git.openembedded.org/openembedded-core/commit/?id=a072d4620db462c5d3459441d5684cfd99938400 Signed-off-by: Andre McCurdy --- meta/recipes-connectivity/openssl/openssl_1.1.0h.bb | 6 -- 1 file changed, 4 insertions(+),

[OE-core] [PATCH 4/9] openssl_1.0: fix cryptodev-linux PACKAGECONFIG support

2018-07-23 Thread Andre McCurdy
Since openssl isn't an autotools recipe, defining cryptodev-linux related config options via PACKAGECONFIG hasn't worked correctly since PACKAGECONFIG_CONFARGS stopped being automatically appended to EXTRA_OECONF in 2016:

[OE-core] [PATCH 7/9] openssl: remove uclibc remnants

2018-07-23 Thread Andre McCurdy
Align the openssl 1.1 recipe with changes made to openssl 1.0: http://git.openembedded.org/openembedded-core/commit/?id=e01e7c543a559c8926d72159b5cd55db0c661434 Signed-off-by: Andre McCurdy --- meta/recipes-connectivity/openssl/openssl_1.1.0h.bb | 3 --- 1 file changed, 3 deletions(-) diff

[OE-core] [PATCH 6/9] openssl_1.0: avoid running make twice for target do_compile()

2018-07-23 Thread Andre McCurdy
Currently target builds call make twice as part of do_compile(). It appears to be an accidental side effect of needing to only pass CC_INFO on the make command line for target builds, since CC_INFO is only referenced by the reproducible build patches. Signed-off-by: Andre McCurdy ---

[OE-core] [PATCH 1/9] openssl_1.0: merge openssl10.inc into the openssl_1.0.2o.bb recipe

2018-07-23 Thread Andre McCurdy
The openssl10.inc include file only has one user, so we can improve maintainability by merging the include file into the recipe which uses it. Signed-off-by: Andre McCurdy --- meta/recipes-connectivity/openssl/openssl10.inc| 296

[OE-core] [PATCH 2/9] openssl_1.0: minor recipe formatting tweaks etc

2018-07-23 Thread Andre McCurdy
Drop redundant setting of S to its default value, fix inconsistent indent and re-order variables to align more closely to the OE style-guide. Signed-off-by: Andre McCurdy --- .../recipes-connectivity/openssl/openssl_1.0.2o.bb | 121 +++-- 1 file changed, 61 insertions(+), 60

Re: [OE-core] [PATCH v3] sshd: add sshd.service

2018-07-23 Thread Zheng, Ruoqin
Hi Ross: I want to add this for in Ubuntu and Fedora, sshd.socket and sshd.service can both coexist. So, maybe we provide both of them, and user can choose the way they want. -- Zheng Ruoqin Nanjing Fujitsu Nanda Software

[OE-core] [PATCH] autotools.bbclass: fix autoreconf bbnote commandline arguments

2018-07-23 Thread Andre McCurdy
Leaving -Wcross out of the bbnote version of the autoreconf command seems to be a long standing inconsistency (dating back to the very first commit in oe-core) but there's no obvious reason to do so. Signed-off-by: Andre McCurdy --- meta/classes/autotools.bbclass | 2 +- 1 file changed, 1

Re: [OE-core] [PATCH v2] systemd: Allow custom coredump config options

2018-07-23 Thread Andre McCurdy
On Mon, Jul 23, 2018 at 4:16 PM, Alistair Francis wrote: > On Wed, Jul 18, 2018 at 4:48 PM, Andre McCurdy wrote: >> On Wed, Jul 18, 2018 at 3:53 PM, Alistair Francis >> wrote: >>> If the user has enabled coredump let's allow them to customise the >>> config options. >>> >>> Signed-off-by:

Re: [OE-core] [PATCH v2] systemd: Allow custom coredump config options

2018-07-23 Thread Alistair Francis
On Wed, Jul 18, 2018 at 4:48 PM, Andre McCurdy wrote: > On Wed, Jul 18, 2018 at 3:53 PM, Alistair Francis > wrote: >> If the user has enabled coredump let's allow them to customise the >> config options. >> >> Signed-off-by: Alistair Francis >> --- >> meta/recipes-core/systemd/systemd_239.bb |

Re: [OE-core] [PATCH 3/7] libsdl2: Find wayland-protocol files in proper location during cross compile

2018-07-23 Thread Khem Raj
On Mon, Jul 23, 2018 at 3:31 AM Burton, Ross wrote: > > On 21 July 2018 at 17:27, Khem Raj wrote: > > @@ -29,6 +30,7 @@ EXTRA_OECONF = "--disable-oss --disable-esd > > --disable-arts \ > > --enable-pthreads \ > > --enable-sdl-dlopen \ > >

[OE-core] [PATCH] defaultsetup.conf: Enable security flags+pie by default

2018-07-23 Thread Khem Raj
This has been an opt-in for so long, some distributions e.g. poky-lsb uses it by default however, since most of linux distros have started to default to these settings for security enhancements, time has come for OE to make it default too Signed-off-by: Khem Raj ---

Re: [OE-core] [PATCH] openssl_1.0.2n: improve reproducibility

2018-07-23 Thread Andre McCurdy
On Sun, Jul 22, 2018 at 9:46 AM, Bystricky, Juro wrote: > No, not on purpose, the word "prepend" should be taken out. > Although running "make" the second time does no harm (should do nothing, in > fact) it needs to be fixed, > I'll send in a fix. I have a fix too, as part of a series of other

Re: [OE-core] [meta-oe][PATCH] perl: native modules will not trigger build perl for target.

2018-07-23 Thread Andre McCurdy
On Mon, Jul 23, 2018 at 5:57 AM, Krzysztof Taborski wrote: > Change was already merged: > http://cgit.openembedded.org/openembedded-core/commit/meta/recipes-devtools?id=7dd9772eca6df52db09b65537fdf689f1aa3fd8f > > Is your request still valid? Yes, although the change was merged, it's not clear

[OE-core] [PATCH] packagegroup-core-full-cmdline: clean up system-services dependencies

2018-07-23 Thread Ross Burton
The 'system services' packagegroup depends on a number of packages which are not system services, so remove them from the list. Signed-off-by: Ross Burton --- .../packagegroups/packagegroup-core-full-cmdline.bb | 8 1 file changed, 8 deletions(-) diff --git

Re: [OE-core] [RFC] How to deal allarch packages in dependency chain for multilib rootfs?

2018-07-23 Thread Kang Kai
On 2018年07月18日 04:21, Mark Hatle wrote: On 7/2/18 3:50 AM, Kang Kai wrote: On 2018年06月28日 22:26, Mark Hatle wrote: On 6/28/18 3:48 AM, Kang Kai wrote: Hi all, When build 32 bits rootfs with 64 bits bsp, if an allarch/noarch package is installed to lib32 rootfs, it causes unexpected 64 bits

[OE-core] ✗ patchtest: failure for iputils: upgrade to s20190629 (rev2)

2018-07-23 Thread Patchwork
== Series Details == Series: iputils: upgrade to s20190629 (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/13153/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed

[OE-core] [PATCH V2] iputils: upgrade to s20190629

2018-07-23 Thread Ross Burton
License-Update: change license checksums to check the License files themselves (BSD3 and GPL2), and the tool-to-license file (LICENSE). Changes to LICENSE will now be detected. Drop upstreamed patch. Update libidn build-dependency to libidn2. Patch in an install target and use that to install

[OE-core] ✗ patchtest: failure for iputils: upgrade to s20190629

2018-07-23 Thread Patchwork
== Series Details == Series: iputils: upgrade to s20190629 Revision: 1 URL : https://patchwork.openembedded.org/series/13153/ 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

[OE-core] [PATCH] iputils: upgrade to s20190629

2018-07-23 Thread Ross Burton
Drop upstreamed patch. Change license checksums to check the License files themselves (BSD3 and GPL2), and the tool-to-license file (LICENSE). Changes to LICENSE will now be detected. Update libidn build-dependency to libidn2. Signed-off-by: Ross Burton ---

Re: [OE-core] [meta-oe][PATCH] perl: native modules will not trigger build perl for target.

2018-07-23 Thread Krzysztof Taborski
Change was already merged: http://cgit.openembedded.org/openembedded-core/commit/meta/recipes-devtools?id=7dd9772eca6df52db09b65537fdf689f1aa3fd8f Is your request still valid? 2018-07-09 21:40 GMT+02:00 Andre McCurdy : > On Wed, May 9, 2018 at 7:16 AM, taborskikrzysztof > wrote: > > Can I

[OE-core] [PATCH] oe-selftest: fix for changes to buildhistory-diff

2018-07-23 Thread Paul Eggleton
Now we're not reporting the related fields (as of openembedded-core 8658b3677b9f7cb70806061c41570c709086ef05) we shouldn't expect to see PR reported here since it's not monitored by buildhistory-diff. However, with a bit of messing about we can check for the exact output that we should now see as

[OE-core] [PATCH] curl: enable libidn

2018-07-23 Thread Ross Burton
Now that oe-core has libidn2 we can enable it by default in target curl builds. Signed-off-by: Ross Burton --- meta/recipes-support/curl/curl_7.61.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/curl/curl_7.61.0.bb

[OE-core] [PATCH 2/3] gnutls: rationalise libunistring arguments

2018-07-23 Thread Ross Burton
No need to pass --without-libunistring-prefix, and it looks a lot like we're trying to disable it. Signed-off-by: Ross Burton --- meta/recipes-support/gnutls/gnutls.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-support/gnutls/gnutls.inc

[OE-core] [PATCH 3/3] gnutls: fix libidn dependencies

2018-07-23 Thread Ross Burton
gnutls only works with libidn2, so update the build dependency. Signed-off-by: Ross Burton --- meta/recipes-support/gnutls/gnutls.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index

[OE-core] [PATCH 1/3] libidn2: add new version

2018-07-23 Thread Ross Burton
libidn 1.x is deprecated, add the parallel-installable libidn2. Signed-off-by: Ross Burton --- meta/recipes-extended/libidn/libidn2_2.0.5.bb | 23 +++ 1 file changed, 23 insertions(+) create mode 100644 meta/recipes-extended/libidn/libidn2_2.0.5.bb diff --git

Re: [OE-core] [PATCH 3/7] libsdl2: Find wayland-protocol files in proper location during cross compile

2018-07-23 Thread Burton, Ross
On 21 July 2018 at 17:27, Khem Raj wrote: > @@ -29,6 +30,7 @@ EXTRA_OECONF = "--disable-oss --disable-esd --disable-arts \ > --enable-pthreads \ > --enable-sdl-dlopen \ > --disable-rpath \ > +--disable-wayland-shared \ This isn't

Re: [OE-core] [PATCH v3] sshd: add sshd.service

2018-07-23 Thread Burton, Ross
Still no explanation why you'd want to do this and not use socket activation. Ross On 23 July 2018 at 10:02, Zheng Ruoqin wrote: > Add sshd.service for user to start the sshd daemon. > > Signed-off-by: Zheng Ruoqin > --- > meta/recipes-connectivity/openssh/openssh/sshd.service | 16

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

2018-07-23 Thread Vignesh Rajendran (RBEI/ECF3)
Hello Khem, Paul, Gentle reminder for any feedback.. Mit freundlichen Grüßen / Best regards Rajendran Vignesh RBEI/ECF33 Tel. +91 422 67-65103 From: Vignesh Rajendran (RBEI/ECF3) Sent: Thursday, July 12, 2018 12:30 PM To: 'Khem Raj' Cc: Patches and discussions about the oe-core layer ; Paul

[OE-core] [PATCH v3] sshd: add sshd.service

2018-07-23 Thread Zheng Ruoqin
Add sshd.service for user to start the sshd daemon. Signed-off-by: Zheng Ruoqin --- meta/recipes-connectivity/openssh/openssh/sshd.service | 16 meta/recipes-connectivity/openssh/openssh_7.7p1.bb | 6 ++ 2 files changed, 22 insertions(+) create mode 100644

Re: [OE-core] u-boot crash on network code hardkernel v2017.05

2018-07-23 Thread Paulo Neves
@Alex: Thanks for that commit id. I tried to manually add the attribute but just to the net include[1], but the problem had not been solved. I see in this commit more packed attributes changes, so I will give it a try and let you all know. >can you see if latest u-boot also have similar issues ?

Re: [OE-core] [PATCH v4 3/6] gstreamer1.0-plugin-bad: Update packageconfigs

2018-07-23 Thread Carlos Rafael Giani
I correct myself. The recipe is still there, in meta-oe. I'll keep the packageconfig. On 2018-07-23 09:45, Carlos Rafael Giani wrote: Right, this is a typo. I meant to remove the packageconfig though. We already talked about this (neon being dead, the recipe having been explicitely removed

Re: [OE-core] [PATCH v4 3/6] gstreamer1.0-plugin-bad: Update packageconfigs

2018-07-23 Thread Carlos Rafael Giani
Right, this is a typo. I meant to remove the packageconfig though. We already talked about this (neon being dead, the recipe having been explicitely removed a while ago). Also, before I do a v5, I need an explanation for what happened with patchwork. I suspect it was the Umlaut encoding

Re: [OE-core] [PATCH v4 3/6] gstreamer1.0-plugin-bad: Update packageconfigs

2018-07-23 Thread Martin Jansa
--disable-neon is already there from neon PACKAGECONFIG you shouldn't add it in EXTRA_OECONF, the comment about dependency gone would also make more sense above PACKAGECONFIG not above EXTRA_OECONF. On Sat, Jul 21, 2018 at 11:24 AM Carlos Rafael Giani wrote: > * Add packageconfigs for gl,

[OE-core] [PATCH] grub2.inc: set GRUBPLATFORM_arm to efi

2018-07-23 Thread mingli.yu
From: Mingli Yu * grub-efi support on arm is enabled as below commit: commit 65f9fb788371a9a08e3b0e6febecb9cc2aaeefe7 Author: Kristian Amlie Date: Tue Jul 10 16:07:12 2018 +0200 grub-efi: Provide target architecture for 32-bit ARM. * But it fails on arm as below: |

[OE-core] [PATCH] apr: fix ptest hangs since enter non-terminating loop

2018-07-23 Thread changqing.li
From: Changqing Li ptest hangs in teststr since enter non-terminating loop, fixed by a backport patch Signed-off-by: Changqing Li --- .../apr/0008-apr-fix-ptest-hang-in-teststr.patch | 32 ++ meta/recipes-support/apr/apr_1.6.3.bb | 1 + 2 files changed, 33