All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-Core][PATCH] u-boot: Upgrade 2020.04 -> 2020.07
@ 2020-07-10 15:28 Alex Kiernan
  2020-07-10 15:46 ` Quentin Schulz
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Kiernan @ 2020-07-10 15:28 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alex Kiernan

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
---

 meta/recipes-bsp/u-boot/u-boot-common.inc                       | 2 +-
 .../u-boot/{u-boot-tools_2020.04.bb => u-boot-tools_2020.07.bb} | 0
 .../recipes-bsp/u-boot/{u-boot_2020.04.bb => u-boot_2020.07.bb} | 0
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-bsp/u-boot/{u-boot-tools_2020.04.bb => u-boot-tools_2020.07.bb} (100%)
 rename meta/recipes-bsp/u-boot/{u-boot_2020.04.bb => u-boot_2020.07.bb} (100%)

diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc
index f4790532b4..abd9786c0a 100644
--- a/meta/recipes-bsp/u-boot/u-boot-common.inc
+++ b/meta/recipes-bsp/u-boot/u-boot-common.inc
@@ -12,7 +12,7 @@ PE = "1"
 
 # We use the revision in order to avoid having to fetch it from the
 # repo during parse
-SRCREV = "1079ec0a77c3fda510f07860b2549c47f3a46c21"
+SRCREV = "aaab5b273781646d417a6775bddd46f90031ee92"
 
 SRC_URI = "git://git.denx.de/u-boot.git \
           "
diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2020.04.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2020.07.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot-tools_2020.04.bb
rename to meta/recipes-bsp/u-boot/u-boot-tools_2020.07.bb
diff --git a/meta/recipes-bsp/u-boot/u-boot_2020.04.bb b/meta/recipes-bsp/u-boot/u-boot_2020.07.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot_2020.04.bb
rename to meta/recipes-bsp/u-boot/u-boot_2020.07.bb
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [OE-Core][PATCH] u-boot: Upgrade 2020.04 -> 2020.07
  2020-07-10 15:28 [OE-Core][PATCH] u-boot: Upgrade 2020.04 -> 2020.07 Alex Kiernan
@ 2020-07-10 15:46 ` Quentin Schulz
  2020-07-10 15:59   ` Alex Kiernan
  0 siblings, 1 reply; 3+ messages in thread
From: Quentin Schulz @ 2020-07-10 15:46 UTC (permalink / raw)
  To: Alex Kiernan; +Cc: openembedded-core

Hi Alex,

On Fri, Jul 10, 2020 at 03:28:44PM +0000, Alex Kiernan wrote:
> Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
> ---
> 
>  meta/recipes-bsp/u-boot/u-boot-common.inc                       | 2 +-
>  .../u-boot/{u-boot-tools_2020.04.bb => u-boot-tools_2020.07.bb} | 0
>  .../recipes-bsp/u-boot/{u-boot_2020.04.bb => u-boot_2020.07.bb} | 0
>  3 files changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-bsp/u-boot/{u-boot-tools_2020.04.bb => u-boot-tools_2020.07.bb} (100%)
>  rename meta/recipes-bsp/u-boot/{u-boot_2020.04.bb => u-boot_2020.07.bb} (100%)
> 
> diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc
> index f4790532b4..abd9786c0a 100644
> --- a/meta/recipes-bsp/u-boot/u-boot-common.inc
> +++ b/meta/recipes-bsp/u-boot/u-boot-common.inc
> @@ -12,7 +12,7 @@ PE = "1"
>  
>  # We use the revision in order to avoid having to fetch it from the
>  # repo during parse
> -SRCREV = "1079ec0a77c3fda510f07860b2549c47f3a46c21"
> +SRCREV = "aaab5b273781646d417a6775bddd46f90031ee92"
>  
>  SRC_URI = "git://git.denx.de/u-boot.git \
>            "
> diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2020.04.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2020.07.bb
> similarity index 100%
> rename from meta/recipes-bsp/u-boot/u-boot-tools_2020.04.bb
> rename to meta/recipes-bsp/u-boot/u-boot-tools_2020.07.bb
> diff --git a/meta/recipes-bsp/u-boot/u-boot_2020.04.bb b/meta/recipes-bsp/u-boot/u-boot_2020.07.bb
> similarity index 100%
> rename from meta/recipes-bsp/u-boot/u-boot_2020.04.bb
> rename to meta/recipes-bsp/u-boot/u-boot_2020.07.bb

This patch was already sent:
https://lists.openembedded.org/g/openembedded-core/message/140369?p=,,,20,0,0,0::Created,,u-boot,20,2,0,75342392

Though the SRC_REV are different, yours point to the one in the mail I
linked above.

Quentin

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [OE-Core][PATCH] u-boot: Upgrade 2020.04 -> 2020.07
  2020-07-10 15:46 ` Quentin Schulz
@ 2020-07-10 15:59   ` Alex Kiernan
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Kiernan @ 2020-07-10 15:59 UTC (permalink / raw)
  To: Quentin Schulz; +Cc: Patches and discussions about the oe-core layer

On Fri, Jul 10, 2020 at 4:46 PM Quentin Schulz
<quentin.schulz@streamunlimited.com> wrote:
>
> Hi Alex,
>
> On Fri, Jul 10, 2020 at 03:28:44PM +0000, Alex Kiernan wrote:
> > Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
> > ---
> >
> >  meta/recipes-bsp/u-boot/u-boot-common.inc                       | 2 +-
> >  .../u-boot/{u-boot-tools_2020.04.bb => u-boot-tools_2020.07.bb} | 0
> >  .../recipes-bsp/u-boot/{u-boot_2020.04.bb => u-boot_2020.07.bb} | 0
> >  3 files changed, 1 insertion(+), 1 deletion(-)
> >  rename meta/recipes-bsp/u-boot/{u-boot-tools_2020.04.bb => u-boot-tools_2020.07.bb} (100%)
> >  rename meta/recipes-bsp/u-boot/{u-boot_2020.04.bb => u-boot_2020.07.bb} (100%)
> >
> > diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc
> > index f4790532b4..abd9786c0a 100644
> > --- a/meta/recipes-bsp/u-boot/u-boot-common.inc
> > +++ b/meta/recipes-bsp/u-boot/u-boot-common.inc
> > @@ -12,7 +12,7 @@ PE = "1"
> >
> >  # We use the revision in order to avoid having to fetch it from the
> >  # repo during parse
> > -SRCREV = "1079ec0a77c3fda510f07860b2549c47f3a46c21"
> > +SRCREV = "aaab5b273781646d417a6775bddd46f90031ee92"
> >
> >  SRC_URI = "git://git.denx.de/u-boot.git \
> >            "
> > diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2020.04.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2020.07.bb
> > similarity index 100%
> > rename from meta/recipes-bsp/u-boot/u-boot-tools_2020.04.bb
> > rename to meta/recipes-bsp/u-boot/u-boot-tools_2020.07.bb
> > diff --git a/meta/recipes-bsp/u-boot/u-boot_2020.04.bb b/meta/recipes-bsp/u-boot/u-boot_2020.07.bb
> > similarity index 100%
> > rename from meta/recipes-bsp/u-boot/u-boot_2020.04.bb
> > rename to meta/recipes-bsp/u-boot/u-boot_2020.07.bb
>
> This patch was already sent:
> https://lists.openembedded.org/g/openembedded-core/message/140369?p=,,,20,0,0,0::Created,,u-boot,20,2,0,75342392
>

Sorry, missed it :|

> Though the SRC_REV are different, yours point to the one in the mail I
> linked above.
>

There's the signed tag and the underlying commit - ultimately they're
the same commit.

-- 
Alex Kiernan

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-10 16:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-10 15:28 [OE-Core][PATCH] u-boot: Upgrade 2020.04 -> 2020.07 Alex Kiernan
2020-07-10 15:46 ` Quentin Schulz
2020-07-10 15:59   ` Alex Kiernan

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.