[OE-core] [PATCH] python3-websockets: added python3-zipp as RDEPENDS

2024-06-21 Thread Jan Vermaete
/__init__.py", line 8, in import zipfile ModuleNotFoundError: No module named 'zipfile' Signed-off-by: Jan Vermaete --- meta/recipes-devtools/python/python3-websockets_12.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/python/python3-websockets_12.0.b

[OE-core] [PATCH] python3-mako: added ptest

2024-06-16 Thread Jan Vermaete
: /usr/lib/python3-mako/ptest 2024-06-16T19:21 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: Jan Vermaete --- meta/conf/distro/include/ptest-packagelists.inc | 1 + .../python/python3-mako/run-ptest | 3 +++ .../python/python3-mako_1.3.5.bb| 17

[OE-core] [PATCH] python3-pygments: added rdepends

2024-06-02 Thread Jan Vermaete
python3-compression to have zipfile python3-unixadmin to have getpass Signed-off-by: Jan Vermaete --- meta/recipes-devtools/python/python3-pygments_2.18.0.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-devtools/python/python3-pygments_2.18.0.bb b/meta/recipes-devtools

[OE-core] [PATCH 1/1] systemd: fixed typo

2023-11-25 Thread Jan Vermaete
Signed-off-by: Jan Vermaete --- meta/recipes-core/systemd/systemd_254.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd_254.4.bb b/meta/recipes-core/systemd/systemd_254.4.bb index ecf693ef92..4d68a3266a 100644 --- a/meta/recipes-core

Re: [OE-core] Feature request: Add btop resource monitor

2023-10-16 Thread Jan Claußen
I already sent a request to meta-oe. So this request here is cancelled. On Okt. 16 2023, at 3:41 pm, Alexander Kanavin wrote: > Non-essential utilities like this should be going to one of the layers > in meta-openembedded. > > Alex > > On Sat, 14 Oct 2023 at 23:07, Jan Claußen

Re: [OE-core] Feature request: Add btop resource monitor

2023-10-16 Thread Jan Claußen
Yes, I just sent it to the wrong mailing list apparently. On Okt. 16 2023, at 10:20 am, Alex Kiernan wrote: > On Sat, Oct 14, 2023 at 10:11 PM Jan Claußen wrote: > > > > Another thing is that btop is dependent on a utf-8 locale being set. You > > can still run it with

Re: [OE-core] Feature request: Add btop resource monitor

2023-10-14 Thread Jan Claußen
Another thing is that btop is dependent on a utf-8 locale being set. You can still run it with the --force-utf8 flag though. Should this be set by the recipe as well? On Okt. 14 2023, at 11:06 pm, Jan Claußen wrote: > Hi guys, > > I would like to add btop to the openembedded-core. Th

[OE-core] Feature request: Add btop resource monitor

2023-10-14 Thread Jan Claußen
maintained though, if that is a show stopper. tree 7370f6d34c4f1a7d3aed8ef4dc334de1e271e4b3 parent d59f6c752927f7846dc11c4aa00a2d0c9860e75c author Jan Claußen Sat Oct 14 22:56:45 2023 +0200 committer Jan Claußen Sat Oct 14 22:56:45 2023 +0200 recipes-support: Add btop diff --git a/meta-oe/recipes

[OE-core] [PATCH] insane.bbclass: Count raw bytes in shebang-size

2023-09-20 Thread Jan Garcia via lists.openembedded.org
Operating systems limit the shebang to a maximum number of bytes. This patch makes the shebang-size check count raw bytes instead of UTF-8 characters. Signed-off-by: Jan Garcia --- meta/classes-global/insane.bbclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta

[OE-core] [kirkstone][PATCH 2/2] selftest/reproducible: Allow chose the package manager

2023-07-06 Thread Jan-Simon Möller
From: Jose Quaresma This is a follow-up of 76e5fcb2 that also allow users to chose the package manager using OEQA_REPRODUCIBLE_TEST_PACKAGE Signed-off-by: Jose Quaresma Signed-off-by: Richard Purdie (cherry picked from commit 3d414d85b44077bac57aba36707b0fc699a73e97) --- meta/lib/oeqa/selftes

[OE-core] [kirkstone][PATCH] backport reproducible build selftest user-facing settings

2023-07-06 Thread Jan-Simon Möller
very important settings to expose. Best, Jan-Simon -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#183940): https://lists.openembedded.org/g/openembedded-core/message/183940 Mute This Topic: https://lists.openembedded.org/mt/99984920/21656 Group

[OE-core] [kirkstone][PATCH 1/2] selftest reproducible.py: support different build targets

2023-07-06 Thread Jan-Simon Möller
From: Mikko Rapeli Allow users to set different build reproducibility targets than the defaults using OEQA_REPRODUCIBLE_TEST_TARGET and OEQA_REPRODUCIBLE_TEST_SSTATE_TARGETS variables in local.conf. Fixing all issues from "world" builds is not possible in some complex build environments with lot

[OE-core] [kirkstone][PATCH] oe-depends-dot: Handle new format for task-depends.dot

2023-07-06 Thread Jan-Simon Möller
7751bc4909f3834e43db020ebb91665a5d7960a9) Signed-off-by: Jan-Simon Moeller --- scripts/oe-depends-dot | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/scripts/oe-depends-dot b/scripts/oe-depends-dot index 5eb3e12769..1c2d51c6ec 100755 --- a/scripts/oe-depends-dot

[OE-core] [kirkstone][PATCH] backport patch to oe-depends-dot

2023-07-06 Thread Jan-Simon Möller
Without this patch, the call to oe-depends-dot will have no valid output. Best, Jan-Simon -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#183938): https://lists.openembedded.org/g/openembedded-core/message/183938 Mute This Topic: https

Re: [OE-core] [PATCH] cve-update-nvd2-native: added the missing http import

2023-04-12 Thread Jan Vermaete
Hi, I have no preference on how to fix it. I intended to stay as close as possible to the code of Marta Br. On Wed, Apr 12, 2023 at 1:36 PM Yoann Congal wrote: > > Hi, > > On 4/12/23 12:19, Jan Vermaete wrote: > > Signed-off-by: Jan Vermaete > > --- > > meta/rec

[OE-core] [PATCH] cve-update-nvd2-native: added the missing http import

2023-04-12 Thread Jan Vermaete
Signed-off-by: Jan Vermaete --- meta/recipes-core/meta/cve-update-nvd2-native.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/meta/cve-update-nvd2-native.bb b/meta/recipes-core/meta/cve-update-nvd2-native.bb index 1c14481c21..2b585983ac 100644 --- a/meta/recipes-core

[OE-core][PATCH] systemd: add PACKAGECONFIG for pstore

2023-02-08 Thread Jan Luebbe
pstore is used to collect crash logs in the journal after a crash. As it needs a correctly configured kernel, it's not always enabled. Add a PACKAGECONFIG to enable it when needed. Signed-off-by: Jan Luebbe --- meta/recipes-core/systemd/systemd_252.4.bb | 1 + 1 file changed, 1 inse

[OE-core][PATCH] p11-kit: add native to BBCLASSEXTEND

2023-01-25 Thread Jan Luebbe
This recipe is needed to build softhsm (in meta-oe) in with p11-kit support, which is useful when multiple PKCS#11 modules need to be used. Signed-off-by: Jan Luebbe --- meta/recipes-support/p11-kit/p11-kit_0.24.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta

Re: [OE-core] [PATCH] toolchain-scripts: compatibility with unbound variable protection

2023-01-11 Thread Jan Kircher via lists.openembedded.org
I resubmitted this patch from a different account: https://lists.openembedded.org/g/openembedded-core/topic/96180133 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#175727): https://lists.openembedded.org/g/openembedded-core/message/175727 Mute Thi

Re: [OE-core] [PATCH] toolchain-scripts: compatibility with unbound variable protection

2023-01-10 Thread Jan Kircher
This also applies to langdale and kirkstone. Kirkstone has this class in meta/classes/toolchain-scripts.bbclass. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#175720): https://lists.openembedded.org/g/openembedded-core/message/175720 Mute This To

[OE-core] [PATCH] toolchain-scripts: compatibility with unbound variable protection

2023-01-04 Thread Jan Kircher via lists.openembedded.org
Fixed an error when Bash's unbound variable protection is enabled (set -u) and variable LD_LIBRARY_PATH does not exist. Signed-off-by: Jan Kircher --- meta/classes-recipe/toolchain-scripts.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes-recipe/tool

Re: [OE-core] [PATCH] toolchain-scripts: compatibility with unbound variable protection

2023-01-04 Thread Jan Kircher via lists.openembedded.org
This also applies to langdale and kirkstone. Kirkstone has this recipe in meta/classes/toolchain-scripts.bbclass. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#175474): https://lists.openembedded.org/g/openembedded-core/message/175474 Mute This T

[OE-core] [PATCH] toolchain-scripts: compatibility with unbound variable protection

2023-01-04 Thread Jan Kircher via lists.openembedded.org
Fixed an error when Bash's unbound variable protection is enabled (set -u) and variable LD_LIBRARY_PATH does not exist. Signed-off-by: Jan Kircher --- meta/classes-recipe/toolchain-scripts.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes-recipe/tool

[OE-core] [PATCH] buildtools-tarball: export certificates to python and curl

2022-10-05 Thread Jan-Simon Möller
From: Jan-Simon Moeller The custom path of the ca-certificates.crt within the buildtools-tarball requires more environment variables to be exported. Namely REQUESTS_CA_BUNDLE for the python requests library and CURL_CA_BUNDLE for curl. Signed-off-by: Jan-Simon Moeller --- meta/recipes-core

Re: [OE-core] makeself

2022-08-28 Thread Jan Vermaete
HI Alexander, The recipe is tested for native and target. I'll make v2 with the remarks. br On Sat, Aug 27, 2022 at 6:20 PM Alexander Kanavin wrote: > On Sat, 27 Aug 2022 at 10:29, jan vermaete wrote: > > The recipe is currently in master-next. > > > https://pat

Re: [OE-core] makeself

2022-08-27 Thread Jan Vermaete
I think. > > Alex > > On Sat, 13 Aug 2022 at 16:09, jan vermaete wrote: > > > > fine for me, I'll do. > > > > But where to place it? > > * meta-openembedded/meta-oe/recipes-support > > * meta-openembedded/meta-oe/recipes-devtools >

Re: [OE-core][PATCH 2/2] openssh: add support for config snippet includes to ssh and sshd

2022-08-19 Thread Jan Luebbe
to /etc/ssh/ssh_config.d or > /etc/ssh/sshd_config.d, you could just as well modify /etc/ssh/ssh_config > or /etc/ssh/sshd_config directly. This was my thinking as well. Thanks, Jan -- Pengutronix e.K. | | Steuerwalder Str. 21

[OE-core][PATCH 1/2] openssh: sync local ssh_config + sshd_config files with upstream 8.7p1

2022-08-18 Thread Jan Luebbe
Changes are caused by the removal of deprecated options. ChallengeResponseAuthentication was replaced by KbdInteractiveAuthentication in the SSHv2 protocol, see https://www.openssh.com/txt/release-8.7 Signed-off-by: Jan Luebbe --- .../openssh/openssh/ssh_config| 4

[OE-core][PATCH 2/2] openssh: add support for config snippet includes to ssh and sshd

2022-08-18 Thread Jan Luebbe
. These specific directories are also used in Debian's default configuration. Signed-off-by: Jan Luebbe --- meta/recipes-connectivity/openssh/openssh/ssh_config | 2 ++ meta/recipes-connectivity/openssh/openssh/sshd_config | 2 ++ 2 files changed, 4 insertions(+) diff --git a/meta/re

Re: [OE-core] makeself

2022-08-13 Thread Jan Vermaete
fine for me, I'll do. But where to place it? * meta-openembedded/meta-oe/recipes-support * meta-openembedded/meta-oe/recipes-devtools * meta-openembedded/recipes-devtools * poky/meta/recipes-devtools/ Jan, On Sat, Aug 13, 2022 at 1:36 PM Alexander Kanavin wrote: > No need to ask

[OE-core] makeself

2022-08-13 Thread Jan Vermaete
ative recipe to create self extracting installers for firmware updates, as an example. br, -- Jan Vermaete “Success is a self-correcting phenomenom.” -- Gary Hamel -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#169301): https://lists.openembedded.

Re: [OE-core] [PATCH 2/2] wic/bootimg-efi: Add support for loading devicetree files

2022-08-01 Thread Jan Kiszka
On 01.08.22 16:12, Luca Ceresoli wrote: > Hello Jan, > > On Sat, 30 Jul 2022 10:24:43 +0200 > "Jan Kiszka" wrote: > >> From: Jan Kiszka >> >> For device tree using systems, add support to set a custom devices tree >> during UEFI boot. This requi

[OE-core] [PATCH 2/2] wic/bootimg-efi: Add support for loading devicetree files

2022-07-30 Thread Jan Kiszka
From: Jan Kiszka For device tree using systems, add support to set a custom devices tree during UEFI boot. This requires to copy the DTB file to the boot partition and to add the respective loader entries to the configuration files. Both grub and systemd-boot support only loading a specific

[OE-core] [PATCH 1/2] wic/bootimg-efi: Factor out some common bits

2022-07-30 Thread Jan Kiszka
From: Jan Kiszka The paths for configuring grub and systemd-boot have some common bits around copying the initrd files. This will even grow when adding dtb support. Factor this out into a class function. Along this, avoid evaluating 'create-unified-kernel-image' multipl

Re: [OE-core] python3-jsonschema: is ${PYTHON_PN}-setuptools-scm still needed?

2022-07-17 Thread Jan Vermaete
v1: https://patchwork.yoctoproject.org/project/oe-core/list/?series=5468 On Thu, Jul 14, 2022 at 9:11 PM Alexander Kanavin wrote: > You can send a patch and it will be taken to testing. Such regressions > should be easy to spot. > > Alex > > On Thu, 14 Jul 2022 at 21:03, J

[OE-core] [PATCH] python3-jsonschema: 4.7.1 -> 4.7.2 + fixed the rdepends

2022-07-17 Thread Jan Vermaete
python3-pip was removed python3-setuptools-scm was removed python3-packaging was removed python3-typing-extensions was removed python3-pkg-resources was removed python3-tomli was removed python3-setuptools was removed Signed-off-by: Jan Vermaete --- ...onschema_4.7.1.bb

[OE-core] python3-jsonschema: is ${PYTHON_PN}-setuptools-scm still needed?

2022-07-14 Thread Jan Vermaete
Hi, I think the RDEPENDS on ${PYTHON_PN}-setuptools-scm is not needed anymore. Could this one be removed? And how to test it? br -- Jan Vermaete “Success is a self-correcting phenomenom.” -- Gary Hamel -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply

[OE-core] dropbear: Allow root login fix

2022-06-07 Thread Jan Claussen via lists.openembedded.org
This enables root login when either "allow-root-login" or "debug-tweaks" were set in EXTRA_IMAGE_FEATURES. Signed-off-by: Jan Claussen diff --git a/meta/recipes-core/dropbear/dropbear.inc b/meta/recipes-core/dropbear/dropbear.inc index 78f9f9adbd..e545c425

[OE-core] 0001-dropbear-Allow-root-login-fix.patch

2022-06-07 Thread Jan Claussen via lists.openembedded.org
dropbear: Allow root login fix This enables root login when either "allow-root-login" or "debug-tweaks" were set in EXTRA_IMAGE_FEATURES. Signed-off-by: Jan Claussen This email including its attachments is intended for the p

Re: [OE-core] [PATCH] zstd: added compression and decompression as packageconfig

2022-06-06 Thread Jan Vermaete
h. > > Alex > > On Mon, 6 Jun 2022 at 16:11, Jan Vermaete wrote: > > > > The default is the same as before. > > So both target and native can do compression and decompression. > > > > Native will probably always needed both. E.g. to create rpm packages

[OE-core] [PATCH] zstd: added compression and decompression as packageconfig

2022-06-06 Thread Jan Vermaete
: packages/cortexa72-poky-linux/zstd/libzstd: PKGSIZE changed from 661912 to 210776 (-68%) packages/cortexa72-poky-linux/zstd/zstd: PKGSIZE changed from 1430839 to 785007 (-45%) Signed-off-by: Jan Vermaete --- meta/recipes-extended/zstd/zstd_1.5.2.bb | 15 --- 1 file changed, 12

Re: [OE-core] [PATCH v2] create-spdx: Get SPDX-License-Identifier from source

2022-02-08 Thread Jan-Simon Möller
Hi Mikko, > I guess reports from both will be a superset of used licenses (and possibly > copyright statements too) since the list of source files which are actually > compiled is not known to these services. Yes, the input is the 'bare' patched source archives. Yes, you're right. We do only know

Re: [OE-core] [PATCH v2] create-spdx: Get SPDX-License-Identifier from source

2022-02-08 Thread Jan-Simon Möller
Hi all > > Can you given an overview of what meta-spdxscanner does? I'm not quite > > clear what extra processing would be required here. > > Jan-Simon can talk to it better, as he's done some dev work on the layer > and done tests with it against AGL (and th

Re: [OE-core] [PATCH 1/2] busybox: refresh the defconfig from 1.33.0

2021-12-16 Thread Jan Luebbe
Hi Martin, I just noticed that since this change, syslogd is compiled in by default, even I have SRC_URI:remove = "file://syslog.cfg" in a bbappend. Is this intentional? Otherwise, I'd prefer change the back to disabled by default (SRC_URI still contains syslog.cfg by default). R

[OE-core] [[meta-webserver]] netdata: Fixed the recipe.

2021-09-20 Thread jan
website address changed too. Tested with meta-raspberrypi on rpi4-32. Signed-off-by: Jan Vermaete --- .../netdata/netdata/netdata.service | 13 +++- .../recipes-webadmin/netdata/netdata_git.bb | 21 +-- 2 files changed, 23 insertions(+), 11 deletions(-) diff

[OE-core] [PATCH v2] cve-update-db-native: Allow to overrule the URL in a bbappend.

2021-03-29 Thread jan
With this small patch, it's possible to overrule the public URL with a local mirror for those without Internet access. Signed-off-by: Jan Vermaete --- meta/recipes-core/meta/cve-update-db-native.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core

[OE-core] [PATCH] Allow to overrule the URL in a bbappend.

2021-03-28 Thread jan
With this small patch, it's possible to overrule the public URL with a local mirror for those without Internet access. Signed-off-by: Jan Vermaete --- meta/recipes-core/meta/cve-update-db-native.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core

[OE-core] [PATCH] Add core-image-weston to reproducible build tests

2021-03-01 Thread Jan-Simon Möller
From: Jan-Simon Moeller This change adds core-image-weston to the reproducible build test. For this we also need to update the static-group and static-passwd. Besides the world package build which includes the wayland package, this adds a wayland/weston-based image to the reproducible build

[OE-core] [PATCH 3/3] oe-selftests: add rpm to reproducible build selftest

2021-02-20 Thread Jan-Simon Möller
From: Jan-Simon Möller rpm packaging has shown good numbers wrt reproducible builds as well when testing core-image-minimal locally: Reproducibility summary for rpm: same=4671 different=0 missing=0 total=4671 Thus enable it in the autobuilder to be more widely tested. (From OE-Core rev

[OE-core] [PATCH 2/3] reproducible_builds: SOURCE_DATE_EPOCH should not be 0

2021-02-20 Thread Jan-Simon Möller
From: Jan-Simon Möller A SOURCE_DATE_EPOCH of 0 might be misinterpreted by namely rpm as no SDE. e.g.: char *srcdate = getenv(SOURCE_DATE_EPOCH); if (srcdate && rpmExpandNumeric(%{?clamp_mtime_to_source_date_epoch})) Solve this by: - providing a SOURCE_DATE_EPOCH_FALLBACK varia

[OE-core] [PATCH 1/3] core: rpm: Do use source_date_epoch also for fakeStat

2021-02-20 Thread Jan-Simon Möller
From: Jan-Simon Möller This makes sure that if we enforce SOURCE_DATE_EPOCH we do also set this for entries returned by the fakeStat function of rpm. Upstream status: pending Signed-off-by: Jan-Simon Möller --- ...-the-timestamps-returned-by-fakeStat.patch | 46 +++ meta

[OE-core] [PATCH] Enable use_source_date_epoch_as_buildtime in package_rpm class

2021-02-18 Thread Jan-Simon Möller
From: Jan-Simon Möller Adding --define 'use_source_date_epoch_as_buildtime 1' to rpmbuild ensure that the rpm header does have a consistent BUILDTIME tag. Signed-off-by: Jan-Simon Möller --- meta/classes/package_rpm.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/me

[OE-core] [PATCH] oe-selftests: add rpm to reproducible build selftest

2021-02-17 Thread Jan-Simon Möller
From: Jan-Simon Möller rpm packaging has shown good numbers wrt reproducible builds as well when testing core-image-minimal locally: Reproducibility summary for rpm: same=4671 different=0 missing=0 total=4671 Thus enable it in the autobuilder to be more widely tested. v2: also add the define

[OE-core] [PATCH] oe-selftests: add rpm to reproducible build selftest

2021-02-16 Thread Jan-Simon Möller
From: Jan-Simon Möller rpm packaging has shown good numbers wrt reproducible builds as well when testing core-image-minimal locally: Reproducibility summary for rpm: same=4671 different=0 missing=0 total=4671 Thus enable it in the autobuilder to be more widely tested. Signed-off-by: Jan

Re: [OE-core] [PATCH] common-licenses: add OpenDDS

2020-12-05 Thread jan
Fine, I thought that the licenses had to be added to this layer. I deleting the message enough to undo the patch request? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#145332): https://lists.openembedded.org/g/openembedded-core/message/145332 Mute

[OE-core] [PATCH] common-licenses: add OpenDDS

2020-12-05 Thread jan
From: Jan Vermaete This is the license of OpenDDS found at https://github.com/objectcomputing/OpenDDS as LICENSE at commit 11b2e4771fa323485c0f231f7fa4030feedae9a0. They have a meta layer at https://github.com/oci-labs/meta-opendds Signed-off-by: Jan Vermaete --- meta/files/common-licenses

Re: [OE-core][PATCH] classes/buildhistory: capture package config

2020-06-15 Thread Jan Luebbe
Hi, On Mon, 2020-06-15 at 11:29 +, mikko.rap...@bmw.de wrote: > On Wed, Jun 03, 2020 at 10:12:37AM +0200, Jan Luebbe wrote: > > As the PACKAGECONFIG variable has a large influence on the > > resulting > > package sizes and dependencies, it's useful to capture

[OE-core][PATCH] classes/buildhistory: capture package config

2020-06-03 Thread Jan Luebbe
As the PACKAGECONFIG variable has a large influence on the resulting package sizes and dependencies, it's useful to capture it in the recipe-level buildhistory. This makes it straightforward to analyze the impact of PACKAGECONFIG changes on the resulting image size. Signed-off-by: Jan L

[OE-core] [dunfell][PATCH] file: add bzip2-replacement-native to DEPENDS to fix sstate issue

2020-05-21 Thread Jan-Simon Möller
From: Jan-Simon Moeller file-native when built on a Debian 10 host will embed a dependency to 'libbz2.so.1.0' (instead of 'libbz2.so.1'). This can cause issues when sharing the sstate between hosts e.g.: recipe-sysroot-native/usr/lib/rpm/rpmdeps: error while load

[OE-core] [PATCH] file: add bzip2-replacement-native to DEPENDS to fix sstate issue

2020-05-21 Thread Jan-Simon Möller
From: Jan-Simon Moeller file-native when built on a Debian 10 host will embed a dependency to 'libbz2.so.1.0' (instead of 'libbz2.so.1'). This can cause issues when sharing the sstate between hosts e.g.: recipe-sysroot-native/usr/lib/rpm/rpmdeps: error while load

[OE-core] [scripts][PATCH v2] In the past the file was named 'built-in.o'. Nowadays it is 'built-in.a'.

2020-05-07 Thread jan
The script is modified to work with both. I expect it will not happen that there are built-in.a and built-in.o files in the same kernel. Signed-off-by: Jan Vermaete --- scripts/tiny/ksize.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/tiny/ksize.py b

[OE-core] [scripts][PATCH] Newer Linux kernels are producing built-in.a files.

2020-05-06 Thread jan
In the past the file was named 'built-in.o'. Nowadays it is 'built-in.a'. The script is modified to work with both. I expect it will not happen that there are built-in.a and built-in.o files in the same kernel. Signed-off-by: Jan Vermaete --- scripts/tiny/ksize.py | 8

Re: [OE-core] [zeus 0/7] Merge request

2020-05-04 Thread Jan Luebbe
On Tue, 2020-04-28 at 10:09 -0700, akuster wrote: > > On 4/28/20 9:13 AM, Jan Lübbe wrote: > > On Mon, 2020-04-27 at 19:15 -0700, akuster wrote: > > > Adrian Bunk (1): > > > openssl: Upgrade 1.1.1d -> 1.1.1e > > > > > > Alexander Kanavin (1):

[OE-core][PATCH] openssl: upgrade 1.1.1f -> 1.1.1g

2020-04-29 Thread Jan Luebbe
This also fixes CVE-2020-1967. Signed-off-by: Jan Luebbe --- .../openssl/{openssl_1.1.1f.bb => openssl_1.1.1g.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/openssl/{openssl_1.1.1f.bb => openssl_1.1.1g.bb} (98%) diff --git a/meta/r

Re: [OE-core] [zeus 0/7] Merge request

2020-04-28 Thread Jan Luebbe
we should just update instead of picking Zhang Xiao's "openssl: fix CVE-2020-1967" (which would conflict with this PR). Regards, Jan -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#137576): https://lists.openembedded.org/g/openembedded

[OE-core][zeus] Re: [PATCH] apt-native: don't let dpkg overwrite files by default

2020-04-27 Thread Jan Luebbe
Hi Armin and Anuj, this fix has landed in master as 4292387ef6c4e80428bad6a07c844a288b27d9a1 and I'd like to request it to be cherry-picked for zeus. The cherry-pick should simply work without conflicts. Thanks, Jan On Mon, 2020-04-06 at 15:23 +0200, Jan Luebbe wrote: > With --force-o

[OE-core][PATCH] apt-native: don't let dpkg overwrite files by default

2020-04-06 Thread Jan Luebbe
pendencies, this makes the simple case of conflicting files hard to debug. Instead of finding all possibly required force options, only disable overwrite for now. Signed-off-by: Jan Luebbe --- meta/recipes-devtools/apt/files/apt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --

[OE-core][PATCH 1/5] lib/oe/package_manager: make sure to not remove packages in apt install

2020-04-01 Thread Jan Luebbe
apt install can decide to remove already installed packages if there are conflicts. Avoid this by explicitly specifying --no-remove. This will then cause a "E: Packages need to be removed but remove is disabled." message. Signed-off-by: Jan Luebbe --- meta/lib/oe/package_manager.py

[OE-core][PATCH 2/5] lib/oe/package_manager: fix handling of last package

2020-04-01 Thread Jan Luebbe
. Signed-off-by: Jan Luebbe --- meta/lib/oe/package_manager.py | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/meta/lib/oe/package_manager.py b/meta/lib/oe/package_manager.py index dfe4197ce1fb..072372892732 100644 --- a/meta/lib/oe/package_manager.py +++ b/meta/lib/oe

[OE-core][PATCH 5/5] lib/oe/package_manager: don't try to rm /var/lib/opkg

2020-04-01 Thread Jan Luebbe
As opkglibdir starts with a /, os.path.join will ignore self.target_rootfs, leading to an attempt to remove /var/lib/opkg. This only fails if it exists on the host, explaining why this remained undiscovered for long. Signed-off-by: Jan Luebbe --- meta/lib/oe/package_manager.py | 3 +-- 1 file

[OE-core][PATCH 0/5] fix populate_sdk for package_deb

2020-04-01 Thread Jan Luebbe
, which is allowed to fail with a warning, this leads to an SDK which is missing the -dev/-dbg packages. This issue also affects zeus, so I'd be grateful if they could be applied there as well, to avoid having to maintain a modified OE-core locally. I've tested them on master and zeus. Jan

[OE-core][PATCH 4/5] lib/oe/package_manager: avoid installing provided packages via apt

2020-04-01 Thread Jan Luebbe
case, no -dev/-dbg packages are installed to the SDK. Avoid this problem by checking which packages are already provided and removing them from the list to be installed. Also sort the list to make it easier to read when debugging. Signed-off-by: Jan Luebbe --- meta/lib/oe/package_manager.py | 14

[OE-core][PATCH 3/5] lib/oe/package_manager: collect provided package names when using debs

2020-04-01 Thread Jan Luebbe
This is needed for a later change to avoid installing packages which are already provided by an installed package. Signed-off-by: Jan Luebbe --- meta/lib/oe/package_manager.py | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/meta/lib/oe/package_manager.py b/meta

Re: [OE-core] [PATCH] file: explicitly disable seccomp

2020-03-31 Thread Jan Luebbe
can do to solve this. I stumbled across this thread when checking why libseccomp is not in oe-core or meta-oe. It seems to me that pseudo could intercept the seccomp(2) or libseccomps seccomp_* function calls and report them as unsupported to simulate running on a kernel with

[OE-core] [meta-oe][PATCH 5/6] libp11: add support for native builds

2019-11-21 Thread Jan Luebbe
This is needed as a dependency when using SoftHSM from the PKCS#11 OpenSSL engine for code singing. Signed-off-by: Jan Luebbe --- meta-oe/recipes-support/libp11/libp11_0.4.10.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/libp11/libp11_0.4.10.bb b/meta-oe

[OE-core] [meta-oe][PATCH 4/6] opensc: add support for native builds

2019-11-21 Thread Jan Luebbe
This is needed as a dependency when using SoftHSM from the PKCS#11 OpenSSL engine for code singing. Signed-off-by: Jan Luebbe --- meta-oe/recipes-support/opensc/opensc_0.19.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/opensc/opensc_0.19.0.bb b/meta-oe

[OE-core] [meta-oe][PATCH 3/6] opensc: use pcsc-lite instead of openct by default

2019-11-21 Thread Jan Luebbe
-off-by: Jan Luebbe --- meta-oe/recipes-support/opensc/opensc_0.19.0.bb | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-support/opensc/opensc_0.19.0.bb b/meta-oe/recipes-support/opensc/opensc_0.19.0.bb index bc1722e394f6..440859a37a93 100644 --- a/meta

[OE-core] [meta-oe][PATCH 2/6] pcsc-lite: add support for native builds

2019-11-21 Thread Jan Luebbe
This is needed as a dependency when using SoftHSM from the PKCS#11 OpenSSL engine for code singing. Add a udev PACKAGECONFIG, as this is only useful on the target. Also don't RRECOMMEND ccid for the native variant. Signed-off-by: Jan Luebbe --- meta-oe/recipes-support/pcsc-lite

[OE-core] [meta-oe][PATCH 1/6] openct: merge do_install and do_install_append

2019-11-21 Thread Jan Luebbe
There is no reason why both should be used in the same recipe. Merge them. Signed-off-by: Jan Luebbe --- meta-oe/recipes-support/openct/openct_0.6.20.bb | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/meta-oe/recipes-support/openct/openct_0.6.20.bb b/meta-oe/recipes

[OE-core] [meta-oe][PATCH 6/6] softhsm: add recipe

2019-11-21 Thread Jan Luebbe
This is useful for consolidation of code-signing interfaces when building an image with verified boot mechanisms or signed update artifacts. It can also be used on the target as a backend for software which uses the PKCS#11 API to access private key material. Signed-off-by: Jan Luebbe

Re: [OE-core] [PATCH 4/6] oe-git-proxy: disable shell pathname expansion for the whole script

2019-09-03 Thread Jan Kiszka
OXY fielnd could start with "*" or be it field +set -f Ah, that's much better than any (mis-)quoting. Jan + # Connect directly to hosts in NO_PROXY for H in ${NO_PROXY//,/ }; do if match_host $1 $H; then -- Siemens AG, Corporate Technology, CT RDA IOT SES-DE Co

Re: [OE-core] [v2] systemd: Fix interface bring-up on kernels >= 5.2

2019-08-28 Thread Jan Klare
systemd v241-stable. Cheers, Jan signature.asc Description: Message signed with OpenPGP -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [warrior][PATCH v3] systemd: update SRCREV for systemd v241-stable

2019-08-28 Thread Jan Klare
Hi, thanks for the new testing instructions, I ran the builds this morning and everything worked fine. Let me know if I can do anything else to verify the builds or help otherwise in the process. Cheers, Jan > On 27. Aug 2019, at 19:11, Randy MacLeod wrote: > > On 8/27/19 12:1

Re: [OE-core] [warrior][PATCH v3] systemd: update SRCREV for systemd v241-stable

2019-08-27 Thread Jan Klare
Hi, Thanks for all the initial help and the quick followup review. I successfully build systemd for the patched SRCREV for all the platforms you mentioned, should I post something of the output or some proof somewhere? Cheers, Jan > On 27. Aug 2019, at 17:14, Randy MacLeod wrote: >

[OE-core] [warrior][PATCH v3] systemd: update SRCREV for systemd v241-stable

2019-08-27 Thread Jan Klare
-stable, but currently in warrior an old version of that branch is pulled in. This patch updates the SRCREV to the latest commit from that branch and therefore pulls in the needed fix to run systemd 241 on 5.2+ kernels. Signed-off-by: Jan Klare --- meta/recipes-core/systemd/systemd.inc | 2 +- 1 file

[OE-core] [warrior][PATCH v2] update SRCREV for systemd v241-stable branch to latest

2019-08-27 Thread Jan Klare
This update allows to pull in the latest backports that have been applied to systemd v241-stable Signed-off-by: Jan Klare --- meta/recipes-core/systemd/systemd.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd.inc b/meta/recipes-core

[OE-core] [PATCH] update SRCREV for systemd v241-stable branch to latest

2019-08-27 Thread Jan Klare
* this update allows to pull in the latest backports that have been applied to systemd v241-stable Signed-off-by: Jan Klare --- meta/recipes-core/systemd/systemd.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd.inc b/meta/recipes-core

Re: [OE-core] npm offline build for yocto

2019-03-07 Thread Jan Kiszka
pm part of bitbake. https://yarnpkg.com/blog/2016/11/24/offline-mirror/ Sounds reasonable. Let me play with that, maybe try an ad-hoc integration into our layer first. Thanks, Jan Mike -Original Message----- From: Jan Kiszka Sent: Thursday, March 07, 2019 3:37 AM To: Davis, Michael C

[OE-core] npm offline build for yocto

2019-03-07 Thread Jan Kiszka
. I also played with prefilling the cache, but likely in the wrong way. Thanks, Jan -- Siemens AG, Corporate Technology, CT RDA IOT SES-DE Corporate Competence Center Embedded Linux -- ___ Openembedded-core mailing list Openembedded-c

[OE-core] [PATCH] wic: Ensure that sourceparams values can contain '='

2019-02-28 Thread Jan Kiszka
From: Jan Kiszka This allows '--sourceparams key1=val1=val11,key2=val2'. Signed-off-by: Jan Kiszka --- scripts/lib/wic/partition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/wic/partition.py b/scripts/lib/wic/partition.py index 3da7e23e61..

[OE-core] [PATCH] oe-git-proxy: Avoid resolving NO_PROXY against local files

2019-01-29 Thread Jan Kiszka
From: Jan Kiszka NO_PROXY may contain * elements, and if we are unlucky (or want to match all hosts with *), we will pick up local files rather than doing the match in match_host. Quoting helps here. Signed-off-by: Jan Kiszka --- scripts/oe-git-proxy | 4 ++-- 1 file changed, 2 insertions

[OE-core] [PATCH v3] apt-native: Add libapt-pkg headers

2018-02-04 Thread Jan Siegmund
From: Jan Siegmund Native tools were not able to use the headers of apt-pkg. This patch adds the feature. The headers were added from apt-pkg and apt-inst to the native recipe. The shipped headers match the ones in the Ubuntu package libapt-pkg-dev. Signed-off-by: Jan Siegmund --- meta

Re: [OE-core] [PATCH v2] apt-native: Add libapt-pkg headers

2018-02-04 Thread Jan Siegmund
Am 04.02.2018 um 10:59 schrieb Richard Purdie: > On Sat, 2018-02-03 at 11:33 +0100, Jan Siegmund wrote: >> From: Jan Siegmund >> >> Native tools were not able to use the headers of apt-pkg. This patch >> adds the feature. >> The headers were added from apt-pkg and

[OE-core] [PATCH v2] apt-native: Add libapt-pkg headers

2018-02-03 Thread Jan Siegmund
From: Jan Siegmund Native tools were not able to use the headers of apt-pkg. This patch adds the feature. The headers were added from apt-pkg and apt-inst to the native recipe. The shipped headers match the ones in the Ubuntu package libapt-pkg-dev. Signed-off-by: Jan Siegmund --- meta

[OE-core] [PATCH] apt-native: Add libapt-pkg headers

2018-02-02 Thread Jan Siegmund
From: Jan Siegmund Native tools were not able to use the headers of apt-pkg. This patch adds the feature. The headers were added from apt-pkg and apt-inst to the native recipe. The shipped headers match the ones in the Ubuntu package libapt-pkg-dev. Signed-off-by: Jan Siegmund --- meta

[OE-core] [rocko][PATCH 1/2] lz4: fix upstream version check

2018-01-17 Thread Jan Siegmund
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-support/lz4/lz4_1.7.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-support/lz4/lz4_1.7.4.bb b/meta/recipes-support/lz4/lz4_1.7.4.bb index 1e98c1b..9e86985 100644 --- a/meta/recipes-support/lz4/lz4_

[OE-core] [rocko][PATCH 2/2] lz4: remove ptest changes

2018-01-17 Thread Jan Siegmund
From: Ross Burton This recipe installs the test suite by copying the entire build tree into /usr/share/ptest, which is both wasteful and breaks packaging as lz4-ptest then gets renamed by debian.bbclass to liblz4. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-suppo

[OE-core] [PATCH 0/3] rng-tools fixes and enhancements

2017-07-10 Thread Jan Kiszka
See patches for details. Jan Kiszka (3): rng-tools: Start as early as possible rng-tools: Don't use /dev/urandom as rngd default source rng-tools: Add support for Atheros 9170 hwrng meta/recipes-support/rng-tools/rng-tools/default | 11 +-- meta/recipes-support/rng-tools/rng-

[OE-core] [PATCH 2/3] rng-tools: Don't use /dev/urandom as rngd default source

2017-07-10 Thread Jan Kiszka
From: Jan Kiszka Big no-no when you want to have more than a toy device, so let's not make this a default. See also https://lwn.net/Articles/525459. Signed-off-by: Jan Kiszka --- meta/recipes-support/rng-tools/rng-tools/default | 7 +-- 1 file changed, 5 insertions(+), 2 dele

[OE-core] [PATCH 1/3] rng-tools: Start as early as possible

2017-07-10 Thread Jan Kiszka
From: Jan Kiszka This helps systems with little architectural entropy to initialize the random pool earlier. We just need to wait for udev so that drivers have been probed already. Signed-off-by: Jan Kiszka --- meta/recipes-support/rng-tools/rng-tools_5.bb | 2 +- 1 file changed, 1 insertion

  1   2   >