summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/meta
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2014-12-19 11:41:43 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-21 12:37:56 +0000
commit3e6e4e0198eec87f5d7960b815cab6a268bb9015 (patch)
tree0aa04e9a86b7b76eca66ab093bdc699b40978b0c /meta/recipes-core/meta
parent54d5e74a19d5773c3989d1d64b6a5d927013962b (diff)
downloadpoky-3e6e4e0198eec87f5d7960b815cab6a268bb9015.tar.gz
meta-environment: don't mark tasks as nostamp
With siggen being changed to alter the signature of nostamp tasks on the fly, having these tasks as nostamp results in the SDK being rebuilt every time, which is not desirable. In any case this is just legacy from the days before we used signatures to take care of ensuring these tasks get re-run when they need to be. (From OE-Core rev: e9a211321b4570282d0d65a0bb519e05a3d477bb) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/meta')
-rw-r--r--meta/recipes-core/meta/meta-environment.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-core/meta/meta-environment.bb b/meta/recipes-core/meta/meta-environment.bb
index bb208a39aa..b3737bb5cf 100644
--- a/meta/recipes-core/meta/meta-environment.bb
+++ b/meta/recipes-core/meta/meta-environment.bb
@@ -19,7 +19,6 @@ SDKTARGETSYSROOT = "${SDKPATH}/sysroots/${REAL_MULTIMACH_TARGET_SYS}"
19 19
20inherit cross-canadian 20inherit cross-canadian
21 21
22do_generate_content[nostamp] = "1"
23do_generate_content[cleandirs] = "${SDK_OUTPUT}" 22do_generate_content[cleandirs] = "${SDK_OUTPUT}"
24do_generate_content[dirs] = "${SDK_OUTPUT}/${SDKPATH}" 23do_generate_content[dirs] = "${SDK_OUTPUT}/${SDKPATH}"
25python do_generate_content() { 24python do_generate_content() {
@@ -58,7 +57,6 @@ create_sdk_files() {
58 toolchain_create_sdk_version ${SDK_OUTPUT}/${SDKPATH}/version-${REAL_MULTIMACH_TARGET_SYS} 57 toolchain_create_sdk_version ${SDK_OUTPUT}/${SDKPATH}/version-${REAL_MULTIMACH_TARGET_SYS}
59} 58}
60 59
61do_install[nostamp] = "1"
62do_install() { 60do_install() {
63 install -d ${D}/${SDKPATH} 61 install -d ${D}/${SDKPATH}
64 install -m 0644 -t ${D}/${SDKPATH} ${SDK_OUTPUT}/${SDKPATH}/* 62 install -m 0644 -t ${D}/${SDKPATH} ${SDK_OUTPUT}/${SDKPATH}/*