mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
bitbake.conf: fix PACKAGE_ARCH[vardepsexclude]
(From OE-Core rev: 4040031c79bd69c00982f7e32aa9710bdc2b9c23) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b0bf7ef115
commit
309e6f74a6
@@ -95,9 +95,9 @@ PACKAGE_ARCH = "${BASE_PACKAGE_ARCH}"
|
||||
MACHINE_ARCH = "${@[bb.data.getVar('BASE_PACKAGE_ARCH', d, 1), bb.data.getVar('MACHINE', d, 1)][bool(bb.data.getVar('MACHINE', d, 1))].replace('-', '_')}"
|
||||
PACKAGE_EXTRA_ARCHS ??= "${TARGET_ARCH}"
|
||||
PACKAGE_ARCHS = "all any noarch ${PACKAGE_EXTRA_ARCHS} ${MACHINE_ARCH}"
|
||||
# MACHINE shouldn't be included here as a variable dependency since machine specific
|
||||
# packages are handled using multimachine
|
||||
PACKAGE_ARCHS[vardepsexclude] = "MACHINE"
|
||||
# MACHINE_ARCH shouldn't be included here as a variable dependency
|
||||
# since machine specific packages are handled using multimachine
|
||||
PACKAGE_ARCHS[vardepsexclude] = "MACHINE_ARCH"
|
||||
|
||||
MULTIMACH_ARCH = "${PACKAGE_ARCH}"
|
||||
MULTIMACH_TARGET_SYS = "${MULTIMACH_ARCH}${TARGET_VENDOR}-${TARGET_OS}"
|
||||
|
||||
Reference in New Issue
Block a user