[OE-core] [PATCH] linuxloader: add -armhf on arm only for TARGET_FPU 'hard'

2024-06-05 Thread Jonas Gorski
being 'hard' and then applying the suffix. Signed-off-by: Jonas Gorski --- I stumbled upon this on kirkstone after the Go linker changes were backported to 4.0.19. Suddenly docker wasn't working anymore, being linked against a non-existing ld-linux. This is only tested on kirksto

[OE-core] [kirkstone][PATCH 0/2] man-pages: backport libxcrypt conflict fixes

2024-06-06 Thread Jonas Gorski
Currently trying to include doc-pkgs in a kirkstone based image fails due to a file conflict in the crypt_r.3 man page between man-pages and libxcrypt. This was already fixed a while ago in master, so backport the appropriate fixes to kirkstone. After applying doc-pkgs now works fine. Changqing L

[OE-core] [kirkstone][PATCH 1/2] man-pages: add an alternative link name for crypt_r.3

2024-06-06 Thread Jonas Gorski
From: Thomas Perrot Because crypt_r.3 is also provided by libxcrypt-doc. Signed-off-by: Thomas Perrot Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie (cherry picked from commit ae5a8629ea72d6b3567047c7b858deae28623aba) Signed-off-by: Jonas Gorski --- meta/recipes-extended/man

[OE-core] [kirkstone][PATCH 2/2] man-pages: remove conflict pages

2024-06-06 Thread Jonas Gorski
with file from package man-pages-6.04-r0.x86_64 Signed-off-by: Changqing Li Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 605b4a91dc44d33bd4742841e71645275bc039e8) Signed-off-by: Jonas Gorski --- meta/recipes-extended/man-pages/man-pages_5.13.bb | 13

[OE-core] [scarthgap][PATCH] linuxloader: add -armhf on arm only for TARGET_FPU 'hard'

2024-06-26 Thread Jonas Gorski
being 'hard' and then applying the suffix. Signed-off-by: Jonas Gorski Signed-off-by: Richard Purdie (cherry picked from commit 07b4c7a2bd23f8645810e13439e814caaaf9cd94) --- meta/classes-recipe/linuxloader.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/me

[OE-core] [kirkstone][PATCH] linuxloader: add -armhf on arm only for TARGET_FPU 'hard'

2024-06-26 Thread Jonas Gorski
being 'hard' and then applying the suffix. Signed-off-by: Jonas Gorski Signed-off-by: Richard Purdie (cherry picked from commit 07b4c7a2bd23f8645810e13439e814caaaf9cd94) --- meta/classes/linuxloader.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/me

[OE-core] [PATCH] rootfs-postcommands.bbclass: make opkg status reproducible

2024-09-26 Thread Jonas Gorski
e [1]. [1] https://github.com/openwrt/openwrt/blob/main/include/rootfs.mk#L103 Signed-off-by: Jonas Gorski --- meta/classes-recipe/rootfs-postcommands.bbclass | 4 1 file changed, 4 insertions(+) diff --git a/meta/classes-recipe/rootfs-postcommands.bbclass b/meta/classes-rec

Re: [OE-core] [PATCH kirkstone 6/6] base-passwd: Add the sgx group

2025-01-07 Thread Jonas Gorski
Hi Jörg, sorry for the late response, I was on vacation. On 02.01.25 22:14, Jörg Sommer wrote: Jonas Gorski via lists.openembedded.org schrieb am Di 17. Dez, 12:12 (+0100): From: Alex Kiernan To avoid errors from eudev/udev we need an sgx group, but if we add it via groupadd that causes

[OE-core] [PATCH kirkstone 6/6] base-passwd: Add the sgx group

2024-12-17 Thread Jonas Gorski
implement the heuristics which busybox has to handle this kernel configuration. Signed-off-by: Alex Kiernan Signed-off-by: Richard Purdie (cherry picked from commit a1c81ac4a869cc57394071ace2ca086eb8ac47a4) Signed-off-by: Jonas Gorski --- .../0001-base-passwd-Add-the-sgx-group.p

[OE-core] [PATCH kirkstone 1/6] base-passwd: Regenerate the patches

2024-12-17 Thread Jonas Gorski
From: Peter Kjellerstedt Signed-off-by: Peter Kjellerstedt Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie (cherry picked from commit 6515d96c12b080b9e7f344799e26dba3b98e17e2) Signed-off-by: Jonas Gorski --- .../0001-Add-a-shutdown-group.patch | 26

[OE-core] [PATCH kirkstone 2/6] base-passwd: Update to 3.5.52

2024-12-17 Thread Jonas Gorski
Signed-off-by: Peter Kjellerstedt Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie (cherry picked from commit e7abf63cc8bdc61c8d978b3c21a38e17716fc292) Signed-off-by: Jonas Gorski --- ...nstead-of-bin-bash-for-the-root-user.patch | 8 +- ...t-since-we-do-not-have-an-etc-shadow.pat

[OE-core] [PATCH kirkstone 5/6] base-passwd: fix patchreview warning

2024-12-17 Thread Jonas Gorski
ndre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 7b62b32fe154ca40a3bf731eaa5994ec351cf507) Signed-off-by: Jonas Gorski --- .../base-passwd/base-passwd/0008-Add-wheel-group.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-c

[OE-core] [PATCH kirkstone 4/6] base-passwd: add the wheel group

2024-12-17 Thread Jonas Gorski
Signed-off-by: Richard Purdie (cherry picked from commit bebe52ae9576393ebb9d7405fc77fba21e84ba5b) Signed-off-by: Jonas Gorski --- .../base-passwd/0008-Add-wheel-group.patch| 20 +++ .../base-passwd/base-passwd_3.5.52.bb | 1 + 2 files changed, 21 insertions(+) create

[OE-core] [PATCH kirkstone 0/6] base-passwd: backport fixes from master

2024-12-17 Thread Jonas Gorski
Backport updates for base-passwd to 3.5.52 and fixes to kirkstone. Adds default wheel and sgx groups instead of letting systemd creating them dynamically. Mostly identical except where patches needed renumbering due to targeting base-passwd 3.6. Backport done as part of [ Yocto #15680 ]. Alex K

[OE-core] [PATCH kirkstone 3/6] base-passwd: Update the status for two patches

2024-12-17 Thread Jonas Gorski
) Signed-off-by: Jonas Gorski --- ...0006-Make-it-possible-to-build-without-debconf-support.patch | 2 +- ...7-Make-it-possible-to-disable-the-generation-of-the-do.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/base-passwd/base-passwd/0006-Make-it