From: Christoph Lauer <[email protected]> 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: Christoph Lauer <[email protected]> --- meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb b/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb index 28e0807d1d..0e24efc597 100644 --- a/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb +++ b/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb @@ -32,3 +32,6 @@ do_configure() { -C ${STAGING_KERNEL_DIR} O=${STAGING_KERNEL_BUILDDIR} $t done } + +# keep native libraries required for module signing +RM_WORK_EXCLUDE_ITEMS += "recipe-sysroot-native" -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#180113): https://lists.openembedded.org/g/openembedded-core/message/180113 Mute This Topic: https://lists.openembedded.org/mt/98296212/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
