diff options
| -rw-r--r-- | meta/conf/bitbake.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 56c7bbb42c..a825c17236 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
| @@ -92,8 +92,7 @@ SDK_CC_ARCH = "${BUILD_CC_ARCH}" | |||
| 92 | 92 | ||
| 93 | BASE_PACKAGE_ARCH = "${HOST_ARCH}" | 93 | BASE_PACKAGE_ARCH = "${HOST_ARCH}" |
| 94 | PACKAGE_ARCH = "${BASE_PACKAGE_ARCH}" | 94 | 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))]}" | 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 | MACHINE_ARCH_qemux86-64 = "qemux86_64" | ||
| 97 | PACKAGE_EXTRA_ARCHS ??= "${TARGET_ARCH}" | 96 | PACKAGE_EXTRA_ARCHS ??= "${TARGET_ARCH}" |
| 98 | PACKAGE_ARCHS = "all any noarch ${PACKAGE_EXTRA_ARCHS} ${MACHINE_ARCH}" | 97 | PACKAGE_ARCHS = "all any noarch ${PACKAGE_EXTRA_ARCHS} ${MACHINE_ARCH}" |
| 99 | # MACHINE shouldn't be included here as a variable dependency since machine specific | 98 | # MACHINE shouldn't be included here as a variable dependency since machine specific |
