All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Nishanth Menon" <nm@ti.com>
To: <praneeth@ti.com>, <denis@denix.org>, <yogeshs@ti.com>
Cc: <meta-ti@yoctoproject.org>, <lokeshvutla@ti.com>,
	Nishanth Menon <nm@ti.com>
Subject: [dunfell/master PATCH] recipes-bsp: u-boot-ti-mainline: Update to v2021.04 release
Date: Tue, 27 Apr 2021 20:11:37 -0500	[thread overview]
Message-ID: <20210428011137.2501-1-nm@ti.com> (raw)

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


             reply	other threads:[~2021-04-28  1:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-28  1:11 Nishanth Menon [this message]
2021-04-28 19:39 ` [dunfell/master PATCH] recipes-bsp: u-boot-ti-mainline: Update to v2021.04 release Denys Dmytriyenko
  -- strict thread matches above, loose matches on Subject: below --
2021-04-15 14:41 Nishanth Menon
2021-04-15 14:45 ` Lokesh Vutla
2021-04-15 15:05   ` Nishanth Menon

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=20210428011137.2501-1-nm@ti.com \
    --to=nm@ti.com \
    --cc=denis@denix.org \
    --cc=lokeshvutla@ti.com \
    --cc=meta-ti@yoctoproject.org \
    --cc=praneeth@ti.com \
    --cc=yogeshs@ti.com \
    /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.