Message ID | 20250122154928.181992-2-stefano.babic@swupdate.org |
---|---|
State | Changes Requested |
Headers | show |
Series | [meta-swupdate,1/2] swupdate: introduce var to build from different branch | expand |
Hi Stefano, SRCREV should be 3077da2018f2f013872fb1e1213670c075fdd7ce otherwise it still points to 2024.12 Best regards, Michael Stefano Babic schrieb am Mittwoch, 22. Januar 2025 um 16:49:36 UTC+1: > Signed-off-by: Stefano Babic <stefan...@swupdate.org> > --- > recipes-support/swupdate/swupdate_2024.12.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-support/swupdate/swupdate_2024.12.bb > b/recipes-support/swupdate/swupdate_2024.12.bb > index f984454..1ead672 100644 > --- a/recipes-support/swupdate/swupdate_2024.12.bb > +++ b/recipes-support/swupdate/swupdate_2024.12.bb > @@ -1,3 +1,3 @@ > -require swupdate.inc > - > +SRCBRANCH = "2024.12-y" > SRCREV = "33c5688590e811c9d54101accc6ea368ea5f0f50" > +require swupdate.inc > -- > 2.43.0 > >
On 1/23/25 11:38, Michael Glembotzki wrote: > Hi Stefano, > > SRCREV should be 3077da2018f2f013872fb1e1213670c075fdd7ce otherwise it > still points to 2024.12 Sure, thanks ! I send V2. Stefano > > Best regards, > Michael > > Stefano Babic schrieb am Mittwoch, 22. Januar 2025 um 16:49:36 UTC+1: > > Signed-off-by: Stefano Babic <stefan...@swupdate.org> > --- > recipes-support/swupdate/swupdate_2024.12.bb <http:// > swupdate_2024.12.bb> | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-support/swupdate/swupdate_2024.12.bb <http:// > swupdate_2024.12.bb> b/recipes-support/swupdate/swupdate_2024.12.bb > <http://swupdate_2024.12.bb> > index f984454..1ead672 100644 > --- a/recipes-support/swupdate/swupdate_2024.12.bb <http:// > swupdate_2024.12.bb> > +++ b/recipes-support/swupdate/swupdate_2024.12.bb <http:// > swupdate_2024.12.bb> > @@ -1,3 +1,3 @@ > -require swupdate.inc > - > +SRCBRANCH = "2024.12-y" > SRCREV = "33c5688590e811c9d54101accc6ea368ea5f0f50" > +require swupdate.inc > -- > 2.43.0 > > -- > You received this message because you are subscribed to the Google > Groups "swupdate" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to swupdate+unsubscribe@googlegroups.com > <mailto:swupdate+unsubscribe@googlegroups.com>. > To view this discussion visit https://groups.google.com/d/msgid/ > swupdate/42e10fad-1f68-40dc-9948-d668aabcc2f7n%40googlegroups.com > <https://groups.google.com/d/msgid/swupdate/42e10fad-1f68-40dc-9948- > d668aabcc2f7n%40googlegroups.com?utm_medium=email&utm_source=footer>.
diff --git a/recipes-support/swupdate/swupdate_2024.12.bb b/recipes-support/swupdate/swupdate_2024.12.bb index f984454..1ead672 100644 --- a/recipes-support/swupdate/swupdate_2024.12.bb +++ b/recipes-support/swupdate/swupdate_2024.12.bb @@ -1,3 +1,3 @@ -require swupdate.inc - +SRCBRANCH = "2024.12-y" SRCREV = "33c5688590e811c9d54101accc6ea368ea5f0f50" +require swupdate.inc
Signed-off-by: Stefano Babic <stefano.babic@swupdate.org> --- recipes-support/swupdate/swupdate_2024.12.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.43.0