mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 05:02:21 +02:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user