Also, on further thought.

We can clean up the SRCREV for this recipe, I did some digging and there's
no reason I see the need to specify multiple in the future.

Once I push the package updates, I'd be ok with a patch that contains just
the SRCREV_FORMAT changes.

Bruce

On Wed, Jan 15, 2025 at 10:57 PM Chen, Qi <qi.c...@windriver.com> wrote:

> Got it! Thanks a lot.
>
>
>
> Regards,
>
> Qi
>
>
>
> *From:* Bruce Ashfield <bruce.ashfi...@gmail.com>
> *Sent:* Thursday, January 16, 2025 11:52 AM
> *To:* Chen, Qi <qi.c...@windriver.com>
> *Cc:* meta-virtualization@lists.yoctoproject.org
> *Subject:* Re: [meta-virtualization][PATCH 1/4] buildah: update to 1.37.5
>
>
>
>
>
>
>
> On Wed, Jan 15, 2025 at 9:28 PM Chen, Qi <qi.c...@windriver.com> wrote:
>
> Hi Bruce,
>
>
>
> Is there some place/branch I can check to see if some recipes are being
> upgraded?
>
> I checked master-next before I started, but it didn’t give me such
> information.
>
>
>
> They are currently on my local branch, as I'm running into issues with OE
> core go being too old as well as some runtime issues.
>
>
>
> With any luck, I'll have something working and pushed by the end of the
> week.
>
>
>
> I've mentioned it on the list before, I do package upgrades twice a cycle.
> Once at the M2 OE core release window and another time between M3 and M4 of
> the release. Generally speaking, I go through al the recipes and update
> them at that point.
>
>
>
> In between those points, I'm stabilizing or doing feature work, so I'm
> typically not doing (or taking) recipe updates.
>
>
>
> I'll put that information in the README as well.
>
>
>
> Bruce
>
>
>
>
>
>
>
> Regards,
>
> Qi
>
>
>
> *From:* Bruce Ashfield <bruce.ashfi...@gmail.com>
> *Sent:* Wednesday, January 15, 2025 9:59 PM
> *To:* Chen, Qi <qi.c...@windriver.com>
> *Cc:* meta-virtualization@lists.yoctoproject.org
> *Subject:* Re: [meta-virtualization][PATCH 1/4] buildah: update to 1.37.5
>
>
>
> I already have queued updates for packages.
>
>
>
> Just some testing issues are holding up the push.
>
>
>
> Also, the SRCREV format doesn't break anything, so I'l leave it as is.
>
>
>
> Bruce
>
>
>
> On Wed, Jan 15, 2025 at 12:47 AM Chen Qi via lists.yoctoproject.org
> <https://urldefense.com/v3/__http:/lists.yoctoproject.org__;!!AjveYdw8EvQ!fM6eGYErCbP1B63tNuJvOA76Kb-WoSo8IEYXhxfveP7H9RmnFceQ8VCHKFjog1Zk9RaEX10Utso9YgaAhetxoWqU-Q$>
> <Qi.Chen=windriver....@lists.yoctoproject.org> wrote:
>
> From: Chen Qi <qi.c...@windriver.com>
>
> Fix the SRCREV as there's no need to use SRCREV_FORMAT.
>
> Signed-off-by: Chen Qi <qi.c...@windriver.com>
> ---
>  recipes-containers/buildah/buildah_git.bb
> <https://urldefense.com/v3/__http:/buildah_git.bb__;!!AjveYdw8EvQ!fM6eGYErCbP1B63tNuJvOA76Kb-WoSo8IEYXhxfveP7H9RmnFceQ8VCHKFjog1Zk9RaEX10Utso9YgaAhetHNxHyAw$>
> | 6 ++----
>  1 file changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/recipes-containers/buildah/buildah_git.bb
> <https://urldefense.com/v3/__http:/buildah_git.bb__;!!AjveYdw8EvQ!fM6eGYErCbP1B63tNuJvOA76Kb-WoSo8IEYXhxfveP7H9RmnFceQ8VCHKFjog1Zk9RaEX10Utso9YgaAhetHNxHyAw$>
> b/recipes-containers/buildah/buildah_git.bb
> <https://urldefense.com/v3/__http:/buildah_git.bb__;!!AjveYdw8EvQ!fM6eGYErCbP1B63tNuJvOA76Kb-WoSo8IEYXhxfveP7H9RmnFceQ8VCHKFjog1Zk9RaEX10Utso9YgaAhetHNxHyAw$>
> index 7ad2fd95..1f9805d6 100644
> --- a/recipes-containers/buildah/buildah_git.bb
> <https://urldefense.com/v3/__http:/buildah_git.bb__;!!AjveYdw8EvQ!fM6eGYErCbP1B63tNuJvOA76Kb-WoSo8IEYXhxfveP7H9RmnFceQ8VCHKFjog1Zk9RaEX10Utso9YgaAhetHNxHyAw$>
> +++ b/recipes-containers/buildah/buildah_git.bb
> <https://urldefense.com/v3/__http:/buildah_git.bb__;!!AjveYdw8EvQ!fM6eGYErCbP1B63tNuJvOA76Kb-WoSo8IEYXhxfveP7H9RmnFceQ8VCHKFjog1Zk9RaEX10Utso9YgaAhetHNxHyAw$>
> @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://src/
> github.com/containers/buildah/LICENSE;md5=e3fc50a
> <https://urldefense.com/v3/__http:/github.com/containers/buildah/LICENSE;md5=e3fc50a__;!!AjveYdw8EvQ!fM6eGYErCbP1B63tNuJvOA76Kb-WoSo8IEYXhxfveP7H9RmnFceQ8VCHKFjog1Zk9RaEX10Utso9YgaAhetp4e-NTw$>
>
>  S = "${WORKDIR}/git"
>
> -BUILDAH_VERSION = "1.37.1"
> +BUILDAH_VERSION = "1.37.5"
>
>  PV = "${BUILDAH_VERSION}"
>
> @@ -27,9 +27,7 @@ GO_INSTALL = "${GO_IMPORT}"
>  GO_WORKDIR = "${GO_INSTALL}"
>  GOBUILDFLAGS += "-mod vendor"
>
> -SRCREV_FORMAT = "buildah_storage"
> -SRCREV_buildah = "0117c423e94b1051d5e34a16f3f1db8fb63509c7"
> -SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52"
> +SRCREV = "5fd40b989860984a00f6fc1539ff53caceca1325"
>
>  SRC_URI = " \
>      git://
> github.com/containers/buildah;branch=release-1.37;name=buildah;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}
> <https://urldefense.com/v3/__http:/github.com/containers/buildah;branch=release-1.37;name=buildah;protocol=https;destsuffix=$*7BGO_SRCURI_DESTSUFFIX*7D__;JSU!!AjveYdw8EvQ!fM6eGYErCbP1B63tNuJvOA76Kb-WoSo8IEYXhxfveP7H9RmnFceQ8VCHKFjog1Zk9RaEX10Utso9YgaAhevZjVC8sw$>
> \
> --
> 2.25.1
>
>
> 
>
>
>
>
> --
>
> - Thou shalt not follow the NULL pointer, for chaos and madness await thee
> at its end
> - "Use the force Harry" - Gandalf, Star Trek II
>
>
>
>
> --
>
> - Thou shalt not follow the NULL pointer, for chaos and madness await thee
> at its end
> - "Use the force Harry" - Gandalf, Star Trek II
>


-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end
- "Use the force Harry" - Gandalf, Star Trek II
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#9093): 
https://lists.yoctoproject.org/g/meta-virtualization/message/9093
Mute This Topic: https://lists.yoctoproject.org/mt/110623150/21656
Group Owner: meta-virtualization+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to