RE: [poky] [PATCH] poky.conf: Set the distro name to "scarthgap"
Peter Kjellerstedt <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <DB5PR02MB102130C7347BAA23C2E9E9F03EF212@DB5PR02MB10213.eurprd02.prod.outlook.com> |
> -----Original Message----- > From: [email protected] <[email protected]> On Behalf Of Bruce Ashfield > Sent: den 6 mars 2024 15:30 > To: Peter Kjellerstedt <[email protected]> > Cc: [email protected] > Subject: Re: [poky] [PATCH] poky.conf: Set the distro name to "scarthgap" > > On Wed, Mar 6, 2024 at 9:11 AM Peter Kjellerstedt <[email protected]> wrote: > > > > *ping* > > > > I can't speak for others, but at least we have started our preparations for > > the Scarthgap upgrade so that we are ready when it is released, thus it would > > help if DISTRO_CODENAME reflected the reality better. > > I can't speak for Richard, but I know when I get patches like this > for areas I maintain, they would have been better just as an email > asking when it is expected that the codename / whatever will be > updated. > > Making this change is obviously something Richard can more easily > do himself when he's happy with the content and not dealing with > bigger issues (when everything is burning and late, this is low on the > priority list). > > Handling a patch for something that he's responsible for (declaring > that the branch is almost ready for the release) is more effort than > it is worth. > > Bruce Well, the DISTRO_CODENAME is normally updated relatively soon after the upgrade rather than just before the next upgrade, typically at the same time as the DISTRO_VERSION is set to its post-upgrade value. I do not know why that did not happen this time. And the reason I ask for it to be updated to match the content is of course that we sometimes use it when there is a need to differentiate between how things are done in the current version and in the upcoming release. //Peter > > //Peter > > > > > -----Original Message----- > > > From: [email protected] <[email protected]> On Behalf Of Peter Kjellerstedt > > > Sent: den 27 februari 2024 21:45 > > > To: [email protected] > > > Subject: [poky] [PATCH] poky.conf: Set the distro name to "scarthgap" > > > > > > Signed-off-by: Peter Kjellerstedt <[email protected]> > > > --- > > > > > > It's been a long time since this diverged from Nanbield. > > > > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf > > > index 3b7bc66780..e59ad974d0 100644 > > > --- a/meta-poky/conf/distro/poky.conf > > > +++ b/meta-poky/conf/distro/poky.conf > > > @@ -1,7 +1,7 @@ > > > DISTRO = "poky" > > > DISTRO_NAME = "Poky (Yocto Project Reference Distro)" > > > DISTRO_VERSION = "4.3+snapshot-${METADATA_REVISION}" > > > -DISTRO_CODENAME = "nanbield" > > > +DISTRO_CODENAME = "scarthgap" > > > SDK_VENDOR = "-pokysdk" > > > SDK_VERSION = "${@d.getVar('DISTRO_VERSION').replace('snapshot-${METADATA_REVISION}', 'snapshot')}" > > > SDK_VERSION[vardepvalue] = "${SDK_VERSION}"