diff options
| -rw-r--r-- | meta/recipes-core/meta/meta-extsdk-toolchain.bb | 3 |
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 | |||
| 16 | SSTATETASKS += "do_locked_sigs" | 16 | SSTATETASKS += "do_locked_sigs" |
| 17 | do_locked_sigs[sstate-inputdirs] = "${LOCKED_SIGS_INDIR}" | 17 | do_locked_sigs[sstate-inputdirs] = "${LOCKED_SIGS_INDIR}" |
| 18 | do_locked_sigs[sstate-outputdirs] = "${STAGING_DIR}/${PACKAGE_ARCH}/${PN}/locked-sigs" | 18 | do_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 | ||
| 21 | do_locked_sigs[nostamp] = "1" | ||
| 19 | 22 | ||
| 20 | python do_locked_sigs() { | 23 | python do_locked_sigs() { |
| 21 | import oe.copy_buildsystem | 24 | import oe.copy_buildsystem |
