Re: [OE-core] [PATCH] kernel-fitImage: use IMAGE_NAME_SUFFIX

2024-05-08 Thread Rouven Czerwinski
Hi, please disregard this patch. Apparently the convention is for initramfs images to set IMAGE_NAME_SUFFIX ?= "", which lets kernel- fitimage.bbclass work as expected. Best regards, Rouven On Tue, 2024-04-30 at 12:24 +0200, Rouven Czerwinski wrote: > Without taking IMAG

[OE-core] [PATCH] kernel-fitImage: use IMAGE_NAME_SUFFIX

2024-04-30 Thread Rouven Czerwinski
Without taking IMAGE_NAME_SUFFIX into account, the kernel-fitimage class will always fail to find the initramfs, fix the search path and error message to include IMAGE_NAME_SUFFIX. Signed-off-by: Rouven Czerwinski --- meta/classes-recipe/kernel-fitimage.bbclass | 4 ++-- 1 file changed, 2

[OE-core] [PATCH] glib-2.0: Remove unnecessary assignement

2023-11-03 Thread Rouven Czerwinski
FILES:${PN}-utils is += extended and than replaced completely later, remove the first extension. Signed-off-by: Rouven Czerwinski --- meta/recipes-core/glib-2.0/glib.inc | 5 - 1 file changed, 5 deletions(-) diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0

Re: [OE-core] [meta][kirkstone][PATCH] json-c: disable -Werror for x86-64

2023-07-21 Thread Rouven Czerwinski
rds, Rouven > > > > Alex > > > > On Thu, 20 Jul 2023 at 15:37, Rouven Czerwinski > > wrote: > > > > > > From: Rouven Czerwinski > > > > > > Disable -Werror using OECMAKE_C_FLAGS on x86-64. This ensures > > > that j

[OE-core] [meta][kirkstone][PATCH] json-c: disable -Werror for x86-64

2023-07-20 Thread Rouven Czerwinski
From: Rouven Czerwinski Disable -Werror using OECMAKE_C_FLAGS on x86-64. This ensures that json-c can build on newer distributions where the host compiler is new enough to treat implicit fallthrough warnings as errors: | NOTE: VERBOSE=1 cmake --build /…/work/x86_64-linux/json-c-native/0.15-r0

[OE-core] [PATCH] kbd: fix pam DISTRO_FEATURES check

2022-05-04 Thread Rouven Czerwinski
-apa-linux-gnueabi/kbd/2.4.0-r0/temp/run.do_install.1052292: 158: [: =: unexpected operator check within the do_install script: if [ = yes ] Provide the quoting and a proper no value in case the pam distro feature ist not set. Signed-off-by: Rouven Czerwinski --- meta/recipes-core/kbd