This avoids the assumption that the meta layer is the first layer listed in the BBLAYERS variable.
Signed-off-by: Peter Kjellerstedt <[email protected]> --- meta/conf/layer.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 4794e660ae..9c80153233 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf @@ -133,8 +133,8 @@ SSTATE_EXCLUDEDEPS_SYSROOT += "\ # dependency in the recipe. SSTATE_EXCLUDEDEPS_SYSROOT += ".*->autoconf-archive-native" -DUMMY_PACKAGE_ARCHS_SDK = "buildtools-dummy-${SDKPKGSUFFIX} sdk-provides-dummy-${SDKPKGSUFFIX}" -DUMMY_PACKAGE_ARCHS_TARGET = "sdk-provides-dummy-target" +DUMMY_PACKAGE_ARCHS_SDK += "buildtools-dummy-${SDKPKGSUFFIX} sdk-provides-dummy-${SDKPKGSUFFIX}" +DUMMY_PACKAGE_ARCHS_TARGET += "sdk-provides-dummy-target" # We need to keep bitbake tools in PATH # Avoid empty path entries
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#233286): https://lists.openembedded.org/g/openembedded-core/message/233286 Mute This Topic: https://lists.openembedded.org/mt/118356858/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
