diff options
-rw-r--r-- | meta/classes/populate_sdk_deb.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/populate_sdk_deb.bbclass b/meta/classes/populate_sdk_deb.bbclass index 833feca882..b96c5efad0 100644 --- a/meta/classes/populate_sdk_deb.bbclass +++ b/meta/classes/populate_sdk_deb.bbclass | |||
@@ -6,6 +6,9 @@ DEB_SDK_ARCH = "${@[d.getVar('SDK_ARCH', True), "i386"]\ | |||
6 | [d.getVar('SDK_ARCH', True) in \ | 6 | [d.getVar('SDK_ARCH', True) in \ |
7 | ["x86", "i486", "i586", "i686", "pentium"]]}" | 7 | ["x86", "i486", "i586", "i686", "pentium"]]}" |
8 | 8 | ||
9 | DEB_SDK_ARCH = "${@[d.getVar('SDK_ARCH', True), "amd64"]\ | ||
10 | [d.getVar('SDK_ARCH', True) == "x86_64"]}" | ||
11 | |||
9 | do_populate_sdk[lockfiles] += "${DEPLOY_DIR_DEB}/deb.lock" | 12 | do_populate_sdk[lockfiles] += "${DEPLOY_DIR_DEB}/deb.lock" |
10 | 13 | ||
11 | # This will of course only work after rootfs_deb_do_rootfs or populate_sdk_deb has been called | 14 | # This will of course only work after rootfs_deb_do_rootfs or populate_sdk_deb has been called |