All of lore.kernel.org
 help / color / mirror / Atom feed
* [dunfell/master PATCH] recipes-bsp: u-boot-ti-mainline: Update to v2021.04 release
@ 2021-04-15 14:41 Nishanth Menon
  2021-04-15 14:45 ` Lokesh Vutla
  0 siblings, 1 reply; 5+ messages in thread
From: Nishanth Menon @ 2021-04-15 14:41 UTC (permalink / raw)
  To: praneeth, denis; +Cc: meta-ti, lokeshvutla, Nishanth Menon

Update u-boot recipe to be on the bleeding upstream 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 ee0b17640807..ccd2a009ca43 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 = "2020.10"
+PV = "2021.04"
 UBOOT_GIT_URI = "git://gitlab.denx.de/u-boot/u-boot.git"
 UBOOT_GIT_PROTOCOL = "http"
-SRCREV = "050acee119b3757fee3bd128f55d720fdd9bb890"
+SRCREV = "b46dd116ce03e235f2a7d4843c6278e1da44b5e1"
-- 
2.31.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [dunfell/master PATCH] recipes-bsp: u-boot-ti-mainline: Update to v2021.04 release
@ 2021-04-28  1:11 Nishanth Menon
  2021-04-28 19:39 ` Denys Dmytriyenko
  0 siblings, 1 reply; 5+ messages in thread
From: Nishanth Menon @ 2021-04-28  1:11 UTC (permalink / raw)
  To: praneeth, denis, yogeshs; +Cc: meta-ti, lokeshvutla, Nishanth Menon

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

While at it, also update the u-boot source url to point to the new
server as per [1].

While it may be redundant, lets document the usage of URI and
PROTOCOL for those, who (cough), may get tripped otherwise.

[1] https://source.denx.de/u-boot/u-boot/-/commit/a3bbd0b912f9afff745247fe9641961875322926

Signed-off-by: Nishanth Menon <nm@ti.com>
---
Changes since V2:
- Things actually builds :)
-  Moaar documentation - could be redundant, but better help folks
   along.. a few bytes dont really matter

V2: https://lists.yoctoproject.org/g/meta-ti/message/13683?p=,,,20,0,0,0::Created,,mainline,20,2,0,82119050
V1: https://lists.yoctoproject.org/g/meta-ti/message/13682?p=,,,20,0,0,0::Created,,mainline,20,2,0,82118299
 recipes-bsp/u-boot/u-boot-ti-mainline_git.bb | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 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 ee0b17640807..0d3f33ef8ff6 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,15 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
 
 PR = "r0"
 
-PV = "2020.10"
-UBOOT_GIT_URI = "git://gitlab.denx.de/u-boot/u-boot.git"
-UBOOT_GIT_PROTOCOL = "http"
-SRCREV = "050acee119b3757fee3bd128f55d720fdd9bb890"
+PV = "2021.04"
+
+# For the un-initiated:
+# The actual URL you'd use with a git clone for example would be:
+# https://source.denx.de/u-boot/u-boot.git/
+# However, in the context of OE, we have to explicitly split things up:
+# a) we want it to use git fetcher - hence git:// prefix in GIT_URI (if we
+#  used https here, we'd endup attempting wget instead of git)
+# 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"
-- 
2.31.0


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

end of thread, other threads:[~2021-04-28 19:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-15 14:41 [dunfell/master PATCH] recipes-bsp: u-boot-ti-mainline: Update to v2021.04 release Nishanth Menon
2021-04-15 14:45 ` Lokesh Vutla
2021-04-15 15:05   ` Nishanth Menon
2021-04-28  1:11 Nishanth Menon
2021-04-28 19:39 ` Denys Dmytriyenko

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.