diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-08-31 14:02:50 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-04 00:07:28 +0100 |
commit | 619d2996fbb12e6ab63daa73b2d9683023cc2744 (patch) | |
tree | 33ac3629e1270767a68fdb8c374d5975af09f13f /meta/classes/populate_sdk_base.bbclass | |
parent | 51afd4515f7373765e7fbe15aefc63668d927f5a (diff) | |
download | poky-619d2996fbb12e6ab63daa73b2d9683023cc2744.tar.gz |
image/populate_sdk_base: Add *DEPLOYDIR variables
This is a preparation for changing deployment directory for image
and populate_sdk targets.
Introduced new variables, IMGDEPLOYDIR and SDKDEPLOYDIR. Set it to current
image/sdk deployment locations.
(From OE-Core rev: 8969b885044eb46dba3dbf62a0243aef673443d3)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/populate_sdk_base.bbclass')
-rw-r--r-- | meta/classes/populate_sdk_base.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/populate_sdk_base.bbclass b/meta/classes/populate_sdk_base.bbclass index 645a7f4cce..0a85a98d06 100644 --- a/meta/classes/populate_sdk_base.bbclass +++ b/meta/classes/populate_sdk_base.bbclass | |||
@@ -26,6 +26,8 @@ SDK_DIR = "${WORKDIR}/sdk" | |||
26 | SDK_OUTPUT = "${SDK_DIR}/image" | 26 | SDK_OUTPUT = "${SDK_DIR}/image" |
27 | SDK_DEPLOY = "${DEPLOY_DIR}/sdk" | 27 | SDK_DEPLOY = "${DEPLOY_DIR}/sdk" |
28 | 28 | ||
29 | SDKDEPLOYDIR = "${SDK_DEPLOY}" | ||
30 | |||
29 | B_task-populate-sdk = "${SDK_DIR}" | 31 | B_task-populate-sdk = "${SDK_DIR}" |
30 | 32 | ||
31 | SDKTARGETSYSROOT = "${SDKPATH}/sysroots/${REAL_MULTIMACH_TARGET_SYS}" | 33 | SDKTARGETSYSROOT = "${SDKPATH}/sysroots/${REAL_MULTIMACH_TARGET_SYS}" |