mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
package_pkgdata: Avoid task hash mismatches for generic task changes
Add SSTATETASKS to package_prepare_pkgdata[vardepsexclude] since otherwise the task hashes vary depending upon which packaging backends are enabled and likely other changes which add/remove unrelated sstate tasks. (From OE-Core rev: 5663bd42a27d25be9843d9f3611ea476b553930b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 4011d31d4372639fd72ee0eefae210bf59c90d13) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -162,6 +162,6 @@ python package_prepare_pkgdata() {
|
|||||||
|
|
||||||
}
|
}
|
||||||
package_prepare_pkgdata[cleandirs] = "${WORKDIR_PKGDATA}"
|
package_prepare_pkgdata[cleandirs] = "${WORKDIR_PKGDATA}"
|
||||||
package_prepare_pkgdata[vardepsexclude] += "MACHINE_ARCH PACKAGE_EXTRA_ARCHS SDK_ARCH BUILD_ARCH SDK_OS BB_TASKDEPDATA"
|
package_prepare_pkgdata[vardepsexclude] += "MACHINE_ARCH PACKAGE_EXTRA_ARCHS SDK_ARCH BUILD_ARCH SDK_OS BB_TASKDEPDATA SSTATETASKS"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user