From: Andrej Valek Date: Wed, 7 Nov 2018 08:43:05 +0000 (+0100) Subject: rootfs: ensure that packages in IMAGE_INSTALL_DEBUGFS are existing X-Git-Tag: uninative-2.4~1199 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=06a1bbea67a7233deff80ebe3681b4e0cca6817a;p=openembedded-core.git rootfs: ensure that packages in IMAGE_INSTALL_DEBUGFS are existing Ensure that additional packages in IMAGE_INSTALL_DEBUGFS are available before installation. Signed-off-by: Andrej Valek Signed-off-by: Richard Purdie --- diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 452b1ad391..ecb903ee37 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass @@ -24,7 +24,7 @@ POPULATE_SDK_POST_TARGET_COMMAND += "rootfs_sysroot_relativelinks; " LICENSE ?= "MIT" PACKAGES = "" DEPENDS += "${@' '.join(["%s-qemuwrapper-cross" % m for m in d.getVar("MULTILIB_VARIANTS").split()])} qemuwrapper-cross depmodwrapper-cross cross-localedef-native" -RDEPENDS += "${PACKAGE_INSTALL} ${LINGUAS_INSTALL}" +RDEPENDS += "${PACKAGE_INSTALL} ${LINGUAS_INSTALL} ${IMAGE_INSTALL_DEBUGFS}" RRECOMMENDS += "${PACKAGE_INSTALL_ATTEMPTONLY}" PATH_prepend = "${@":".join(all_multilib_tune_values(d, 'STAGING_BINDIR_CROSS').split())}:"