All of lore.kernel.org
 help / color / mirror / Atom feed
From: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
To: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Frederic Martinsons <frederic.martinsons@gmail.com>,
	bitbake-devel@lists.openembedded.org
Subject: Re: [bitbake-devel] [PATCH] fetch:crate: create versioned 'name' entries
Date: Thu, 06 Apr 2023 12:20:45 +0200	[thread overview]
Message-ID: <ly4jptcnwi.fsf@ensc-pc.intern.sigma-chemnitz.de> (raw)
In-Reply-To: <088f748bc07ec93c833dbdbf1a941225de62f553.camel@linuxfoundation.org> (Richard Purdie's message of "Thu, 06 Apr 2023 09:45:10 +0100")

Richard Purdie <richard.purdie@linuxfoundation.org> writes:

>> > It will break cargo related recipes which were created between
>> > 2023-03-16 and 2023-03-31.  Packages before this date do not
>> > contain sha256sum and after this date, they have an explicit
>> > 'name' (which matches the one generated by my patch).
>> 
>> Ok, I guess these dates match my patches series, if I do things
>> rights, I handle all the recipes I know of (in meta-openembedded and
>> openembedded-core at least) 
>
> This now gives me a problem as rc1 for 4.2 built yesterday. I'm
> guessing we don't want a stable release series with one form for urls
> for six months and a different one in master?
>
> Does this mean I need to scrap rc1, merge this, wait for the recipe
> updates and then rebuild the release?

To avoid breaking builds:

1. OE recipes without explicit ';name=' need to be updated; this can be
   done by 'bitbake -c update_crates'.  Afais, this affects only
   
   | meta/recipes-devtools/python/python3-bcrypt_4.0.1.bb
   | meta/recipes-devtools/python/python3-cryptography_39.0.2.bb

   and in oe-meta

   | meta-oe/recipes-core/uutils-coreutils/uutils-coreutils_0.0.17.bb
   | meta-python/recipes-devtools/python/python3-pyruvate_1.1.2.bb

2. the patch can be applied to bitbake

3. [optionally] change cargo-update-recipe-crates.bbclass to remove the
   explicit (and now redundant) ';name=' from generated SRC_URI list.
   This can be done post-mickledore



Enrico


  parent reply	other threads:[~2023-04-06 10:21 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-05 10:16 [PATCH] fetch:crate: create versioned 'name' entries Enrico Scholz
2023-04-05 12:03 ` [bitbake-devel] " Frédéric Martinsons
2023-04-05 12:09   ` Enrico Scholz
2023-04-05 12:21     ` Frédéric Martinsons
2023-04-05 12:24       ` Enrico Scholz
2023-04-05 12:50         ` Frédéric Martinsons
     [not found]         ` <17530ADB1695B5D1.3977@lists.openembedded.org>
2023-04-05 16:28           ` Frédéric Martinsons
2023-04-05 16:44             ` Enrico Scholz
2023-04-05 17:05               ` Frédéric Martinsons
2023-04-06  8:45                 ` Richard Purdie
2023-04-06 10:05                   ` Frédéric Martinsons
2023-04-06 10:15                     ` Richard Purdie
2023-04-06 10:20                   ` Enrico Scholz [this message]
2023-04-06 12:14                     ` Richard Purdie
2023-04-06 13:00                       ` Frédéric Martinsons
2023-04-06 13:44                         ` Richard Purdie
2023-04-06 13:57                           ` Frédéric Martinsons
2023-04-06 14:01                       ` Enrico Scholz
2023-04-06 14:18                       ` ';sha256sum=' attribute in SRC_URI (was: [bitbake-devel] [PATCH] fetch:crate: create versioned 'name' entries) Enrico Scholz
2023-04-06 14:46                         ` Frédéric Martinsons
2023-04-05 12:21 ` [PATCH, v2] fetch2/crate: create versioned 'name' entries Enrico Scholz

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=ly4jptcnwi.fsf@ensc-pc.intern.sigma-chemnitz.de \
    --to=enrico.scholz@sigma-chemnitz.de \
    --cc=bitbake-devel@lists.openembedded.org \
    --cc=frederic.martinsons@gmail.com \
    --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.