Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/2] meta-extsdk-toolchain: Mark as nostamp
@ 2020-01-11 10:47 Richard Purdie
  2020-01-11 10:47 ` [PATCH 2/2] glib-2.0: Fix hardcoded paths in checksums Richard Purdie
  2020-01-11 11:02 ` ✗ patchtest: failure for "meta-extsdk-toolchain: Mark as..." and 1 more Patchwork
  0 siblings, 2 replies; 3+ messages in thread
From: Richard Purdie @ 2020-01-11 10:47 UTC (permalink / raw)
  To: openembedded-core

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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-core/meta/meta-extsdk-toolchain.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-core/meta/meta-extsdk-toolchain.bb b/meta/recipes-core/meta/meta-extsdk-toolchain.bb
index 235d6ecc0f4..0df681ac738 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
 SSTATETASKS += "do_locked_sigs"
 do_locked_sigs[sstate-inputdirs] = "${LOCKED_SIGS_INDIR}"
 do_locked_sigs[sstate-outputdirs] = "${STAGING_DIR}/${PACKAGE_ARCH}/${PN}/locked-sigs"
+# If a taskhash changes we need to use the latest hash changes. With unihash we may not rebuild.
+# eSDK which uses this is nostamp anyway
+do_locked_sigs[nostamp] = "1"
 
 python do_locked_sigs() {
     import oe.copy_buildsystem
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-11 11:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-11 10:47 [PATCH 1/2] meta-extsdk-toolchain: Mark as nostamp Richard Purdie
2020-01-11 10:47 ` [PATCH 2/2] glib-2.0: Fix hardcoded paths in checksums Richard Purdie
2020-01-11 11:02 ` ✗ patchtest: failure for "meta-extsdk-toolchain: Mark as..." and 1 more Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox