All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jose Quaresma <quaresma.jose@gmail.com>
To: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: OE-core <openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] [PATCH 4/5] abi_version/sstate: Bump HASH_VERSION and SSTATE_VERSION
Date: Sun, 3 Oct 2021 10:59:57 +0100	[thread overview]
Message-ID: <CANPvuRktteqc9ttumqAPR+iPFN=xibHMqoNEzfHKFiOwzGyU2Q@mail.gmail.com> (raw)
In-Reply-To: <20211002221803.2283254-4-richard.purdie@linuxfoundation.org>

[-- Attachment #1: Type: text/plain, Size: 3629 bytes --]

Hi Richard,

Richard Purdie <richard.purdie@linuxfoundation.org> escreveu no dia sábado,
2/10/2021 à(s) 23:18:

> 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                          | 2 +-
>  meta/conf/abi_version.conf                           | 2 +-
>  meta/recipes-devtools/elfutils/elfutils_0.185.bb     | 1 -
>  meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb | 1 -
>  4 files changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
> index 89e9f561787..06a722c735d 100644
> --- a/meta/classes/sstate.bbclass
> +++ b/meta/classes/sstate.bbclass
> @@ -1,4 +1,4 @@
> -SSTATE_VERSION = "3"
> +SSTATE_VERSION = "4"
>
>  SSTATE_MANIFESTS ?= "${TMPDIR}/sstate-control"
>  SSTATE_MANFILEPREFIX =
> "${SSTATE_MANIFESTS}/manifest-${SSTATE_MANMACH}-${PN}"
> diff --git a/meta/conf/abi_version.conf b/meta/conf/abi_version.conf
> index 35faef9a368..515a6def405 100644
> --- a/meta/conf/abi_version.conf
> +++ b/meta/conf/abi_version.conf
> @@ -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  = "7"
>

Why is it bumped to 7 instead of 6 ?


> diff --git a/meta/recipes-devtools/elfutils/elfutils_0.185.bb
> b/meta/recipes-devtools/elfutils/elfutils_0.185.bb
> index 9ea4de8e407..f4769e36328 100644
> --- a/meta/recipes-devtools/elfutils/elfutils_0.185.bb
> +++ b/meta/recipes-devtools/elfutils/elfutils_0.185.bb
> @@ -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
>
> diff --git a/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb
> b/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb
> index 0dd18d7a068..62aa1b0e877 100644
> --- a/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb
> +++ b/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb
> @@ -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/"
> --
> 2.32.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#156542):
> https://lists.openembedded.org/g/openembedded-core/message/156542
> Mute This Topic: https://lists.openembedded.org/mt/86032667/5052612
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> quaresma.jose@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

-- 
Best regards,

José Quaresma

[-- Attachment #2: Type: text/html, Size: 5894 bytes --]

  reply	other threads:[~2021-10-03 10:00 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-02 22:17 [PATCH 1/5] externalsrc: Fix a source date epoch race in reproducible builds Richard Purdie
2021-10-02 22:18 ` [PATCH 2/5] sstatesig: Add processing for full build paths in sysroot files Richard Purdie
2021-10-02 22:18 ` [PATCH 3/5] image-artifact-names: Use SOURCE_DATE_EPOCH when making reproducible builds Richard Purdie
2021-10-03  2:09   ` [OE-core] " Peter Kjellerstedt
2021-10-02 22:18 ` [PATCH 4/5] abi_version/sstate: Bump HASH_VERSION and SSTATE_VERSION Richard Purdie
2021-10-03  9:59   ` Jose Quaresma [this message]
2021-10-03 10:28     ` [OE-core] " Richard Purdie
2021-10-03 21:47       ` Jose Quaresma
2021-10-02 22:18 ` [PATCH 5/5] python3: Drop broken pyc files Richard Purdie
     [not found] ` <16AA56A68DAA9487.23650@lists.openembedded.org>
2021-10-03 13:35   ` [OE-core] [PATCH 3/5] image-artifact-names: Use SOURCE_DATE_EPOCH when making reproducible builds Richard Purdie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CANPvuRktteqc9ttumqAPR+iPFN=xibHMqoNEzfHKFiOwzGyU2Q@mail.gmail.com' \
    --to=quaresma.jose@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=richard.purdie@linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.