[OE-core] [langdale][PATCH] populate_sdk_base: add zip options

2023-04-23 Thread Christoph Lauer
From: Christoph Lauer Add SDK_ZIP_OPTIONS to remove symbolic link creation in zip archive or add options, e.g. for encryption of the zip archive. (From OE-Core rev: 04b62f9459b401c276255f166d0738b6f902a576) Signed-off-by: Christoph Lauer Signed-off-by: Alexandre Belloni Signed-off-by

[OE-core] [kirkstone][PATCH] populate_sdk_base: add zip options

2023-04-23 Thread Christoph Lauer
From: Christoph Lauer Add SDK_ZIP_OPTIONS to remove symbolic link creation in zip archive or add options, e.g. for encryption of the zip archive. (From OE-Core rev: 04b62f9459b401c276255f166d0738b6f902a576) Signed-off-by: Christoph Lauer Signed-off-by: Alexandre Belloni Signed-off-by

[OE-core] [dunfell][PATCH] populate_sdk_base: add zip options

2023-04-23 Thread Christoph Lauer
From: Christoph Lauer Add SDK_ZIP_OPTIONS to remove symbolic link creation in zip archive or add options, e.g. for encryption of the zip archive. (From OE-Core rev: 04b62f9459b401c276255f166d0738b6f902a576) Signed-off-by: Christoph Lauer Signed-off-by: Alexandre Belloni Signed-off-by

Re: [OE-core] [PATCH] make-mod-scripts: preserve libraries when rm_work is used

2023-04-22 Thread Christoph Lauer
Am 21.04.23 um 22:28 schrieb Bruce Ashfield: On Wed, Apr 19, 2023 at 11:03 PM Bruce Ashfield via lists.openembedded.org wrote: On Wed, Apr 19, 2023 at 6:54 PM Richard Purdie wrote: On Wed, 2023-04-19 at 23:34 +0100, Jose Quaresma wrote: Hi, Not related with the previous discussion but jus

Re: [OE-core] [PATCH] make-mod-scripts: preserve libraries when rm_work is used

2023-04-17 Thread Christoph Lauer
 RM_WORK_EXCLUDE += "make-mod-scripts" but your fix looks better. Thanks. Jose Christoph Lauer mailto:christoph.la...@email.de>> escreveu no dia domingo, 16/04/2023 à(s) 11:31: From: Christoph Lauer mailto:christoph.la...@xtronic.de>> With rm_work active, external

[OE-core] [PATCH] make-mod-scripts: preserve libraries when rm_work is used

2023-04-16 Thread Christoph Lauer
From: Christoph Lauer With rm_work active, external module signing throws an error: scripts/sign-file: error while loading shared libraries: libcrypto.so.3: cannot open shared object file: No such file or directory Preserve libraries that sign-file script needs during runtime. Signed-off-by

Re: [OE-core] [PATCH] initial configs: set initial {DISTRO|MACHINE|IMAGE}FEATUREs as weak as possible

2022-11-14 Thread Christoph Lauer
edt wrote: -Original Message- From: openembedded-core@lists.openembedded.org On Behalf Of Christoph Lauer Sent: den 12 november 2022 17:31 To: openembedded-core@lists.openembedded.org Cc: Christoph Lauer Subject: [OE-core] [PATCH] initial configs: set initial {DISTRO|MACHINE|IMAGE}FEATUREs

[OE-core] [meta-oe][PATCH v3] initial configs: set initial {DISTRO|MACHINE|IMAGE}FEATUREs as weak as possible

2022-11-13 Thread Christoph Lauer
From: Christoph Lauer This gives BSP creators the flexibility to change features with weak defaults. Non-empty FEATURES must not be weaker because then the empty weaker value from bitbake.conf might be applied. Signed-off-by: Christoph Lauer --- meta/conf/bitbake.conf

[OE-core] [PATCH 2/2] poky.conf: set initial DISTRO_FEATURES as weak as possible

2022-11-13 Thread Christoph Lauer
From: Christoph Lauer This gives BSP creators the flexibility to change features with weak defaults Signed-off-by: Christoph Lauer --- meta-poky/conf/distro/poky.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro

[OE-core] [PATCH 1/2] initial machine configs: set PREFERRED_PROVIDERs as weaker defaults

2022-11-13 Thread Christoph Lauer
From: Christoph Lauer This gives BSP creators the flexibility to change PREFERRED_PROVIDERs with weak defaults Signed-off-by: Christoph Lauer --- meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | 6 +++--- meta-yocto-bsp/conf/machine/edgerouter.conf | 2 +- meta-yocto

[OE-core] [meta-oe][PATCH v2 1/2] initial configs: set PREFERRED_PROVIDERs as weaker defaults

2022-11-13 Thread Christoph Lauer
From: Christoph Lauer This gives BSP creators the flexibility to change PREFERRED_PROVIDERs with weak defaults Signed-off-by: Christoph Lauer --- meta/conf/bitbake.conf| 2 +- .../conf/distro/include/default-providers.inc | 82 +-- meta/conf/distro

[OE-core] [meta-oe][PATCH v2 2/2] initial configs: set initial {DISTRO|MACHINE|IMAGE}FEATUREs as weak as possible

2022-11-13 Thread Christoph Lauer
From: Christoph Lauer This gives BSP creators the flexibility to change features with weak defaults Signed-off-by: Christoph Lauer --- meta/conf/bitbake.conf| 28 +-- .../distro/include/default-distrovars.inc | 6 ++-- meta/conf/machine/include

[OE-core] [PATCH] initial configs: set initial {DISTRO|MACHINE|IMAGE}FEATUREs as weak as possible

2022-11-12 Thread Christoph Lauer
From: Christoph Lauer This gives BSP creators the flexibility to change features with weak defaults Signed-off-by: Christoph Lauer --- meta-poky/conf/distro/poky.conf | 2 +- meta/conf/bitbake.conf| 28 +-- .../distro/include/default

[OE-core] [PATCH] initial configs: set PREFERRED_PROVIDERs as weaker defaults

2022-11-12 Thread Christoph Lauer
From: Christoph Lauer This gives BSP creators the flexibility to change PREFERRED_PROVIDERs with weak defaults Signed-off-by: Christoph Lauer --- .../conf/machine/beaglebone-yocto.conf| 6 +- meta-yocto-bsp/conf/machine/edgerouter.conf | 2 +- .../machine/include/genericx86

[OE-core] [PATCH] populate_sdk_base: add zip options

2022-11-03 Thread Christoph Lauer
From: Christoph Lauer Add SDK_ZIP_OPTIONS to remove symbolic link creation in zip archive or add options, e.g. for encryption of the zip archive. Signed-off-by: Christoph Lauer --- meta/classes-recipe/populate_sdk_base.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff

Re: [OE-core] [PATCH v2] package.bbclass: Avoid stripping signed kernel modules in splitdebuginfo

2022-07-13 Thread Christoph Lauer
Am 13.07.22 um 00:37 schrieb Richard Purdie: On Wed, 2022-07-13 at 00:29 +0200, Christoph Lauer wrote: From: Christoph Lauer Since commit d756b346f248df47b0540644adb1d0f17bcc4b6e kernel modules are stripped by the functions 'runstrip' and 'splitdebuginfo'. Signed

Re: [OE-core] [PATCH v3] package.bbclass: Avoid stripping signed kernel modules in splitdebuginfo

2022-07-13 Thread Christoph Lauer
Am 13.07.22 um 23:07 schrieb Christoph Lauer: From: Christoph Lauer Since commit d756b346f248df47b0540644adb1d0f17bcc4b6e kernel modules are stripped by the functions 'runstrip' and 'splitdebuginfo'. Signed modules must not be stripped. Function 'runstri

[OE-core] [PATCH v3] package.bbclass: Avoid stripping signed kernel modules in splitdebuginfo

2022-07-13 Thread Christoph Lauer
From: Christoph Lauer Since commit d756b346f248df47b0540644adb1d0f17bcc4b6e kernel modules are stripped by the functions 'runstrip' and 'splitdebuginfo'. Signed modules must not be stripped. Function 'runstrip' avoids this by running is_kernel_module_s

[OE-core] [PATCH v2] package.bbclass: Avoid stripping signed kernel modules in splitdebuginfo

2022-07-12 Thread Christoph Lauer
From: Christoph Lauer Since commit d756b346f248df47b0540644adb1d0f17bcc4b6e kernel modules are stripped by the functions 'runstrip' and 'splitdebuginfo'. Signed modules must not be stripped. Function 'runstrip' avoids this by running is_kernel_module_s

Re: [OE-core] [PATCH] package.bbclass: Avoid stripping signed kernel modules in splitdebuginfo

2022-07-12 Thread Christoph Lauer
Thank you for your input. The package function 'is_elf' can perform the check if the current file is a kernel module. I will add another condition to the patch. Am 11.07.22 um 10:29 schrieb Richard Purdie: On Sun, 2022-07-10 at 17:36 +0200, Christoph Lauer wrote: From: Christoph Lau

[OE-core] [PATCH] package.bbclass: Avoid stripping signed kernel modules in splitdebuginfo

2022-07-10 Thread Christoph Lauer
From: Christoph Lauer Since commit d756b346f248df47b0540644adb1d0f17bcc4b6e kernel modules are stripped by the functions 'runstrip' and 'splitdebuginfo'. Signed modules must not be stripped. Function 'runstrip' avoids this by running is_kernel_module_s