]> code.ossystems Code Review - openembedded-core.git/commitdiff
abi_version/sstate: Bump HASH_VERSION and SSTATE_VERSION
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 2 Oct 2021 08:33:18 +0000 (09:33 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Oct 2021 12:57:14 +0000 (13:57 +0100)
At this point the hash equivalence and sstate is 'junk' on the autobuilder
unforuntately due to the volume of fixes and also the volume of slighly
not quite right patches tested during the development of the fixes.

In order to try and help any remaining sanity I might have, bump the
version numbers to start with a clean slate so we're working from a known
good baseline rather than risk chasing phantom issues. For those
upgrading, there wouldn't be much reuse anyway after the changes.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/sstate.bbclass
meta/conf/abi_version.conf
meta/recipes-devtools/elfutils/elfutils_0.185.bb
meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb

index 89e9f561787c67db3c60d3b322bd030e5dcaf14a..7f4b1f6804cc42ba4d72073beeca08f89c342241 100644 (file)
@@ -1,4 +1,4 @@
-SSTATE_VERSION = "3"
+SSTATE_VERSION = "5"
 
 SSTATE_MANIFESTS ?= "${TMPDIR}/sstate-control"
 SSTATE_MANFILEPREFIX = "${SSTATE_MANIFESTS}/manifest-${SSTATE_MANMACH}-${PN}"
index 35faef9a368a27d6f80c08014673816da5057bed..e84cad1019a44bc5337cfad733c78ca10de7415c 100644 (file)
@@ -12,4 +12,4 @@ OELAYOUT_ABI = "14"
 # a reset of the equivalence, for example when reproducibility issues break the
 # existing match data. Distros can also append to this value for the same effect.
 #
-HASHEQUIV_HASH_VERSION  = "5"
+HASHEQUIV_HASH_VERSION  = "8"
index 9ea4de8e407a532db9629b96368cb002d5fa8ccc..f4769e36328fa5ad4a7d25c70006da5278c39692 100644 (file)
@@ -34,7 +34,6 @@ SRC_URI[sha256sum] = "dc8d3e74ab209465e7f568e1b3bb9a5a142f8656e2b57d10049a73da2a
 
 # remove at next version upgrade or when output changes
 PR = "r1"
-HASHEQUIV_HASH_VERSION .= ".2"
 
 inherit autotools gettext ptest pkgconfig
 
index 0dd18d7a068ef5b334c41d46e5cf38cdd0eeb28b..62aa1b0e877565bc0475b4a8eff414e49d6c9cf8 100644 (file)
@@ -28,7 +28,6 @@ SRC_URI[sha256sum] = "4441a5d593f85bb6e8d578cf6653fb4ec30f9e8f4a2315a3d8f2d0a8b3
 
 # remove at next version upgrade or when output changes
 PR = "r1"
-HASHEQUIV_HASH_VERSION .= ".1"
 
 RECIPE_NO_UPDATE_REASON = "6.04-pre3 is broken"
 UPSTREAM_CHECK_URI = "https://www.zytor.com/pub/syslinux/"