diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/conf/bitbake.conf | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index fde8d76410..1d70d3c9dd 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -132,6 +132,7 @@ SDK_PACKAGE_ARCHS = "all any noarch ${SDK_ARCH}-${SDKPKGSUFFIX}"  SDK_LD_ARCH = "${BUILD_LD_ARCH}"  SDK_AS_ARCH = "${BUILD_AS_ARCH}" +TUNE_PKGARCH ??= ""  PACKAGE_ARCH = "${TUNE_PKGARCH}"  MACHINE_ARCH = "${@[d.getVar('TUNE_PKGARCH', True), d.getVar('MACHINE', True)][bool(d.getVar('MACHINE', True))].replace('-', '_')}"  PACKAGE_EXTRA_ARCHS ??= "${PACKAGE_EXTRA_ARCHS_tune-${DEFAULTTUNE}}" | 
