diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/bitbake.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index a825c17236..f4de612711 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -95,9 +95,9 @@ PACKAGE_ARCH = "${BASE_PACKAGE_ARCH}" | |||
95 | MACHINE_ARCH = "${@[bb.data.getVar('BASE_PACKAGE_ARCH', d, 1), bb.data.getVar('MACHINE', d, 1)][bool(bb.data.getVar('MACHINE', d, 1))].replace('-', '_')}" | 95 | MACHINE_ARCH = "${@[bb.data.getVar('BASE_PACKAGE_ARCH', d, 1), bb.data.getVar('MACHINE', d, 1)][bool(bb.data.getVar('MACHINE', d, 1))].replace('-', '_')}" |
96 | PACKAGE_EXTRA_ARCHS ??= "${TARGET_ARCH}" | 96 | PACKAGE_EXTRA_ARCHS ??= "${TARGET_ARCH}" |
97 | PACKAGE_ARCHS = "all any noarch ${PACKAGE_EXTRA_ARCHS} ${MACHINE_ARCH}" | 97 | PACKAGE_ARCHS = "all any noarch ${PACKAGE_EXTRA_ARCHS} ${MACHINE_ARCH}" |
98 | # MACHINE shouldn't be included here as a variable dependency since machine specific | 98 | # MACHINE_ARCH shouldn't be included here as a variable dependency |
99 | # packages are handled using multimachine | 99 | # since machine specific packages are handled using multimachine |
100 | PACKAGE_ARCHS[vardepsexclude] = "MACHINE" | 100 | PACKAGE_ARCHS[vardepsexclude] = "MACHINE_ARCH" |
101 | 101 | ||
102 | MULTIMACH_ARCH = "${PACKAGE_ARCH}" | 102 | MULTIMACH_ARCH = "${PACKAGE_ARCH}" |
103 | MULTIMACH_TARGET_SYS = "${MULTIMACH_ARCH}${TARGET_VENDOR}-${TARGET_OS}" | 103 | MULTIMACH_TARGET_SYS = "${MULTIMACH_ARCH}${TARGET_VENDOR}-${TARGET_OS}" |