[OE-core] [warrior][PATCH 2/8] nativesdk-meson: Remove some unused variables

2019-10-16 Thread Peter Kjellerstedt
From: Peter Kjellerstedt Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie --- meta/recipes-devtools/meson/nativesdk-meson_0.49.2.bb | 5 - 1 file changed, 5 deletions(-) diff --git a/meta/recipes-devtools/meson/nativesdk-meson_0.49.2.bb b/meta/recipes-devtools/meson

[OE-core] [warrior][PATCH 1/8] meson.bbclass: Remove the MESON_*_ARGS variables

2019-10-16 Thread Peter Kjellerstedt
From: Peter Kjellerstedt The options in ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS} are already passed via ${CC}/${CXX} and there is no reason to pass them a second time. Thus we can remove MESON_TOOLCHAIN_ARGS. And when it is removed, the other MESON_*_ARGS variables revert to the standard CFLAGS

Re: [OE-core] [PATCH] systemd.bbclass: enable all services specified in ${SYSTEMD_SERVICE}

2019-10-16 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Mikko Rapeli > Sent: den 16 oktober 2019 14:32 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH] systemd.bbclass: enable all services >

Re: [OE-core] [PATCH] devtool: nlohmann-fifo

2019-10-15 Thread Peter Kjellerstedt
This was sent to the wrong mailing list. Please send it to openembedded-de...@lists.openembedded.org instead (no idea why patchwork is not complaining). See further comments below. > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openemb

Re: [OE-core] [OE-Core][master][PATCH] devtool: Add --remove-work option for devtool reset command

2019-10-08 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Chandana Kalluri > Sent: den 8 oktober 2019 04:14 > To: Paul Eggleton > Cc: Patches and discussions about the oe-core layer c...@lists.openembedded.org> > Subje

[OE-core] [PATCH] lib/oe/lsb: Make sure the distro ID is always lowercased

2019-09-27 Thread Peter Kjellerstedt
ID "unknown", which is used if no other ID can be identified. Signed-off-by: Peter Kjellerstedt --- meta/lib/oe/lsb.py | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/lib/oe/lsb.py b/meta/lib/oe/lsb.py index 4f2b419edc..43e46380d7 100644 --- a/meta/lib

[OE-core] [PATCH 2/2] devtool: finish: Add suppport for the --no-clean option

2019-09-20 Thread Peter Kjellerstedt
This works just like the already existing --no-clean option to the `devtool reset` command. Signed-off-by: Peter Kjellerstedt --- scripts/lib/devtool/standard.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool

[OE-core] [PATCH 1/2] devtool: finish: Keep patches ordered when updating bbappend

2019-09-20 Thread Peter Kjellerstedt
From: Niclas Svensson The _get_patchset_revs() function returns the patches in an OrderedDict to keep them ordered. However, this information was lost when the patches were added to the bbappend file. Signed-off-by: Niclas Svensson Signed-off-by: Peter Kjellerstedt --- scripts/lib/devtool

[OE-core] [PATCH] systemd: Make it build with hwdb disabled

2019-09-20 Thread Peter Kjellerstedt
If hwdb is disabled, then systemd-hwdb-update.service does not exists. Do not try to modify it in this case. Signed-off-by: Peter Kjellerstedt --- meta/recipes-core/systemd/systemd_243.bb | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/systemd

[OE-core] [PATCH 2/2] tzdata: Correct the packaging of /etc/localtime and /etc/timezone

2019-09-19 Thread Peter Kjellerstedt
effect for files that actually exist, there is no need to complicate its definition by checking if a file is created before adding it to the list of configuration files. Signed-off-by: Peter Kjellerstedt --- meta/recipes-extended/timezone/tzdata.bb | 5 +++-- 1 file changed, 3 insertions(+), 2

[OE-core] [PATCH 1/2] package_rpm.bbclass: Remove a misleading bb.note()

2019-09-19 Thread Peter Kjellerstedt
It should have been removed in 3db9d865 (classes/package_rpm.bbclass: Enhance diagnostic messages) when it was split in two new notes. Also change the casing of two other notes to align them with the other notes. Signed-off-by: Peter Kjellerstedt --- meta/classes/package_rpm.bbclass | 5

[OE-core] [PATCH] glibc: Make it build without ldconfig in DISTRO_FEATURES

2019-09-16 Thread Peter Kjellerstedt
The removal of the supposedly empty /etc when ldconfig is not in DISTRO_FEATURES seems to be a remnant from a long time ago when nothing else was installed in /etc. However, that is no longer the case as, e.g., nscd.conf is always installed to /etc now. Signed-off-by: Peter Kjellerstedt

Re: [OE-core] [PATCH] glibc-testsuite: SkipRecipe if libc is not glibc

2019-09-13 Thread Peter Kjellerstedt
> -Original Message- > From: Khem Raj > Sent: den 13 september 2019 15:48 > To: Nathan Rossi > Cc: Patches and discussions about the oe-core layer c...@lists.openembedded.org>; Peter Kjellerstedt > > Subject: Re: [OE-core] [PATCH] glibc-testsuite: SkipRecip

Re: [OE-core] [PATCH] bitbake: cooker: Ensure bbappends are found in stable order

2019-09-11 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Wes Lindauer > Sent: den 28 augusti 2019 23:38 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH] bitbake: cooker: Ensure bbappends are f

[OE-core] [PATCH] glibc-testsuite: Depend on virtual/libc-locale instead of glibc-locale

2019-09-11 Thread Peter Kjellerstedt
rtual/libc-locale set to some-other-glibc-locale, not glibc-locale Signed-off-by: Peter Kjellerstedt --- I doubt glibc-testsuite will work when another toolchain is used, but with this change it does at least not fail the build anymore. meta/recipes-core/glibc/glibc-testsuite_2.30.bb | 2

Re: [OE-core] [PATCH] mdadm: fix do_package failed when changed local.conf but not cleaned

2019-09-05 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of > changqing...@windriver.com > Sent: den 5 september 2019 13:19 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH] mdadm: fix do_package

Re: [OE-core] [PATCH 6/6] xz: Remove GPLv3 license checksum

2019-09-05 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Adrian Bunk > Sent: den 4 september 2019 21:54 > To: Richard Purdie > Cc: Patches and discussions about the oe-core layer c...@lists.openembedded.org> > Subject

Re: [OE-core] [PATCH] iputils: fix a usrmerge build issue

2019-09-03 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of liu.min...@gmail.com > Sent: den 3 september 2019 11:02 > To: openembedded-core@lists.openembedded.org > Cc: stefan.ag...@toradex.com; Ming Liu > Subject: [OE-co

Re: [OE-core] [PATCH] base.bbclass: add dependency on pseudo from do_prepare_recipe_sysroot

2019-08-31 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Richard Purdie > Sent: den 30 augusti 2019 18:50 > To: Mattias Hansson ; openembedded- > c...@lists.openembedded.org > Cc: Mattias Hansson > Subject: Re: [OE-cor

Re: [OE-core] FETCHCMD drop breaks build when append is used (from patch b259bd31eb)

2019-08-31 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Andre McCurdy > Sent: den 30 augusti 2019 16:41 > To: Andrey Zhizhikin > Cc: OE Core mailing list > Subject: Re: [OE-core] FETCHCMD drop breaks build when appen

[OE-core] [PATCH] devtool: Avoid failure for recipes with S == WORKDIR and no local files

2019-08-29 Thread Peter Kjellerstedt
ic links were added using `git add`, but the `git commit` command was still executed. Signed-off-by: Peter Kjellerstedt --- scripts/lib/devtool/standard.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py

[OE-core] [PATCHv2] libffi: Make it build for MIPS o32

2019-08-23 Thread Peter Kjellerstedt
$f14,((16*4)-8*4)($fp)' Signed-off-by: Peter Kjellerstedt --- PATCHv2: Add Signed-off-by to the patch file. ...-missed-ifndef-for-__mips_soft_float.patch | 31 +++ meta/recipes-support/libffi/libffi_3.3~rc0.bb | 1 + 2 files changed, 32 insertions(+) create mode 10

[OE-core] [PATCH] libffi: Make it build for MIPS o32

2019-08-23 Thread Peter Kjellerstedt
$f14,((16*4)-8*4)($fp)' Signed-off-by: Peter Kjellerstedt --- ...-missed-ifndef-for-__mips_soft_float.patch | 30 +++ meta/recipes-support/libffi/libffi_3.3~rc0.bb | 1 + 2 files changed, 31 insertions(+) create mode 100644 meta/recipes-support/libffi/libffi/0001-Fi

Re: [OE-core] Long delays with latest bitbake (was: [PATCH 1/7] insane.bbclass: in file-rdeps do not look into RDEPENDS recursively)

2019-08-14 Thread Peter Kjellerstedt
> -Original Message- > From: richard.pur...@linuxfoundation.org > > Sent: den 14 augusti 2019 14:56 > To: Alexander Kanavin > Cc: Peter Kjellerstedt ; Khem Raj > ; OE-core c...@lists.openembedded.org> > Subject: Re: [OE-core] Long delays with latest

[OE-core] Long delays with latest bitbake (was: [PATCH 1/7] insane.bbclass: in file-rdeps do not look into RDEPENDS recursively)

2019-08-12 Thread Peter Kjellerstedt
I’m seeing similar results with our builds (Poky + some layers from OpenEmbedded + our own layers; no hash equivalency). Here are some examples of builds from today (with approximate timings added manually by me): Initialising tasks: 100% |###| Time: 0:00:08 <

Re: [OE-core] [PATCH v2] systemd: Add partial support of drop-in configuration files to systemd-systemctl-native

2019-07-26 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Frederic Ouellet > Sent: den 25 juli 2019 21:59 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH v2] systemd: Add partial support of dro

[OE-core] [PATCH 1/2] meson.bbclass: Remove the MESON_*_ARGS variables

2019-07-15 Thread Peter Kjellerstedt
--enable-default-pie and if security_flags.inc is used. Signed-off-by: Peter Kjellerstedt --- meta/classes/meson.bbclass | 15 +-- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/meta/classes/meson.bbclass b/meta/classes/meson.bbclass index 0edbfc1815..70b3653738 100644

[OE-core] [PATCH 2/2] nativesdk-meson: Remove some unused variables

2019-07-15 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt --- meta/recipes-devtools/meson/nativesdk-meson_0.50.1.bb | 5 - 1 file changed, 5 deletions(-) diff --git a/meta/recipes-devtools/meson/nativesdk-meson_0.50.1.bb b/meta/recipes-devtools/meson/nativesdk-meson_0.50.1.bb index 1549357a55..1756f342ce 100644

[OE-core] sysstat no longer builds (was: [PATCH 0/1] sysstat: use service file from source codes)

2019-07-12 Thread Peter Kjellerstedt
[ I cannot find the actual patch in my mailbox, which is why I am replying to the cover letter. ] > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > On Behalf Of Chen Qi > Sent: den 9 juli 2019 07:53 > To: openembedded-core@lists.openembedded.org > Subject

[OE-core] [PATCH] glibc-package.inc: Do not use bitbake variable syntax for shell variables

2019-07-12 Thread Peter Kjellerstedt
stash_locale_cleanup(). Signed-off-by: Peter Kjellerstedt --- meta/recipes-core/glibc/glibc-package.inc | 48 +++ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/meta/recipes-core/glibc/glibc-package.inc b/meta/recipes-core/glibc/glibc-package.inc index 5cfb1b6ab9

Re: [OE-core] [PATCH V2 1/1] image.bbclass: fix systemd_preset_all

2019-07-04 Thread Peter Kjellerstedt
> -Original Message- > From: ChenQi > Sent: den 3 juli 2019 03:49 > To: Peter Kjellerstedt ; openembedded- > c...@lists.openembedded.org > Subject: Re: [OE-core] [PATCH V2 1/1] image.bbclass: fix > systemd_preset_all > > On 07/03/2019 05:04 A

Re: [OE-core] [PATCH V2 1/1] image.bbclass: fix systemd_preset_all

2019-07-02 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of ChenQi > Sent: den 2 juli 2019 03:39 > To: Peter Kjellerstedt ; openembedded- > c...@lists.openembedded.org > Subject: Re: [OE-core] [PATCH

Re: [OE-core] [PATCH V2 1/1] image.bbclass: fix systemd_preset_all

2019-07-01 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Chen Qi > Sent: den 1 juli 2019 06:16 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH V2 1/1] image.bbclass: fix systemd_preset_all >

Re: [OE-core] [PATCH] glibc: Fix locale DEPENDS

2019-07-01 Thread Peter Kjellerstedt
Are you thinking of gettext-minimal-native? It is used by gettext.bbclass if USE_NLS is “no”. //Peter From: openembedded-core-boun...@lists.openembedded.org On Behalf Of Khem Raj Sent: den 28 juni 2019 18:37 To: Joshua Watt Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [

Re: [OE-core] [PATCH 1/1] devtool: warn user about multiple layer having the same base name

2019-06-28 Thread Peter Kjellerstedt
I had not realized the layer name in the devtool finish command supports abbreviations/patterns (whichever it is). My expectation from running `devtool finish foo meta` would be to update the foo recipe in the meta layer, not that it should go looking for every layer called meta-something. How

[OE-core] [PATCH] glib-2.0: Update to 2.60.4

2019-06-26 Thread Peter Kjellerstedt
* For changes, see: https://gitlab.gnome.org/GNOME/glib/blob/glib-2-60/NEWS * Remove backported CVE-2019-12450.patch. Signed-off-by: Peter Kjellerstedt --- .../glib-2.0/glib-2.0/CVE-2019-12450.patch| 62 --- ...{glib-2.0_2.60.3.bb => glib-2.0_2.60.4.bb} | 5 +- 2 fi

Re: [OE-core] [Warrior][ 15/19] texinfo-dummy-native: A little clean up of template.py

2019-06-24 Thread Peter Kjellerstedt
e: [OE-core] [Warrior][ 15/19] texinfo-dummy-native: A little > clean up of template.py > > On Mon, 2019-06-24 at 10:38 +0300, Adrian Bunk wrote: > > On Sun, Jun 23, 2019 at 08:54:14PM -0700, Armin Kuster wrote: > > > From: Peter Kjellerstedt > > > > > > Th

[OE-core] [warrior][PATCH 3/3] package.bbclass: Clean up writing of runtime pkgdata files

2019-06-19 Thread Peter Kjellerstedt
From: Peter Kjellerstedt This introduces a variable, PKGDATA_VARS, that contains the names of the variables that are to be output in the runtime pkgdata files. Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie --- This is a backport from master. meta/classes/package.bbclass

[OE-core] [warrior][PATCH 2/3] texinfo-dummy-native: Rewrite template.py to use argparse

2019-06-19 Thread Peter Kjellerstedt
From: Peter Kjellerstedt The original version of template.py parses the arguments manually. This fails when looking for the -E option if, e.g., an -I option is specified without any space before its argument, and that argument contains the letter 'E'. A minor difference to the origin

[OE-core] [warrior][PATCH 1/3] texinfo-dummy-native: A little clean up of template.py

2019-06-19 Thread Peter Kjellerstedt
From: Peter Kjellerstedt This is mainly whitespace clean up, plus using the with statement when writing files. Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie --- This is a backport from master. .../texinfo-dummy/template.py | 63 +-- 1 file

Re: [OE-core] [PATCH] package.bbclass: Clean up writing of runtime pkgdata files

2019-06-05 Thread Peter Kjellerstedt
> -Original Message- > From: Richard Purdie > Sent: den 5 juni 2019 16:07 > To: Peter Kjellerstedt ; openembedded- > c...@lists.openembedded.org > Subject: Re: [OE-core] [PATCH] package.bbclass: Clean up writing of > runtime pkgdata files > > On Wed, 2019-

[OE-core] [PATCH] package.bbclass: Clean up writing of runtime pkgdata files

2019-06-05 Thread Peter Kjellerstedt
This introduces a variable, PKGDATA_VARS, that contains the names of the variables that are to be output in the runtime pkgdata files. Signed-off-by: Peter Kjellerstedt --- meta/classes/package.bbclass | 56 1 file changed, 18 insertions(+), 38 deletions

Re: [OE-core] [meta-poky][PATCH v6 1/2] poky.conf: make systemd as default init manager

2019-06-02 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > On Behalf Of > kai.k...@windriver.com > Sent: den 2 juni 2019 16:55 > To: richard.pur...@linuxfoundation.org > Cc: p...@yoctoproject.org; openembedded-core@lists.openembedded.org > Subject: [OE-core] [meta-po

Re: [OE-core] [PATCH] ca-certificates: Fix openssl runtime dependency

2019-05-29 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > On Behalf Of Richard Purdie > Sent: den 29 maj 2019 01:24 > To: Andrei Gherzan ; > openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH] ca-certificates: Fix openssl runtime dependency >

Re: [OE-core] [PATCH v3 1/2] local.conf.sample: make systemd as default init manager

2019-05-24 Thread Peter Kjellerstedt
> -Original Message- > From: Khem Raj > Sent: den 23 maj 2019 22:59 > To: Peter Kjellerstedt > Cc: kai.k...@windriver.com; openembedded-core@lists.openembedded.org; > richard.pur...@linuxfoundation.org > Subject: Re: [OE-core] [PATCH v3 1/2] local.conf.sa

Re: [OE-core] [PATCH v3 1/2] local.conf.sample: make systemd as default init manager

2019-05-23 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of > kai.k...@windriver.com > Sent: den 23 maj 2019 10:26 > To: richard.pur...@linuxfoundation.org > Cc: openembedded-core@lists.openembedded.org > Subject: [OE-core

[OE-core] [PATCH 2/2] texinfo-dummy-native: Rewrite template.py to use argparse

2019-05-23 Thread Peter Kjellerstedt
parsed the arguments in the order they were specified on the command line whereas this version will always handle -E before -o. Signed-off-by: Peter Kjellerstedt --- .../texinfo-dummy/template.py | 55 ++- 1 file changed, 18 insertions(+), 37 deletions(-) diff --g

[OE-core] [PATCH 1/2] texinfo-dummy-native: A little clean up of template.py

2019-05-23 Thread Peter Kjellerstedt
This is mainly whitespace clean up, plus using the with statement when writing files. Signed-off-by: Peter Kjellerstedt --- .../texinfo-dummy/template.py | 63 +-- 1 file changed, 30 insertions(+), 33 deletions(-) diff --git a/meta/recipes-extended/texinfo

Re: [OE-core] [PATCH 17/37] libpcre2: upgrade 10.32 -> 10.33

2019-05-17 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Alexander Kanavin > Sent: den 17 maj 2019 20:12 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH 17/37] libpcre2: upgrade 10.32 -> 10.33

Re: [OE-core] [master][warrior][PATCH] systemd: Use PACKAGECONFIG definition to depend on libnss-myhostname

2019-05-08 Thread Peter Kjellerstedt
*ping* //Peter > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Peter Kjellerstedt > Sent: den 12 april 2019 18:15 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [mast

Re: [OE-core] [OE-Core][PATCH] systemd: Default to non-stateless images

2019-05-06 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Jonas Bonn > Sent: den 6 maj 2019 06:54 > To: Alex Kiernan ; openembedded- > c...@lists.openembedded.org > Subject: Re: [OE-core] [OE-Core][PATCH] systemd: Defaul

Re: [OE-core] [OE-Core][PATCH v6 0/6] systemd stateless configuration

2019-05-03 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Jonas Bonn > Sent: den 3 maj 2019 14:55 > To: Alex Kiernan ; OE-core c...@lists.openembedded.org> > Subject: Re: [OE-core] [OE-Core][PATCH v6 0/6] systemd statel

Re: [OE-core] [PATCH v3] dnf: Enable nativesdk

2019-04-24 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Lei Maohui > Sent: den 24 april 2019 05:38 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH v3] dnf: Enable nativesdk > > Make dnf work

Re: [OE-core] [PATCH] pseudo: Update to gain key bugfixes

2019-04-17 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of > richard.pur...@linuxfoundation.org > Sent: den 12 april 2019 10:18 > To: Seebs > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH]

Re: [OE-core] [PATCH 0/6] Correct and improve the ARM tunings

2019-04-17 Thread Peter Kjellerstedt
A32 they want to build for. //Peter From: Martin Jansa Sent: den 17 april 2019 10:33 To: Andre McCurdy Cc: Adrian Bunk ; Peter Kjellerstedt ; OE Core mailing list Subject: Re: [OE-core] [PATCH 0/6] Correct and improve the ARM tunings It's not caused by this change (not the previous

Re: [OE-core] [PATCH] useradd.bbclass: Make sure users/groups exist for package_write_* tasks

2019-04-12 Thread Peter Kjellerstedt
> -Original Message- > From: richard.pur...@linuxfoundation.org > > Sent: den 12 april 2019 19:03 > To: Peter Kjellerstedt > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH] useradd.bbclass: Make sure users/groups > exist for package_w

[OE-core] [master][warrior][PATCH] systemd: Use PACKAGECONFIG definition to depend on libnss-myhostname

2019-04-12 Thread Peter Kjellerstedt
Rather than adding the dependency on libnss-myhostname to RDEPENDS_${PN} if the myhostname PACKAGECONFIG is set, add the runtime dependency to myhostname's PACKAGECONFIG definition. Signed-off-by: Peter Kjellerstedt --- This is just a clean up of the last commit to systemd. meta/recipes

Re: [OE-core] [PATCH] useradd.bbclass: Make sure users/groups exist for package_write_* tasks

2019-04-12 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Peter Kjellerstedt > Sent: den 4 april 2019 16:08 > To: Richard Purdie ; openembedded- > c...@lists.openembedded.org > Subject:

Re: [OE-core] [PATCH] systemd: install libnss-myhostname.so when myhostname be enabled

2019-04-12 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Wenlin Kang > Sent: den 10 april 2019 11:25 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH] systemd: install libnss-myhostname.so when

Re: [OE-core] [PATCH] useradd.bbclass: Make sure users/groups exist for package_write_* tasks

2019-04-04 Thread Peter Kjellerstedt
> -Original Message- > From: Richard Purdie > Sent: den 3 april 2019 14:48 > To: Peter Kjellerstedt ; openembedded- > c...@lists.openembedded.org > Subject: Re: [OE-core] [PATCH] useradd.bbclass: Make sure users/groups > exist for package_write_* tasks > >

[OE-core] [PATCH] useradd.bbclass: Make sure users/groups exist for package_write_* tasks

2019-04-03 Thread Peter Kjellerstedt
package_write_* tasks are run without any user/group information, which causes them to fallback to either use the root user for any unknown users/groups (rpm) or to use the numeric UIDs/GIDs (deb/ipk). Neither solution will yield correct packages. Signed-off-by: Peter Kjellerstedt --- meta/classes

Re: [OE-core] [PATCH 2/6] Revert "arch-armv5-dsp.inc: Check for dsp only to enable 'e' in package arches"

2019-04-02 Thread Peter Kjellerstedt
This revert (and the following) are there to allow my alternative solution to be applied. //Peter > -Original Message- > From: akuster808 > Sent: den 2 april 2019 22:53 > To: Peter Kjellerstedt ; openembedded- > c...@lists.openembedded.org > Subject: Re: [OE-core]

Re: [OE-core] [PATCH 0/6] Correct and improve the ARM tunings

2019-04-02 Thread Peter Kjellerstedt
> -Original Message- > From: Richard Purdie > Sent: den 2 april 2019 22:27 > To: Peter Kjellerstedt ; openembedded- > c...@lists.openembedded.org > Subject: Re: [OE-core] [PATCH 0/6] Correct and improve the ARM tunings > > On Tue, 2019-04-02 at 21:30 +0200,

[OE-core] [PATCH 4/6] arm-tunes: Prefer the -mcpu option over -march

2019-04-02 Thread Peter Kjellerstedt
implemented by Khem Raj in commit ac83d22e, but this time only affecting -mcpu and -march options without other side effects. Signed-off-by: Peter Kjellerstedt --- meta/conf/machine/include/arm/arch-arm.inc | 6 ++ meta/conf/machine/include/arm/arch-armv4.inc | 2 +- meta/conf

[OE-core] [PATCH 3/6] Revert "arm-tunes: Remove -march option if mcpu is already added"

2019-04-02 Thread Peter Kjellerstedt
armv5e armv5te arm926ejste arm926ejse ) for DEFAULTTUNE (arm926ejs) does not contain TUNE_PKGARCH (arm926ejst). An alternative solution will follow, which only affects the -mcpu and -march options without other side effects. Signed-off-by: Peter Kjellerstedt --- meta/conf/machine/include/tune

[OE-core] [PATCH 2/6] Revert "arch-armv5-dsp.inc: Check for dsp only to enable 'e' in package arches"

2019-04-02 Thread Peter Kjellerstedt
This reverts commit 1d6d5bb30a83f9136b7c33e297d48564ae61b50e. Signed-off-by: Peter Kjellerstedt --- meta/conf/machine/include/arm/arch-armv5-dsp.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/machine/include/arm/arch-armv5-dsp.inc b/meta/conf/machine/include

[OE-core] [PATCH 0/6] Correct and improve the ARM tunings

2019-04-02 Thread Peter Kjellerstedt
tunings. //Peter The following changes since commit a397fd17e42d745e6a23dee86e82b887f3d25ccd: layer.conf: Update to warrior release name series (2019-04-02 15:24:50 +0100) are available in the git repository at: git://push.yoctoproject.org/poky-contrib pkj/arm-tunings Peter Kjel

[OE-core] [PATCH 6/6] arm-tunes: Add armv8a to TUNE_FEATURES as appropriate

2019-04-02 Thread Peter Kjellerstedt
This adds the armv8a tuning for Cortex-A32, Cortex-A35, Cortex-A53 and Cortex-A72. This matches the other ARM tunes. Signed-off-by: Peter Kjellerstedt --- meta/conf/machine/include/tune-cortexa32.inc | 9 - meta/conf/machine/include/tune-cortexa35.inc | 4 ++-- meta/conf/machine/include

[OE-core] [PATCH 5/6] arch-arm64.inc: Lower the priority of aarch64 in MACHINEOVERRIDES

2019-04-02 Thread Peter Kjellerstedt
This makes sure, e.g., ${SOC_FAMILY} and ${MACHINE} have higher priorities than aarch64. Signed-off-by: Peter Kjellerstedt --- meta/conf/machine/include/arm/arch-arm64.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/machine/include/arm/arch-arm64.inc b/meta

[OE-core] [PATCH 1/6] arch-armv8a.inc: Correct PACKAGE_EXTRA_ARCHS_tune-armv8a-*

2019-04-02 Thread Peter Kjellerstedt
The armv8a tune specific PACKAGE_EXTRA_ARCHS contained tune feature names like "crc" and "crypto" rather than package architecture names like "armv8a-crc" and "armv8a-crypto". Signed-off-by: Peter Kjellerstedt --- meta/conf/machine/include/arm/arch-

[OE-core] [PATCHv2] base.bbclass, staging.bbclass: Move prepare_recipe_sysroot task dependency

2019-04-02 Thread Peter Kjellerstedt
roots were introduced in commit 809746f5 and the task dependency on populate_sysroot was moved from do_configure to do_prepare_recipe_sysroot. Signed-off-by: Peter Kjellerstedt --- PATCHv2: Removed the Change-Id footer from the commit message. meta/classes/base.bbclass| 1 - meta/classes/staging.b

[OE-core] [PATCH] base.bbclass, staging.bbclass: Move prepare_recipe_sysroot task dependency

2019-04-02 Thread Peter Kjellerstedt
roots were introduced in commit 809746f5 and the task dependency on populate_sysroot was moved from do_configure to do_prepare_recipe_sysroot. Change-Id: I0512991e90d88a86852054062709e8b6aacc61af Signed-off-by: Peter Kjellerstedt --- meta/classes/base.bbclass| 1 - meta/classes/staging.bbclass | 1

Re: [OE-core] [PATCH 4/4] relocatable: add file existence checking in relocatable_native_pcfiles

2019-03-20 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Jiang Lu > Sent: den 20 mars 2019 10:39 > To: lu.ji...@windriver.com; openembedded-core@lists.openembedded.org; > richard.pur...@linuxfoundation.org > Subject: [O

Re: [OE-core] [PATCH v4 1/2] openssl: Remove the c_rehash shell re-implementation

2019-03-19 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Otavio Salvador > Sent: den 19 mars 2019 14:57 > To: OpenEmbedded Core Mailing List c...@lists.openembedded.org> > Cc: Otavio Salvador > Subject: [OE-core] [PAT

Re: [OE-core] [oe-core 2/2] glib-networking:enable glib-networking complie as native package

2019-03-19 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Jiang Lu > Sent: den 19 mars 2019 08:55 > To: lu.ji...@windriver.com; openembedded-core@lists.openembedded.org > Subject: [OE-core] [oe-core 2/2] glib-networking:

[OE-core] Where are the mails from patchwork (was: RE: [PATCH] [PATCH] openssl:upgrade to 1.1.1b)

2019-03-18 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Alexander Kanavin > Sent: den 18 mars 2019 09:52 > To: Hong Liu > Cc: OE-core > Subject: Re: [OE-core] [PATCH] [PATCH] openssl:upgrade to 1.1.1b > > On Mon, 18

Re: [OE-core] Can't build product that uses DEFAULTTUNE="arm926ejs"

2019-03-16 Thread Peter Kjellerstedt
> -Original Message- > From: Khem Raj > Sent: den 15 mars 2019 06:09 > To: Peter Kjellerstedt > Cc: OE Core (openembedded-core@lists.openembedded.org) c...@lists.openembedded.org> > Subject: Re: Can't build product that uses DEFAULTTUNE="arm926ejs"

[OE-core] [PATCHv4 1/2] Revert "arm-tunes: Remove -march option if mcpu is already added"

2019-03-14 Thread Peter Kjellerstedt
armv5e armv5te arm926ejste arm926ejse ) for DEFAULTTUNE (arm926ejs) does not contain TUNE_PKGARCH (arm926ejst). An alternative solution will follow, which only affects the -mcpu and -march options without other side effects. Signed-off-by: Peter Kjellerstedt --- meta/conf/machine/include/tune

[OE-core] [PATCHv4 2/2] arm-tunes: Prefer the -mcpu option over -march

2019-03-14 Thread Peter Kjellerstedt
implemented by Khem Raj in commit ac83d22e, but this time only affecting -mcpu and -march options without other side effects. Signed-off-by: Peter Kjellerstedt --- PATCHv2: * Change all occurrences of TUNE_CCARGS into TUNE_MARCH in arch-armv8a.inc PATCHv3: * Renamed TUNE_MCPU and TUNE_MARCH to

[OE-core] [PATCHv3 1/2] Revert "arm-tunes: Remove -march option if mcpu is already added"

2019-03-13 Thread Peter Kjellerstedt
armv5e armv5te arm926ejste arm926ejse ) for DEFAULTTUNE (arm926ejs) does not contain TUNE_PKGARCH (arm926ejst). An alternative solution will follow, which only affects the -mcpu and -march options without other side effects. Signed-off-by: Peter Kjellerstedt --- meta/conf/machine/include/tune

[OE-core] [PATCHv3 2/2] arm-tunes: Prefer the -mcpu option over -march

2019-03-13 Thread Peter Kjellerstedt
implemented by Khem Raj in commit ac83d22e, but this time only affecting -mcpu and -march options without other side effects. Signed-off-by: Peter Kjellerstedt --- PATCHv2: * Change all occurrences of TUNE_CCARGS into TUNE_MARCH in arch-armv8a.inc PATCHv3: * Renamed TUNE_MCPU and TUNE_MARCH to

[OE-core] [PATCHv2 1/2] Revert "arm-tunes: Remove -march option if mcpu is already added"

2019-03-13 Thread Peter Kjellerstedt
armv5e armv5te arm926ejste arm926ejse ) for DEFAULTTUNE (arm926ejs) does not contain TUNE_PKGARCH (arm926ejst). An alternative solution will follow, which only affects the -mcpu and -march options without other side effects. Signed-off-by: Peter Kjellerstedt --- meta/conf/machine/include/tune

[OE-core] [PATCHv2 2/2] arm-tunes: Prefer the -mcpu option over -march

2019-03-13 Thread Peter Kjellerstedt
implemented by Khem Raj in commit ac83d22e, but this time only affecting -mcpu and -march options without other side effects. Signed-off-by: Peter Kjellerstedt --- PATCHv2: Change all occurrences of TUNE_CCARGS into TUNE_MARCH in arch-armv8a.inc meta/conf/machine/include/arm/arch-arm.inc

[OE-core] [PATCH 2/2] arm-tunes: Prefer the -mcpu option over -march

2019-03-11 Thread Peter Kjellerstedt
implemented by Khem Raj in commit ac83d22e, but this time only affecting -mcpu and -march options without other side effects. Signed-off-by: Peter Kjellerstedt --- meta/conf/machine/include/arm/arch-arm.inc | 5 + meta/conf/machine/include/arm/arch-armv4.inc | 2 +- meta/conf

[OE-core] [PATCH 1/2] Revert "arm-tunes: Remove -march option if mcpu is already added"

2019-03-11 Thread Peter Kjellerstedt
armv5e armv5te arm926ejste arm926ejse ) for DEFAULTTUNE (arm926ejs) does not contain TUNE_PKGARCH (arm926ejst). An alternative solution will follow, which only affects the -mcpu and -march options without other side effects. Signed-off-by: Peter Kjellerstedt --- meta/conf/machine/include/tune

Re: [OE-core] Can't build product that uses DEFAULTTUNE="arm926ejs"

2019-03-11 Thread Peter Kjellerstedt
> -Original Message- > From: Khem Raj > Sent: den 11 mars 2019 05:24 > To: Peter Kjellerstedt > Cc: OE Core (openembedded-core@lists.openembedded.org) c...@lists.openembedded.org> > Subject: Re: Can't build product that uses DEFAULTTUNE="arm926ejs"

[OE-core] Can't build product that uses DEFAULTTUNE="arm926ejs"

2019-03-10 Thread Peter Kjellerstedt
I'm trying to build with master of OE-core and one of our products now fails with: ERROR: OE-core's config sanity checker detected a potential misconfiguration. Either fix the cause of this error or at your own risk disable the checker (see sanity.conf). Following is the list of potenti

Re: [OE-core] [OE-Core][PATCH] openssl: move c_rehash pkg to avoid perl dep

2019-02-26 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Brad Bishop > Sent: den 14 januari 2019 23:05 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [OE-Core][PATCH] openssl: move c_rehash pkg to a

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

2019-02-26 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Khem Raj > Sent: den 26 februari 2019 10:01 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH V3] default-distrovars: Drop > DISTRO_FEATU

Re: [OE-core] [thud][PATCH 1/2] libaio: Extend to native

2019-02-25 Thread Peter Kjellerstedt
> -Original Message- > From: akuster808 > Sent: den 22 februari 2019 16:21 > To: Peter Kjellerstedt > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [thud][PATCH 1/2] libaio: Extend to native > > On 2/22/19 3:00 AM, Peter Kjell

Re: [OE-core] [thud][PATCH 1/2] libaio: Extend to native

2019-02-22 Thread Peter Kjellerstedt
*ping* //Peter > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > On Behalf Of Peter > Kjellerstedt > Sent: den 22 december 2018 23:13 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [thud][PATCH 1/2] libaio: Exten

Re: [OE-core] [PATCH 2/2] glib-networking: upgrade 2.54.1 -> 2.58.0

2019-02-21 Thread Peter Kjellerstedt
This does not build any more if USE_NLS = "no" is used. Has anyone looked at making this work together with meson? Otherwise I guess there is trouble ahead now that more and more packages are being converted to use meson, since the code in gettext.bbclass currently only supports autotools. A qu

[OE-core] [PATCHv2 2/3] libc-package.bbclass: Only extract wanted files in prep_locale_tree()

2019-02-17 Thread Peter Kjellerstedt
prep_locale_tree() predates the usrmerge DISTRO_FEATURE, which meant it was not prepared for the case when ${base_libdir} == ${libdir}. This lead to it extracting files and directories where it shouldn't. Signed-off-by: Peter Kjellerstedt --- PATCHv2: Apparently, some versions of tar re

[OE-core] [PATCHv2 3/3] libc-package.bbclass: Add a progress meter for the package task

2019-02-17 Thread Peter Kjellerstedt
The package task for glibc-locale takes a very long time to execute, especially if using qemu. In that case, a progress meter helps a lot to show the progress of the task. Signed-off-by: Peter Kjellerstedt --- PATCHv2: Use enumerate(). meta/classes/libc-package.bbclass | 5 - 1 file

[OE-core] [PATCHv2 1/3] libc-package.bbclass: Correct a few paths for when usrmerge is used

2019-02-17 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt --- meta/classes/libc-package.bbclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/classes/libc-package.bbclass b/meta/classes/libc-package.bbclass index 0b4c666a74..6a9547 100644 --- a/meta/classes/libc-package.bbclass

Re: [OE-core] [PATCH 3/3] libc-package.bbclass: Add a progress meter for the package task

2019-02-17 Thread Peter Kjellerstedt
Nice, then I’ve learnt something new today. :) //Peter From: Christopher Larson Sent: den 18 februari 2019 02:21 To: Peter Kjellerstedt Cc: Patches and discussions about the oe-core layer Subject: Re: [OE-core] [PATCH 3/3] libc-package.bbclass: Add a progress meter for the package task

Re: [OE-core] [PATCH 2/3] libc-package.bbclass: Use install utility to create directories with right permissions

2019-02-17 Thread Peter Kjellerstedt
> -Original Message- > From: Khem Raj > Sent: den 14 februari 2019 16:56 > To: Peter Kjellerstedt > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH 2/3] libc-package.bbclass: Use install > utility to create directories with right permiss

[OE-core] [PATCH 1/3] libc-package.bbclass: Correct a few paths for when usrmerge is used

2019-02-17 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt --- meta/classes/libc-package.bbclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/classes/libc-package.bbclass b/meta/classes/libc-package.bbclass index 0b4c666a74..6a9547 100644 --- a/meta/classes/libc-package.bbclass

[OE-core] [PATCH 3/3] libc-package.bbclass: Add a progress meter for the package task

2019-02-17 Thread Peter Kjellerstedt
The package task for glibc-locale takes a very long time to execute, especially if using qemu. In that case, a progress meter helps a lot to show the progress of the task. Signed-off-by: Peter Kjellerstedt --- meta/classes/libc-package.bbclass | 5 + 1 file changed, 5 insertions(+) diff

[OE-core] [PATCH 2/3] libc-package.bbclass: Only extract wanted files in prep_locale_tree()

2019-02-17 Thread Peter Kjellerstedt
prep_locale_tree() predates the usrmerge DISTRO_FEATURE, which meant it was not prepared for the case when ${base_libdir} == ${libdir}. This lead to it extracting files and directories where it shouldn't. Signed-off-by: Peter Kjellerstedt --- meta/classes/libc-package.bbclass | 7 +

<    4   5   6   7   8   9   10   11   12   13   >