summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-08 14:52:41 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-11 15:19:27 +0000
commite30b8ddad23930880111cd33feefe3ffba3fd437 (patch)
tree514ebe24c1a30c0467799f49d75be58fddc47896 /meta/recipes-core/meta
parent64cacd1be4b70bcef96e383a388277c386ea6206 (diff)
downloadpoky-e30b8ddad23930880111cd33feefe3ffba3fd437.tar.gz
meta-extsdk-toolchain: Mark as nostamp
This recipe needs to generate the latest hashes. With unihash we may not rebuild as previous dependencies may be marked as equivalent. eSDK which uses this is nostamp already, mark this task as nostamp also for the same reason. (From OE-Core rev: e8cfc8525c5d903ee876eafd56521f4a7325a6f5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/meta')
-rw-r--r--meta/recipes-core/meta/meta-extsdk-toolchain.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/meta-extsdk-toolchain.bb b/meta/recipes-core/meta/meta-extsdk-toolchain.bb
index 235d6ecc0f..0df681ac73 100644
--- a/meta/recipes-core/meta/meta-extsdk-toolchain.bb
+++ b/meta/recipes-core/meta/meta-extsdk-toolchain.bb
@@ -16,6 +16,9 @@ addtask do_locked_sigs after do_populate_sysroot
16SSTATETASKS += "do_locked_sigs" 16SSTATETASKS += "do_locked_sigs"
17do_locked_sigs[sstate-inputdirs] = "${LOCKED_SIGS_INDIR}" 17do_locked_sigs[sstate-inputdirs] = "${LOCKED_SIGS_INDIR}"
18do_locked_sigs[sstate-outputdirs] = "${STAGING_DIR}/${PACKAGE_ARCH}/${PN}/locked-sigs" 18do_locked_sigs[sstate-outputdirs] = "${STAGING_DIR}/${PACKAGE_ARCH}/${PN}/locked-sigs"
19# If a taskhash changes we need to use the latest hash changes. With unihash we may not rebuild.
20# eSDK which uses this is nostamp anyway
21do_locked_sigs[nostamp] = "1"
19 22
20python do_locked_sigs() { 23python do_locked_sigs() {
21 import oe.copy_buildsystem 24 import oe.copy_buildsystem