All of lore.kernel.org
 help / color / mirror / Atom feed
* [dunfell/master PATCH] recipes-bsp: u-boot-ti-mainline: Update to v2021.07 release
@ 2021-07-06 15:27 Nishanth Menon
  2021-07-06 19:53 ` [meta-ti] " Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Nishanth Menon @ 2021-07-06 15:27 UTC (permalink / raw)
  To: praneeth, yogeshs, denys; +Cc: Tom Rini, meta-ti, Nishanth Menon

Update u-boot recipe to be on the bleeding upstream tag.

This introduces initial support for AM64x which works with v5.13
kernel tag.

Signed-off-by: Nishanth Menon <nm@ti.com>
---
 recipes-bsp/u-boot/u-boot-ti-mainline_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb b/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb
index 0d3f33ef8ff6..2db9899609d0 100644
--- a/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb
+++ b/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
 
 PR = "r0"
 
-PV = "2021.04"
+PV = "2021.07"
 
 # For the un-initiated:
 # The actual URL you'd use with a git clone for example would be:
@@ -15,4 +15,4 @@ PV = "2021.04"
 # b) and we want git fetcher to use https protocol, hence GIT_PROTOCOL as https
 UBOOT_GIT_URI = "git://source.denx.de/u-boot/u-boot.git"
 UBOOT_GIT_PROTOCOL = "https"
-SRCREV = "b46dd116ce03e235f2a7d4843c6278e1da44b5e1"
+SRCREV = "840658b093976390e9537724f802281c9c8439f5"
-- 
2.32.0


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

* Re: [meta-ti] [dunfell/master PATCH] recipes-bsp: u-boot-ti-mainline: Update to v2021.07 release
  2021-07-06 15:27 [dunfell/master PATCH] recipes-bsp: u-boot-ti-mainline: Update to v2021.07 release Nishanth Menon
@ 2021-07-06 19:53 ` Denys Dmytriyenko
  2021-07-06 20:06   ` Tom Rini
  0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2021-07-06 19:53 UTC (permalink / raw)
  To: nm; +Cc: praneeth, yogeshs, denys, Tom Rini, meta-ti

On Tue, Jul 06, 2021 at 10:27:47AM -0500, Nishanth Menon via lists.yoctoproject.org wrote:
> Update u-boot recipe to be on the bleeding upstream tag.

Is this the official release commit? Bleeding might be slightly confusing...


> This introduces initial support for AM64x which works with v5.13
> kernel tag.
> 
> Signed-off-by: Nishanth Menon <nm@ti.com>

Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>


> ---
>  recipes-bsp/u-boot/u-boot-ti-mainline_git.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb b/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb
> index 0d3f33ef8ff6..2db9899609d0 100644
> --- a/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb
> +++ b/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb
> @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
>  
>  PR = "r0"
>  
> -PV = "2021.04"
> +PV = "2021.07"
>  
>  # For the un-initiated:
>  # The actual URL you'd use with a git clone for example would be:
> @@ -15,4 +15,4 @@ PV = "2021.04"
>  # b) and we want git fetcher to use https protocol, hence GIT_PROTOCOL as https
>  UBOOT_GIT_URI = "git://source.denx.de/u-boot/u-boot.git"
>  UBOOT_GIT_PROTOCOL = "https"
> -SRCREV = "b46dd116ce03e235f2a7d4843c6278e1da44b5e1"
> +SRCREV = "840658b093976390e9537724f802281c9c8439f5"
> -- 
> 2.32.0
> 

-- 
Regards,
Denys Dmytriyenko <denis@denix.org>
PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964
Fingerprint: 25FC E4A5 8A72 2F69 1186  6D76 4209 0272 9A92 C964

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

* Re: [meta-ti] [dunfell/master PATCH] recipes-bsp: u-boot-ti-mainline: Update to v2021.07 release
  2021-07-06 19:53 ` [meta-ti] " Denys Dmytriyenko
@ 2021-07-06 20:06   ` Tom Rini
  2021-07-06 20:12     ` Nishanth Menon
  0 siblings, 1 reply; 4+ messages in thread
From: Tom Rini @ 2021-07-06 20:06 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: nm, praneeth, yogeshs, denys, meta-ti

On Tue, Jul 06, 2021 at 03:53:39PM -0400, Denys Dmytriyenko wrote:
> On Tue, Jul 06, 2021 at 10:27:47AM -0500, Nishanth Menon via lists.yoctoproject.org wrote:
> > Update u-boot recipe to be on the bleeding upstream tag.
> 
> Is this the official release commit? Bleeding might be slightly confusing...

It is, so perhaps a slightly cleaner phrasing is in order.

> 
> 
> > This introduces initial support for AM64x which works with v5.13
> > kernel tag.
> > 
> > Signed-off-by: Nishanth Menon <nm@ti.com>
> 
> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>

Reviewed-by: Tom Rini <trini@konsulko.com>

-- 
Tom

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

* Re: [meta-ti] [dunfell/master PATCH] recipes-bsp: u-boot-ti-mainline: Update to v2021.07 release
  2021-07-06 20:06   ` Tom Rini
@ 2021-07-06 20:12     ` Nishanth Menon
  0 siblings, 0 replies; 4+ messages in thread
From: Nishanth Menon @ 2021-07-06 20:12 UTC (permalink / raw)
  To: Tom Rini; +Cc: Denys Dmytriyenko, praneeth, yogeshs, denys, meta-ti

On 16:06-20210706, Tom Rini wrote:
> On Tue, Jul 06, 2021 at 03:53:39PM -0400, Denys Dmytriyenko wrote:
> > On Tue, Jul 06, 2021 at 10:27:47AM -0500, Nishanth Menon via lists.yoctoproject.org wrote:
> > > Update u-boot recipe to be on the bleeding upstream tag.
> > 
> > Is this the official release commit? Bleeding might be slightly confusing...
> 
> It is, so perhaps a slightly cleaner phrasing is in order.

Thanks, yes, that is misleading. respinning a v2 out in a moment..

-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D

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

end of thread, other threads:[~2021-07-06 20:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-06 15:27 [dunfell/master PATCH] recipes-bsp: u-boot-ti-mainline: Update to v2021.07 release Nishanth Menon
2021-07-06 19:53 ` [meta-ti] " Denys Dmytriyenko
2021-07-06 20:06   ` Tom Rini
2021-07-06 20:12     ` Nishanth Menon

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.