From: Kai Kang <[email protected]> Crash has to be built as the same bitsize (32-bit/64-bit) as the kernel. So add it to NON_MULTILIB_RECIPES to make it keeps same bitsize with the kernel. For example, it is 'crash' rather than 'lib32-crash' which is installed to 32-bit rootfs with 64-bit kernel.
Signed-off-by: Kai Kang <[email protected]> --- meta-oe/conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index 1f6086164..3de301550 100644 --- a/meta-oe/conf/layer.conf +++ b/meta-oe/conf/layer.conf @@ -98,3 +98,5 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ " DEFAULT_TEST_SUITES_pn-meta-oe-ptest-image = " ${PTESTTESTSUITE}" + +NON_MULTILIB_RECIPES_append = " crash" -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#89205): https://lists.openembedded.org/g/openembedded-devel/message/89205 Mute This Topic: https://lists.openembedded.org/mt/80276685/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
