Re: [OE-core] [PATCH] virglrenderer: requires distro feature opengl

2019-03-12 Thread Andre McCurdy
On Tue, Mar 12, 2019 at 3:34 AM Burton, Ross wrote: > On Tue, 12 Mar 2019 at 01:23, wrote: > > +REQUIRED_DISTRO_FEATURES = "opengl" > > +REQUIRED_DISTRO_FEATURES_class-native = "" > > +REQUIRED_DISTRO_FEATURES_class-nativesdk = "" > > I suspect you can drop the native/nativesdk overrides here,

Re: [OE-core] [PATCH] cpulimit: introduce support for this package

2019-03-08 Thread Andre McCurdy
On Fri, Mar 8, 2019 at 3:24 PM BOUBAKER Bassem via Openembedded-core wrote: > > * Now, cpulimit recipe is put under recipes-support. Binary will be > installed by the recipe under /usr/sbin > > # cpulimit -h > Usage: cpulimit [OPTIONS...] TARGET > OPTIONS >

Re: [OE-core] [PATCH] bitbake: add readlink to HOSTTOOLS

2019-03-07 Thread Andre McCurdy
On Wed, Mar 6, 2019 at 8:14 AM Ross Burton wrote: > > If systemd has EFI enabled it uses readlink. > > Signed-off-by: Ross Burton > --- > meta/conf/bitbake.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf > index

Re: [OE-core] [PATCH 1/2] insane.bbclass: Make INSANE_SKIP work for qa pkgconfig and la

2019-03-06 Thread Andre McCurdy
On Wed, Mar 6, 2019 at 7:22 PM Robert Yang wrote: > > The INSANE_SKIP = "pkgconfig" or "la" didn't work, this patch fixes the > problem. > > [YOCTO #13087] > > Signed-off-by: Robert Yang > --- > meta/classes/insane.bbclass | 20 +++- > 1 file changed, 15 insertions(+), 5

Re: [OE-core] [PATCH 2/2] glibc: Disable Werror when building with debug options

2019-02-27 Thread Andre McCurdy
On Wed, Feb 27, 2019 at 4:31 PM Khem Raj wrote: > > On Wed, Feb 27, 2019 at 2:32 PM Martin Jansa wrote: > > > > On Wed, Feb 27, 2019 at 02:01:06PM -0800, Andre McCurdy wrote: > > > On Wed, Feb 27, 2019 at 12:51 PM Khem Raj wrote: > > > > > > &g

Re: [OE-core] [PATCH 2/2] glibc: Disable Werror when building with debug options

2019-02-27 Thread Andre McCurdy
On Wed, Feb 27, 2019 at 12:51 PM Khem Raj wrote: > > Since compiler does not optimize away a lot of stuff we end up with > Werrors e.g. > > ./sysdeps/ieee754/flt-32/s_log1pf.c: In function '__log1pf': > ../sysdeps/ieee754/flt-32/s_log1pf.c:114:22: error: 'c' may be used > uninitialized in this

Re: [OE-core] [PATCH] devtool: deploy-target: support "unsafe" symlinks

2019-02-26 Thread Andre McCurdy
On Tue, Feb 26, 2019 at 1:40 AM Olaf Mandel wrote: > > The bosybox version of tar considers symlink targets that start with / > or with ../ to be unsafe and refuses to unpack them unless the > EXTRACT_UNSAFE_SYMLINKS environment variable is set to 1. > > As even many core packages legitimately

Re: [OE-core] [PATCH] default-distrovars: Drop DISTRO_FEATURES_LIBC

2019-02-25 Thread Andre McCurdy
On Mon, Feb 25, 2019 at 11:00 AM Khem Raj wrote: > > After eglibc was merged into glibc, Kconfig support was also dropped so > these libc features therefore are not effective anymore and can be > removed > > Signed-off-by: Khem Raj > --- > meta/conf/distro/include/default-distrovars.inc | 10

Re: [OE-core] wic creates ext4 images that read really slow in u-boot

2019-02-19 Thread Andre McCurdy
On Tue, Feb 19, 2019 at 9:13 AM Leon Woestenberg wrote: > Hello Mike, > > sounds familiar. > > On Tue, 19 Feb 2019 at 17:55, Mike Looijmans > wrote: > >> Took me a while to figure out why my board took 90 seconds to boot >> suddenly. >> >> The issue turned out to be the ext4 partition created

Re: [OE-core] [PATCH v3] sysvinit-inittab: support non-busybox-getty on serial consoles

2019-02-11 Thread Andre McCurdy
On Mon, Feb 11, 2019 at 3:21 AM André Draszik wrote: > From: André Draszik > Busybox' getty has code to try to make itself a session leader, > whereas util-linux' agetty doesn't. It expects this to happen > from outside. > When getty is not a session leader, many things don't work on > the

Re: [OE-core] [PATCH] image_types.bbclass: Set 70% RAM memory usage limit for xz

2019-02-08 Thread Andre McCurdy
On Fri, Feb 8, 2019 at 5:29 PM Khem Raj wrote: > > when building with opkg backend and huge packages e.g. chromium/llvm all > going in parallel, memory pressure causes xz to catapult with > > do_package_write_ipk: Failed to create package, opkg-build failed with: xz: > (stdin): Cannot allocate

Re: [OE-core] [PATCH V3 1/2] multilib_header_wrapper.h: Use #pragma once

2019-02-06 Thread Andre McCurdy
On Wed, Feb 6, 2019 at 1:49 PM Alex Kiernan wrote: > > On Wed, Feb 6, 2019 at 9:23 PM Khem Raj wrote: > > > > On Wed, Feb 6, 2019 at 12:58 PM Alex Kiernan wrote: > > > > > > On Wed, Feb 6, 2019 at 8:50 PM Khem Raj wrote: > > > > > > > > On Wed, Feb 6, 2019 at 12:41 PM Alex Kiernan > > > >

Re: [OE-core] [PATCH] busybox: add devmem

2019-01-30 Thread Andre McCurdy
On Wed, Jan 30, 2019 at 8:50 AM Khem Raj wrote: > On Wed, Jan 30, 2019 at 1:34 AM Adrian Bunk wrote: > > > > This is a tiny but pretty useful tool. > > question is, do we need this enabled in default config, or could be add it via > some DISTRO_FEATURE meant for validation etc. May be if you

Re: [OE-core] [PATCH] arch-arm: Do not add -march options for arm architecture

2019-01-23 Thread Andre McCurdy
On Wed, Jan 23, 2019 at 2:50 PM Khem Raj wrote: > > On Wed, Jan 23, 2019 at 5:27 PM Andre McCurdy wrote: > > > > On Wed, Jan 23, 2019 at 12:05 PM Khem Raj wrote: > > > > > > tune files which inherit the arch definitions already define appropriate > > &g

Re: [OE-core] [PATCH] arch-arm: Do not add -march options for arm architecture

2019-01-23 Thread Andre McCurdy
On Wed, Jan 23, 2019 at 12:05 PM Khem Raj wrote: > > tune files which inherit the arch definitions already define appropriate > -mcpu option, which is equivalent of right -march and -mtune combination And what about machines which inherit an arch definition instead of a cpu definition? Is that

Re: [OE-core] Mis-generation of shell script (run.do_install)?

2018-12-17 Thread Andre McCurdy
On Mon, Dec 17, 2018 at 6:44 AM wrote: > > On Sat, 2018-12-15 at 20:19 -0500, Jason Andryuk wrote: > > As far as I can tell, pysh is working properly - it's just the > > bb_codeparser.dat which is returning the incorrect shellCacheLine > > entry. It seems like I have an md5 collision between a

Re: [OE-core] [OE-Core][PATCH 07/13] musl: Ensure GLIBC_LDSO symlink target does not exist on reinstall

2018-12-14 Thread Andre McCurdy
On Fri, Dec 14, 2018 at 9:57 AM Serhey Popovych wrote: > > Otherwise do_install task will fail on rebuild. > > Signed-off-by: Serhey Popovych > --- > meta/recipes-core/musl/musl_git.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-core/musl/musl_git.bb >

Re: [OE-core] [PATCH] base.bbclass: avoid 'find -ignore_readdir_race -delete'

2018-11-06 Thread Andre McCurdy
On Tue, Nov 6, 2018 at 12:23 AM Matthias Schiffer wrote: > > On Mon, 2018-11-05 at 09:36 +0100, Matthias Schiffer wrote: > > On Fri, 2018-11-02 at 20:28 -0700, Andre McCurdy wrote: > > > On Fri, Nov 2, 2018 at 8:43 AM Richard Purdie > > > wrote: > > > >

Re: [OE-core] [PATCH] base.bbclass: avoid 'find -ignore_readdir_race -delete'

2018-11-02 Thread Andre McCurdy
On Fri, Nov 2, 2018 at 8:43 AM Richard Purdie wrote: > > On Fri, 2018-11-02 at 15:19 +, Peter Kjellerstedt wrote: > > > -Original Message- > > > From: openembedded-core-boun...@lists.openembedded.org > > > > > core-boun...@lists.openembedded.org> On Behalf Of > > >

Re: [OE-core] [PATCH 03/13] gnutls: update to 2.6.4

2018-11-01 Thread Andre McCurdy
On Tue, Oct 23, 2018 at 12:42 AM akuster808 wrote: > On 10/22/18 9:06 PM, Andre McCurdy wrote: > > On Mon, Oct 22, 2018 at 7:05 AM, Armin Kuster wrote: > >> Notable change: > >> > >> libgnutls: Added the final (RFC8446) version numbering of the TLS1.3

Re: [OE-core] [pyro][PATCH] openssl: Update from 1.0.2n to 1.0.2p

2018-11-01 Thread Andre McCurdy
On Wed, Oct 31, 2018 at 10:39 PM Robert Joslyn wrote: > On Wed, 2018-10-31 at 20:31 -0700, Andre McCurdy wrote: > > On Wed, Oct 31, 2018 at 7:54 PM Robert Joslyn > > wrote: > > > > > > Refresh parallel.patch. > > > > > > Remove duplicate LIC_

Re: [OE-core] [pyro][PATCH] openssl: Update from 1.0.2n to 1.0.2p

2018-10-31 Thread Andre McCurdy
On Wed, Oct 31, 2018 at 7:54 PM Robert Joslyn wrote: > > Refresh parallel.patch. > > Remove duplicate LIC_FILES_CHKSUM assignment. > > License-Update: Updated copyright years Normally a backport to pyro would be merged to sumo and rocko first, so this would be done in steps: 1) Backport the

Re: [OE-core] [PATCH v3][master-next] kernel: use olddefconfig as the primary target for KERNEL_CONFIG_COMMAND

2018-10-30 Thread Andre McCurdy
ontinue to configure. > > Signed-off-by: Bruce Ashfield > --- > > v3: dropped 'yes' from the pipeline > > v2: Tweaked to add a fallback mode as suggested by Andre McCurdy > > Not for the release, just wanted to get this in the queue for > when master reopens so we'll

Re: [OE-core] [PATCH v2][master-next] kernel: use olddefconfig as the primary target for KERNEL_CONFIG_COMMAND

2018-10-30 Thread Andre McCurdy
On Tue, Oct 30, 2018 at 10:17 AM Bruce Ashfield wrote: > > On 10/30/18 1:02 PM, Andre McCurdy wrote: > > On Mon, Oct 29, 2018 at 8:39 PM Bruce Ashfield > > wrote: > >> > >> As was warned by commit 312ee68752fa [kconfig: announce removal of > >> oldno

Re: [OE-core] [PATCH v2][master-next] kernel: use olddefconfig as the primary target for KERNEL_CONFIG_COMMAND

2018-10-30 Thread Andre McCurdy
ontinue to configure. > > Signed-off-by: Bruce Ashfield > --- > > v2: Tweaked to add a fallback mode as suggested by Andre McCurdy > > Not for the release, just wanted to get this in the queue for > when master reopens so we'll be ready for 4.20+ kernel versions > > Br

Re: [OE-core] [PATCH][master-next] kernel: change default kconfig mode to olddefconfig

2018-10-29 Thread Andre McCurdy
On Mon, Oct 29, 2018 at 11:13 AM Bruce Ashfield wrote: > > As was warned by commit 312ee68752fa ("kconfig: announce removal > of oldnoconfig if used"), it has been removed from the 4.20 kernel. > > So we switch our default mode to the proper olddefconfig Mentioning which kernel version first

Re: [OE-core] [PATCH] openssl: change make install run serially

2018-10-24 Thread Andre McCurdy
On Wed, Oct 24, 2018 at 9:18 PM, wrote: > From: Changqing Li > > openssl offcially don't supprt parallel make install, and have > occasionally install fail problem for parallel build, > according to upstream suggestion, just make install serially. > > refer: >

Re: [OE-core] [PATCH] bitbake.conf: drop FETCHCMD, GITDIR, etc fetcher over-rides

2018-10-23 Thread Andre McCurdy
On Fri, Jun 15, 2018 at 3:12 PM, Andre McCurdy wrote: > On Fri, Jun 15, 2018 at 2:58 PM, Richard Purdie > wrote: >> On Fri, 2018-06-15 at 11:43 -0700, Andre McCurdy wrote: >>> Following recent updates to the bitbake, the fetchers should now all >>> con

Re: [OE-core] [PATCH 03/13] gnutls: update to 2.6.4

2018-10-22 Thread Andre McCurdy
On Mon, Oct 22, 2018 at 7:05 AM, Armin Kuster wrote: > Notable change: > > libgnutls: Added the final (RFC8446) version numbering of the TLS1.3 protocol. > see: https://lists.gnupg.org/pipermail/gnutls-help/2018-September/004457.html Subject mentions 2.6.4 instead of 3.6.4 > Signed-off-by:

Re: [OE-core] [PATCH] glibc: Do not use thumb1 ISA on armv6

2018-10-12 Thread Andre McCurdy
On Fri, Oct 12, 2018 at 2:47 PM, Khem Raj wrote: > On Fri, Oct 12, 2018 at 2:42 PM Richard Purdie > wrote: >> >> On Fri, 2018-10-12 at 14:13 -0700, Khem Raj wrote: >> > On Fri, Oct 12, 2018 at 1:56 PM Andre McCurdy >> > wrote: >> > >

Re: [OE-core] [PATCH] glibc: Do not use thumb1 ISA on armv6

2018-10-12 Thread Andre McCurdy
On Fri, Oct 12, 2018 at 1:28 PM, Khem Raj wrote: > This does not work and is unsupported so lets compile glibc in ARM mode > always on armv6 SOCs Note the comments in glibc-collateral.inc: # This needs to match with glibc.inc, otherwise glibc-scripts and glibc-locale # will fail to find

Re: [OE-core] [PATCH 2/3] packagegroup-core-lsb/-full-cmdline: add bzip2

2018-10-12 Thread Andre McCurdy
On Thu, Oct 11, 2018 at 7:24 PM, Chen Qi wrote: > We are having the following error when using 'tar' from tar > recipe to decompress .tar.bz2 files. > > tar (child): bzip2: Cannot exec: No such file or directory > tar (child): Error is not recoverable: exiting now > tar: Child returned

Re: [OE-core] [PATCH V2] webkitgtk: add opengl to REQUIRED_DISTRO_FEATURES

2018-10-09 Thread Andre McCurdy
On Tue, Oct 9, 2018 at 8:09 PM, Hongxu Jia wrote: > They can't be built without opengl in DISTRO_FEATURES. > [snip] > |webkitgtk-2.20.3/Source/WebCore/platform/graphics/OpenGLShims.h:23:10: > fatal error: GL/gl.h: No such file or directory > [snip] > > Some sort of GL is needed yes. We indicate

[OE-core] [PATCH] libxml2: move xmlcatalog and xmllint back into libxml2-utils

2018-10-09 Thread Andre McCurdy
Packaging of libxml2-utils has been broken since 2011: http://git.openembedded.org/openembedded-core/commit/?id=76052861cc95fd4ad4c4b9eb6ce4cd1065ad4dc9 Signed-off-by: Andre McCurdy --- meta/recipes-core/libxml/libxml2_2.9.8.bb | 7 --- 1 file changed, 4 insertions(+), 3 deletions

Re: [OE-core] ✗ patchtest: failure for openssh: make OpenSSL optional (rev2)

2018-09-20 Thread Andre McCurdy
On Thu, Sep 20, 2018 at 12:07 PM, Max Kellermann wrote: > On 2018/09/20 21:02, Patchwork wrote: >> * Issue A patch file has been added, but does not have a >> Signed-off-by tag [test_signed_off_by_presence] >> Suggested fixSign off the added patch file >>

Re: [OE-core] [PATCH] rpm: handle virtual memory usage when limit is set

2018-09-19 Thread Andre McCurdy
On Wed, Sep 19, 2018 at 2:05 PM, Peter Bergin wrote: > Fix the situation where the task do_package_write_rpm ends up in > "liblzma: memory allocation failed". This happens if the host > environment has set a limit on virtual_memory for the user with > 'ulimit -v' for packages with a lot of binary

Re: [OE-core] [PATCH] musl: Add aliases for glibc provided libraries

2018-09-17 Thread Andre McCurdy
On Sun, Sep 16, 2018 at 8:53 AM, Khem Raj wrote: > This is a step towards running pebuilt applications for glibc on musl > There are many realworld applications which are not always built from > source, especially provided by third party Should these symlinks go in a separate package

Re: [OE-core] [PATCH] tune-core2: use n270 instead of core2duo

2018-09-13 Thread Andre McCurdy
On Thu, Sep 13, 2018 at 4:46 PM, Anuj Mittal wrote: > On 09/14/2018 06:50 AM, Andre McCurdy wrote: >> On Thu, Sep 13, 2018 at 3:16 PM, Martin Jansa wrote: >>> Is this different issue than what was discussed in: >>> https://www.mail-archive.com/openembedded-core@lists

Re: [OE-core] [PATCH] tune-core2: use n270 instead of core2duo

2018-09-13 Thread Andre McCurdy
oject.org/show_bug.cgi?id=12916 Has something changed recently? Have the nightly builds moved onto an AMD machine? > On Thu, Sep 13, 2018 at 11:33 PM Andre McCurdy wrote: >> >> On Thu, Sep 13, 2018 at 12:25 AM, Anuj Mittal >> wrote: >> > Fixes warnings in builds usi

Re: [OE-core] [PATCH] tune-core2: use n270 instead of core2duo

2018-09-13 Thread Andre McCurdy
On Thu, Sep 13, 2018 at 12:25 AM, Anuj Mittal wrote: > Fixes warnings in builds using core2-32 tune: > > warning: TCG doesn't support requested feature: CPUID.8001H:EDX.syscall > [bit 11] > warning: TCG doesn't support requested feature: CPUID.8001H:EDX.lm [bit > 29] > > when executing

Re: [OE-core] [RFC PATCH 1/6] openssl: rename openssl 1.0.x to openssl10 and make openssl 1.1.x the default version

2018-09-12 Thread Andre McCurdy
On Tue, Aug 28, 2018 at 3:23 AM, Alexander Kanavin wrote: > From: Alexander Kanavin > > I believe the time has come to do this: openssl 1.0 upstream support stops at > the end > of 2019, and we do not want a situation where a supported YP release contains > an > unsupported version of a

Re: [OE-core] [PATCH] openssh: build support openssl 1.1

2018-09-12 Thread Andre McCurdy
On Wed, Sep 12, 2018 at 3:30 AM, Alexander Kanavin wrote: > 2018-09-12 11:59 GMT+02:00 Hongxu Jia : >> It's a long term target, we should try to push upstream to accept >> openssl 1.1, such as split one patch to multiple sub patches step >> by step, make it more reviewable, not only openssh,

Re: [OE-core] [PATCH] disable medium-strength dropbear ssh ciphers

2018-09-12 Thread Andre McCurdy
On Wed, Sep 12, 2018 at 2:51 PM, Burton, Ross wrote: > Yes, I'm aware that dropbear looks for that, but it won't be looking > in the recipe folder. If you added it in SRC_URI then it would be in > WORKDIR which is almost the right place, but not quite. > > Patching default_options does seem like

Re: [OE-core] [PATCH] socat: Cache shift value for CRDLY, TABDLY and CSIZE

2018-09-11 Thread Andre McCurdy
On Tue, Sep 11, 2018 at 10:37 AM, Khem Raj wrote: > Match it to definitions in > arch//include/uapi/asm/termbits.h > > Signed-off-by: Khem Raj > --- > .../recipes-connectivity/socat/socat_1.7.3.2.bb | 17 +++-- > 1 file changed, 15 insertions(+), 2 deletions(-) > > diff --git

Re: [OE-core] [RFC PATCH 1/6] openssl: rename openssl 1.0.x to openssl10 and make openssl 1.1.x the default version

2018-09-10 Thread Andre McCurdy
On Wed, Sep 5, 2018 at 8:55 AM, Martin Jansa wrote: > https://wiki.debian.org/OpenSSL-1.1 says it will cause runtime bugs like > segmentation faults or just misbehaving applications. > > On Wed, Sep 5, 2018 at 5:45 PM Andre McCurdy wrote: >> >> On Wed, Sep 5, 2018 at

Re: [OE-core] [openembedded-core][PATCH] kernel.bbclass: do not deploy fitImage; kernel-fitimage.bbclass does that.

2018-09-07 Thread Andre McCurdy
On Thu, Sep 6, 2018 at 2:06 PM, Leon Woestenberg wrote: > kernel-fitimage.bbclass replaces an occurance of "fitImage" in > KERNEL_IMAGETYPE_FOR_MAKE by an image type that is buildable for the > architecture (such as zImage). The kernel-fitimage.bbclass packs that > image as sub-image in a

Re: [OE-core] Strip kernel modules and signatures

2018-09-06 Thread Andre McCurdy
On Thu, Sep 6, 2018 at 2:04 PM, Trevor Woerner wrote: > On Fri, Aug 3, 2018 at 4:16 AM, Andre McCurdy wrote: >> >> On Thu, Aug 2, 2018 at 9:54 AM, Ocampo Coronado, Omar >> wrote: >> > Neither 'nm' or 'readelf' provide a symbol that we can use to strip. >> >

Re: [OE-core] [PATCH 2/8] os-release: fix to install in the expected location

2018-09-05 Thread Andre McCurdy
On Wed, Sep 5, 2018 at 9:52 AM, Richard Purdie wrote: > From: Joshua Lock > > os-release (5) recommends that the os-release file be installed in > /usr/lib/os-release and that /etc/os-release be a relative symlink to it. > > Signed-off-by: Joshua Lock > Signed-off-by: Ross Burton >

Re: [OE-core] [PATCH] os-release: fix to install in the expected location

2018-09-05 Thread Andre McCurdy
On Wed, Sep 5, 2018 at 1:47 AM, wrote: > On Tue, 2018-09-04 at 19:04 -0700, Andre McCurdy wrote: >> On Tue, Sep 4, 2018 at 3:36 PM, Richard Purdie >> wrote: >> > On Tue, 2018-09-04 at 13:19 -0700, Andre McCurdy wrote: >> > > On Tue, Sep 4, 2018 at 8:50 A

Re: [OE-core] [RFC PATCH 1/6] openssl: rename openssl 1.0.x to openssl10 and make openssl 1.1.x the default version

2018-09-05 Thread Andre McCurdy
On Wed, Sep 5, 2018 at 8:15 AM, Khem Raj wrote: > On Wed, Sep 5, 2018 at 7:45 AM Richard Purdie > wrote: >> >> On Wed, 2018-09-05 at 10:53 +0200, Martin Jansa wrote: >> > But patching the components to use libssl10 might actually work >> > (unlike >> > just changing DEPENDS to openssl10). >> >

Re: [OE-core] [RFC PATCH 1/6] openssl: rename openssl 1.0.x to openssl10 and make openssl 1.1.x the default version

2018-09-04 Thread Andre McCurdy
On Tue, Sep 4, 2018 at 6:49 PM, Khem Raj wrote: > On Tue, Sep 4, 2018 at 3:58 PM wrote: >> >> On Tue, 2018-09-04 at 13:43 -0700, Khem Raj wrote: >> > I pointed this earlier before merge as well >> > meta-openembedded has 40 odd recipes failing due to openssl 1.1 >> > upgrade >> >> Sorry, I think

Re: [OE-core] [PATCH] terminal.bbclass: use var-SHELL as the shebang of wrapper script

2018-09-04 Thread Andre McCurdy
On Tue, Sep 4, 2018 at 8:18 PM, Hongxu Jia wrote: > On 2018年09月05日 10:41, Andre McCurdy wrote: >> >> On Tue, Sep 4, 2018 at 7:16 PM, Hongxu Jia >> wrote: >>> >>> On 2018年09月05日 09:59, Andre McCurdy wrote: >>>> >>>> On Tue, Sep 4, 201

Re: [OE-core] [PATCH] terminal.bbclass: use var-SHELL as the shebang of wrapper script

2018-09-04 Thread Andre McCurdy
On Tue, Sep 4, 2018 at 7:16 PM, Hongxu Jia wrote: > On 2018年09月05日 09:59, Andre McCurdy wrote: >> >> On Tue, Sep 4, 2018 at 6:02 PM, Hongxu Jia >> wrote: >>> >>> On 2018年09月05日 03:14, Andre McCurdy wrote: >>>> >>>> Maybe I'm missing

Re: [OE-core] [PATCH] os-release: fix to install in the expected location

2018-09-04 Thread Andre McCurdy
On Tue, Sep 4, 2018 at 3:36 PM, Richard Purdie wrote: > On Tue, 2018-09-04 at 13:19 -0700, Andre McCurdy wrote: >> On Tue, Sep 4, 2018 at 8:50 AM, Ross Burton >> wrote: >> > From: Joshua Lock >> > >> > os-release (5) recommends that the os-release fil

Re: [OE-core] [PATCH] terminal.bbclass: use var-SHELL as the shebang of wrapper script

2018-09-04 Thread Andre McCurdy
On Tue, Sep 4, 2018 at 6:02 PM, Hongxu Jia wrote: > On 2018年09月05日 03:14, Andre McCurdy wrote: >> >> Maybe I'm missing something, but what's the advantage of using SHELL >> to run this little wrapper script rather than hardcoding /bin/sh ? >> >> Task shell scripts

Re: [OE-core] [RFC PATCH 2/6] cryptodev-tests: port to openssl 1.1

2018-09-04 Thread Andre McCurdy
On Tue, Aug 28, 2018 at 3:23 AM, Alexander Kanavin wrote: > From: Alexander Kanavin > > This leaves openssh as the only recipe that requires openssl 1.0 (or > libressl). > > Signed-off-by: Alexander Kanavin > --- > .../cryptodev/cryptodev-tests_1.9.bb | 3 +- >

Re: [OE-core] [PATCH] os-release: fix to install in the expected location

2018-09-04 Thread Andre McCurdy
On Tue, Sep 4, 2018 at 8:50 AM, Ross Burton wrote: > From: Joshua Lock > > os-release (5) recommends that the os-release file be installed in > /usr/lib/os-release and that /etc/os-release be a relative symlink to it. > > Signed-off-by: Joshua Lock > Signed-off-by: Ross Burton > --- >

Re: [OE-core] [PATCH 2/2] musl: Update latest on master

2018-09-04 Thread Andre McCurdy
On Tue, Sep 4, 2018 at 12:00 PM, Khem Raj wrote: > hopefully last bump before 1.1.20 is released 1.1.20 has been released. > ChangeLog > > https://git.musl-libc.org/cgit/musl/log/?qt=range=767f7a1091af3a3dcee2f7a49d0713359a81961c..64466094ede4162ddd4049cea5da09feb9abfaa6 > > Signed-off-by: Khem

Re: [OE-core] [PATCH] terminal.bbclass: use var-SHELL as the shebang of wrapper script

2018-09-04 Thread Andre McCurdy
On Tue, Sep 4, 2018 at 9:36 AM, Alejandro Enedino Hernandez Samaniego wrote: > Hey Hongxu, > > > > On 09/02/2018 10:52 PM, Hongxu Jia wrote: >> >> On 2018年09月01日 08:14, Alejandro Enedino Hernandez Samaniego wrote: >>> >>> Hey Hongxu, >>> >>> >>> On 08/24/2018 01:54 AM, Hongxu Jia wrote:

Re: [OE-core] [RFC PATCH 3/6] openssl: update to 1.1.1

2018-09-03 Thread Andre McCurdy
- >> - # Make sure build_scheme is consistent. >> - $target{build_scheme} = [ $target{build_scheme} ] >> --- >> -2.11.0 >> - >> diff --git >> a/meta/recipes-connectivity/openssl/openssl/0001-allow-OPENSSLDIR-and-ENGINESDIR-CFLAGS-to-be-control.patch >>

Re: [OE-core] [RFC 3/3] linux-firmware: MACHINEOVERRIDES for BCM43430 NVRAM

2018-08-23 Thread Andre McCurdy
On Thu, Aug 23, 2018 at 1:15 AM, Ryan Harkin wrote: > > So now the ln issue is resolved, I'm not convinced my MACHINEOVERRIDES is > the correct approach. Does anyone have any feedback on how I can improve > that? If you want to make a configurable symlink then perhaps the more usual approach

[OE-core] [PATCH 2/2] cairo: merge cairo.inc into cairo recipe

2018-08-23 Thread Andre McCurdy
Remove SUMMARY_${PN} and DESCRIPTION_${PN}, which duplicate the default SUMMARY and DESCRIPTION. Signed-off-by: Andre McCurdy --- meta/recipes-graphics/cairo/cairo.inc| 48 -- meta/recipes-graphics/cairo/cairo_1.14.12.bb | 75 +--- 2 files changed

[OE-core] [PATCH 1/2] cairo: merge cairo-fpu.inc into cairo.inc

2018-08-23 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/recipes-graphics/cairo/cairo-fpu.inc | 6 -- meta/recipes-graphics/cairo/cairo.inc | 9 - 2 files changed, 4 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes-graphics/cairo/cairo-fpu.inc diff --git a/meta/recipes-graphics

Re: [OE-core] [RFC 3/3] linux-firmware: MACHINEOVERRIDES for BCM43430 NVRAM

2018-08-23 Thread Andre McCurdy
On Thu, Aug 23, 2018 at 12:17 AM, Ryan Harkin wrote: > On 23 August 2018 at 08:06, Andre McCurdy wrote: >> On Wed, Aug 22, 2018 at 11:12 PM, Ryan Harkin >> wrote: >> > On 22 August 2018 at 23:55, Andre McCurdy wrote: >> >> On Wed, Aug 22, 2018

Re: [OE-core] [RFC 3/3] linux-firmware: MACHINEOVERRIDES for BCM43430 NVRAM

2018-08-23 Thread Andre McCurdy
irmware ; ln -sf ti-connectivity/* . ) then it's doing something quite different to what you're now trying to do. It's creating multiple symlinks, not one. >> >> // Martin >> >> On 23/08/2018 08.12, Ryan Harkin wrote: >>> >>> >>> >>> O

Re: [OE-core] [RFC 3/3] linux-firmware: MACHINEOVERRIDES for BCM43430 NVRAM

2018-08-23 Thread Andre McCurdy
On Wed, Aug 22, 2018 at 11:12 PM, Ryan Harkin wrote: > On 22 August 2018 at 23:55, Andre McCurdy wrote: >> On Wed, Aug 22, 2018 at 2:56 PM, Ryan Harkin >> wrote: >> > On Wed, 22 Aug 2018, 21:42 Andre McCurdy, wrote: >> >> On Wed, Aug 22, 2018

[OE-core] [PATCH] openssl: remove dependency on relative_symlinks class

2018-08-22 Thread Andre McCurdy
Although the relative_symlinks class converts any absolute symlinks in ${D} into relative symlinks automatically, it's a little clearer to create relative symlinks directly where possible. Signed-off-by: Andre McCurdy --- meta/recipes-connectivity/openssl/openssl_1.0.2p.bb | 11

Re: [OE-core] [PATCH] python3: enable profile optimized builds

2018-08-22 Thread Andre McCurdy
On Thu, Aug 16, 2018 at 9:48 PM, Anuj Mittal wrote: > On 08/17/2018 03:31 AM, Andre McCurdy wrote: >> On Wed, Aug 15, 2018 at 11:26 PM, Anuj Mittal wrote: >>> Enable profile guided optimization (pgo) for python3. Enabling pgo in >>> python is generally as simple as

Re: [OE-core] [RFC 3/3] linux-firmware: MACHINEOVERRIDES for BCM43430 NVRAM

2018-08-22 Thread Andre McCurdy
On Wed, Aug 22, 2018 at 2:56 PM, Ryan Harkin wrote: > On Wed, 22 Aug 2018, 21:42 Andre McCurdy, wrote: >> On Wed, Aug 22, 2018 at 1:10 PM, Ryan Harkin >> wrote: >> > On Wed, 22 Aug 2018, 20:02 Martin Jansa, wrote: >> >> >> >> Your 1st parameter

Re: [OE-core] [RFC 3/3] linux-firmware: MACHINEOVERRIDES for BCM43430 NVRAM

2018-08-22 Thread Andre McCurdy
On Wed, Aug 22, 2018 at 1:10 PM, Ryan Harkin wrote: > On Wed, 22 Aug 2018, 20:02 Martin Jansa, wrote: >> >> Your 1st parameter is wrong, compare again with the example I gave you >> (don't include "brcm/" path in 1st param, because you want the symlink to >> point to just

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

2018-08-21 Thread Andre McCurdy
Using += with an over-ride can be a source of confusion so try to avoid the construct in core recipes. Signed-off-by: Andre McCurdy --- meta/recipes-devtools/perl/perl-native_5.24.4.bb | 2 +- meta/recipes-devtools/perl/perl_5.24.4.bb| 2 +- 2 files changed, 2 insertions(+), 2 deletions

[OE-core] [PATCH 3/3] gnutls: drop PACKAGECONFIG options for SSL v3 and TLS v1.3

2018-08-21 Thread Andre McCurdy
otherwise, it seems safer to leave the choice of which SSL/TLS versions to enable by default up to the gnutls developers. Signed-off-by: Andre McCurdy --- meta/recipes-support/gnutls/gnutls_3.6.3.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-support/gnutls/gnutls_3.6.3.bb b

[OE-core] [PATCH 2/3] gnutls: drop obsolete configure.ac patch

2018-08-21 Thread Andre McCurdy
d518ae318f46e94a13b0e1f Signed-off-by: Andre McCurdy --- .../gnutls/0001-configure.ac-fix-sed-command.patch | 29 -- meta/recipes-support/gnutls/gnutls_3.6.3.bb| 1 - 2 files changed, 30 deletions(-) delete mode 100644 meta/recipes-support/gnutls/gnutls/0001-configure.a

[OE-core] [PATCH 1/3] gnutls: merge gnutls.inc into the gnutls recipe

2018-08-21 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/recipes-support/gnutls/gnutls.inc | 59 -- meta/recipes-support/gnutls/gnutls_3.6.3.bb | 65 +++-- 2 files changed, 61 insertions(+), 63 deletions(-) delete mode 100644 meta/recipes-support/gnutls

Re: [OE-core] [PATCH v2] busybox: update to 1.29.1

2018-08-21 Thread Andre McCurdy
On Tue, Aug 21, 2018 at 3:48 PM, Peter Kjellerstedt wrote: >> -Original Message- >> From: openembedded-core-boun...@lists.openembedded.org > core-boun...@lists.openembedded.org> On Behalf Of Richard Purdie >> Sent: den 21 augusti 2018 22:30 >> To: Andrej Valek ; openembedded- >>

Re: [OE-core] [PATCH v2] busybox: update to 1.29.1

2018-08-21 Thread Andre McCurdy
On Tue, Aug 21, 2018 at 1:29 PM, Richard Purdie wrote: > On Fri, 2018-08-17 at 10:18 +0200, Andrej Valek wrote: >> ping > > Fails to build on the autobuilder due to missing crypt headers. That is > probably a missing DEPENDS but I'm wondering what changed and if the > change was intentional. > >

Re: [OE-core] [oe-core][PATCH] runtime selftest: hw breakpoint case correct syntax

2018-08-21 Thread Andre McCurdy
On Tue, Aug 21, 2018 at 8:30 AM, Randy MacLeod wrote: > On 08/21/2018 02:23 AM, Hongzhi.Song wrote: >> >> 1. There is a wrong syntax. > > Usually the word syntax refers to code and grammar refers > to English phrasing (but it's a weird language and the > rules are sometimes ignored). > >> 2.

[OE-core] [PATCH] openssl: fix hardcoded paths in native for openssl 1.1

2018-08-20 Thread Andre McCurdy
/null +++ b/meta/recipes-connectivity/openssl/openssl/0001-allow-OPENSSLDIR-and-ENGINESDIR-CFLAGS-to-be-control.patch @@ -0,0 +1,39 @@ +From 26e98beb8a987cdc69699aaffc5599926fb1b293 Mon Sep 17 00:00:00 2001 +From: Andre McCurdy +Date: Fri, 17 Aug 2018 20:33:44 -0700 +Subject: [PATCH] allow

Re: [OE-core] [PATCH] busybox: Add a dependency on virtual/crypt

2018-08-20 Thread Andre McCurdy
On Mon, Aug 20, 2018 at 2:03 PM, Peter Kjellerstedt wrote: >> -Original Message- >> From: Andre McCurdy >> Sent: den 20 augusti 2018 22:23 >> To: Khem Raj >> Cc: Richard Purdie ; Peter >> Kjellerstedt ; Patches and discussions >> about the oe-co

Re: [OE-core] [V2][PATCH] gnutls: Update to 3.6.3

2018-08-20 Thread Andre McCurdy
On Fri, Aug 17, 2018 at 3:39 PM, akuster808 wrote: > On 08/17/2018 02:31 PM, Andre McCurdy wrote: >> On Fri, Aug 17, 2018 at 7:14 AM, Armin Kuster wrote: >>> [v2] >>> Fix new config options form with to disable. >>> >>> [v1] >>> release note

Re: [OE-core] [PATCH] busybox: Add a dependency on virtual/crypt

2018-08-20 Thread Andre McCurdy
On Mon, Aug 20, 2018 at 12:45 PM, Khem Raj wrote: > On Mon, Aug 20, 2018 at 2:45 AM Richard Purdie > wrote: >> >> On Mon, 2018-08-20 at 04:46 +0200, Peter Kjellerstedt wrote: >> > busybox needs crypt() if CONFIG_USE_BB_CRYPT is not defined. >> > >> > Signed-off-by: Peter Kjellerstedt >> > ---

Re: [OE-core] Question regarding docker and sumo

2018-08-17 Thread Andre McCurdy
On Fri, Aug 17, 2018 at 1:58 PM, Lukasz Majewski wrote: > Dear All, > > I do port yocto/OE from 2.3 to 2.5.1 > > For packagegroups-foo-common I do see following error > > cd /packagegroup-foo-common/1.0-r0/sstate-build-package/ > > as expected, there are needed directories: package packages-split

Re: [OE-core] [PATCH v4] kernel-devsrc: restructure for out of tree (and on target) module builds

2018-08-17 Thread Andre McCurdy
On Fri, Aug 17, 2018 at 2:14 PM, wrote: > On Fri, 2018-08-17 at 12:46 -0700, Andre McCurdy wrote: >> On Thu, Aug 16, 2018 at 10:53 PM, Richard Purdie >> wrote: >> > On Thu, 2018-08-16 at 22:44 +0100, richard.purdie@linuxfoundation.o >> > rg >> > wrote

Re: [OE-core] [V2][PATCH] gnutls: Update to 3.6.3

2018-08-17 Thread Andre McCurdy
On Fri, Aug 17, 2018 at 7:14 AM, Armin Kuster wrote: > [v2] > Fix new config options form with to disable. > > [v1] > release notes: > https://lists.gnupg.org/pipermail/gnutls-devel/2018-July/008584.html > > add ssl3 and tls1.3 config options now supported. > > Signed-off-by: Armin Kuster > ---

Re: [OE-core] [PATCH v4] kernel-devsrc: restructure for out of tree (and on target) module builds

2018-08-17 Thread Andre McCurdy
On Thu, Aug 16, 2018 at 10:53 PM, Richard Purdie wrote: > On Thu, 2018-08-16 at 22:44 +0100, richard.pur...@linuxfoundation.org > wrote: >> On Thu, 2018-08-16 at 17:08 -0400, Bruce Ashfield wrote: >> > I'm getting a strange install issue with x86 that I've never seen >> > before, and that >> >

Re: [OE-core] ✗ patchtest: failure for "openssl: consolidate target na..." and 6 more

2018-08-16 Thread Andre McCurdy
On Thu, Aug 16, 2018 at 10:02 PM, Patchwork wrote: > == Series Details == > > Series: "openssl: consolidate target na..." and 6 more > Revision: 1 > URL : https://patchwork.openembedded.org/series/13570/ > State : failure > > == Summary == > > Thank you for submitting this patch series to

Re: [OE-core] [PATCH] openssh: fix wrong volatile dir for sshd host keys on read-only rootfs

2018-08-16 Thread Andre McCurdy
On Wed, Aug 15, 2018 at 11:26 PM, Martin Hundebøll wrote: > Hi Andre, > > On 15/08/2018 21.47, Andre McCurdy wrote: >> >> On Wed, Aug 15, 2018 at 4:59 AM, Martin Hundebøll >> wrote: >>> >>> When the read-only-rootfs image feature is enabled, and op

Re: [OE-core] [PATCH v6 2/3] openssl-1.1: rework packaging

2018-08-16 Thread Andre McCurdy
On Thu, Aug 16, 2018 at 12:34 PM, Andre McCurdy wrote: > On Tue, Jul 17, 2018 at 2:10 AM, Andrej Valek > wrote: >> The main idea is to have libssl and libcrypto in separate packages. >> This saves space if only single library is needed and also some recipes >>

[OE-core] [PATCH 7/7] openssl: drop obsolete no-afalgeng workaround for aarch64

2018-08-16 Thread Andre McCurdy
The aarch64 build issue in the afalg engine appears to have been fixed upstream since openssl 1.1.0g: https://github.com/openssl/openssl/commit/a0c262644eab897b51faf1fa013008052c3754c2 Signed-off-by: Andre McCurdy --- meta/recipes-connectivity/openssl/openssl_1.1.0i.bb | 6 -- 1 file

[OE-core] [PATCH 5/7] openssl: move the libdir openssl.cnf symlink into the openssl package

2018-08-16 Thread Andre McCurdy
, see comments in the following thread: http://lists.openembedded.org/pipermail/openembedded-core/2017-April/135176.html Signed-off-by: Andre McCurdy --- meta/recipes-connectivity/openssl/openssl_1.1.0i.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes

[OE-core] [PATCH 4/7] openssl: openssl-misc dependency on perl should be unconditional

2018-08-16 Thread Andre McCurdy
The openssl 1.1 recipe doesn't have a PACKAGECONFIG option for perl, so the RDEPENDS for openssl-misc shouldn't be conditional on it. Signed-off-by: Andre McCurdy --- meta/recipes-connectivity/openssl/openssl_1.1.0i.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta

[OE-core] [PATCH 1/7] openssl: consolidate target name mapping rules

2018-08-16 Thread Andre McCurdy
Merge duplicates + minor reformatting (no functional changes). Note that the openssl 1.1 recipe still needs to be updated to handle MIPS Release 6 ISA targets (e.g. linux-mipsisa32r6, etc). Signed-off-by: Andre McCurdy --- .../recipes-connectivity/openssl/openssl_1.0.2p.bb | 7

[OE-core] [PATCH 6/7] openssl: fix path in nativesdk environment-setup script

2018-08-16 Thread Andre McCurdy
A single version of the openssl.sh environment-setup script is currently shared by both the openssl 1.0 and 1.1 recipes. The libdir path in the script needs to be tweaked for openssl 1.1. Signed-off-by: Andre McCurdy --- meta/recipes-connectivity/openssl/openssl_1.1.0i.bb | 1 + 1 file changed

[OE-core] [PATCH 3/7] openssl: minor reformatting to align the 1.0 and 1.1 recipes

2018-08-16 Thread Andre McCurdy
Formatting and comment tweaks only, no functional changes. Signed-off-by: Andre McCurdy --- .../recipes-connectivity/openssl/openssl_1.0.2p.bb | 43 +++--- .../recipes-connectivity/openssl/openssl_1.1.0i.bb | 36 ++ 2 files changed, 42 insertions(+), 37 deletions

[OE-core] [PATCH 2/7] openssl: update 32bit x86 target from linux-elf -> linux-x86

2018-08-16 Thread Andre McCurdy
adds -m32 to cflags). Signed-off-by: Andre McCurdy --- meta/recipes-connectivity/openssl/openssl_1.1.0i.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.0i.bb b/meta/recipes-connectivity/openssl/openssl_1.1.0i.bb index 8a8d92

Re: [OE-core] [PATCH v6 3/3] openssl-1.1: /etc/ssl location compatibility

2018-08-16 Thread Andre McCurdy
On Tue, Jul 17, 2018 at 2:10 AM, Andrej Valek wrote: > Some packages have hard-coded path to /etc/ssl location. > Create a symlinks to correct location. > > Signed-off-by: Andrej Valek > Signed-off-by: Marko Peter > --- > meta/recipes-connectivity/openssl/openssl_1.1.0h.bb | 18

Re: [OE-core] [PATCH v6 2/3] openssl-1.1: rework packaging

2018-08-16 Thread Andre McCurdy
On Tue, Jul 17, 2018 at 2:10 AM, Andrej Valek wrote: > The main idea is to have libssl and libcrypto in separate packages. > This saves space if only single library is needed and also some recipes > (in other layers) depend on these library packages. > Together with this other packages like in

Re: [OE-core] [PATCH] python3: enable profile optimized builds

2018-08-16 Thread Andre McCurdy
On Wed, Aug 15, 2018 at 11:26 PM, Anuj Mittal wrote: > Enable profile guided optimization (pgo) for python3. Enabling pgo in > python is generally as simple as invoking the target profile-opt which: > > - builds python binaries with profile instrumentation enabled, > - runs a specific profile

Re: [OE-core] [PATCH] openssh: fix wrong volatile dir for sshd host keys on read-only rootfs

2018-08-15 Thread Andre McCurdy
On Wed, Aug 15, 2018 at 4:59 AM, Martin Hundebøll wrote: > When the read-only-rootfs image feature is enabled, and openssh is > installed into an image, the ssh daemon is reconfigured to use > /var/run/ssh when generating host keys. > > Fix up the creation of the volatile dir to actually match

Re: [OE-core] [PATCHv4] package: skip strip on signed kernel modules

2018-08-14 Thread Andre McCurdy
On Tue, Aug 14, 2018 at 3:33 PM, wrote: > From: foocampo > > Kernel module signatures are outside the defined ELF container, > executing strip action on kernel modules removes the signature. > In order to keep the signature on kernel modules, avoid any strip > action on signed modules. > > Fore

<    1   2   3   4   5   6   7   8   9   10   >