All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Peter Kjellerstedt" <peter.kjellerstedt@axis.com>
To: Richard Purdie <richard.purdie@linuxfoundation.org>,
	"poky@lists.yoctoproject.org" <poky@lists.yoctoproject.org>
Subject: Re: [poky] [PATCH] poky.conf: Switch to post release name/version
Date: Tue, 10 Jan 2023 20:36:10 +0000	[thread overview]
Message-ID: <33ba89a705bd4002af6bcd0fbd298d89@axis.com> (raw)
In-Reply-To: <64e0c6f14b7e0a96bb31c68d787d4f4d89af1c38.camel@linuxfoundation.org>

> -----Original Message-----
> From: Richard Purdie <richard.purdie@linuxfoundation.org>
> Sent: den 10 januari 2023 18:11
> To: Peter Kjellerstedt <peter.kjellerstedt@axis.com>;
> poky@lists.yoctoproject.org
> Subject: Re: [poky] [PATCH] poky.conf: Switch to post release name/version
> 
> On Tue, 2023-01-10 at 16:49 +0000, Peter Kjellerstedt wrote:
> > > -----Original Message-----
> > > From: Richard Purdie <richard.purdie@linuxfoundation.org>
> > > Sent: den 10 januari 2023 16:21
> > > To: Peter Kjellerstedt <peter.kjellerstedt@axis.com>;
> > > poky@lists.yoctoproject.org
> > > Subject: Re: [poky] [PATCH] poky.conf: Switch to post release
> > > name/version
> > >
> > > On Tue, 2023-01-10 at 16:18 +0100, Peter Kjellerstedt wrote:
> > > > Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
> > > > ---
> > > >  meta-poky/conf/distro/poky.conf | 5 ++---
> > > >  1 file changed, 2 insertions(+), 3 deletions(-)
> > > >
> > > > diff --git a/meta-poky/conf/distro/poky.conf b/meta-
> > > > poky/conf/distro/poky.conf
> > > > index dc0e8e76ab..a876ddde94 100644
> > > > --- a/meta-poky/conf/distro/poky.conf
> > > > +++ b/meta-poky/conf/distro/poky.conf
> > > > @@ -1,8 +1,7 @@
> > > >  DISTRO = "poky"
> > > >  DISTRO_NAME = "Poky (Yocto Project Reference Distro)"
> > > > -#DISTRO_VERSION = "4.1+snapshot-${METADATA_REVISION}"
> > > > -DISTRO_VERSION = "4.1"
> > > > -DISTRO_CODENAME = "langdale"
> > > > +DISTRO_VERSION = "4.2+snapshot-${METADATA_REVISION}"
> > > > +DISTRO_CODENAME = "mickledore"
> > > >  SDK_VENDOR = "-pokysdk"
> > > >  SDK_VERSION = "${@d.getVar('DISTRO_VERSION').replace('snapshot-
> > > > ${METADATA_REVISION}', 'snapshot')}"
> > > >  SDK_VERSION[vardepvalue] = "${SDK_VERSION}"
> > >
> > > The codename change is ok but the version is not 4.2 plus something
> > > since we haven't released 4.2 yet.
> > >
> > > Cheers,
> > >
> > > Richard
> >
> > I just followed how you did it in commit
> > e6f4a7f76b8a60f365a111e0b38d6d5090a0b003 for Langdale...
> 
> The key difference is probably the timing, was that post release or
> close to it?
> 
> Cheers,
> 
> Richard

It was relatively soon after the 4.0 release (about 150 commits in poky).
It was done 1702 commits before the 4.1 release:

$ git describe --contains 07c627645da0785acb54a635acfd8593f9118135 --match='yocto-*'
yocto-4.1~1702

//Peter


  reply	other threads:[~2023-01-10 20:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-10 15:18 [PATCH] poky.conf: Switch to post release name/version Peter Kjellerstedt
2023-01-10 15:21 ` [poky] " Richard Purdie
2023-01-10 16:49   ` Peter Kjellerstedt
2023-01-10 17:10     ` Richard Purdie
2023-01-10 20:36       ` Peter Kjellerstedt [this message]
2023-01-10 23:17         ` 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=33ba89a705bd4002af6bcd0fbd298d89@axis.com \
    --to=peter.kjellerstedt@axis.com \
    --cc=poky@lists.yoctoproject.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.