All of lore.kernel.org
 help / color / mirror / Atom feed
From: git@arago-project.org (Arago Project git)
To: meta-ti@yoctoproject.org
Subject: Maupin, Chase : u-boot: Add mainline u-boot version 2014.07-rc3
Date: Mon, 16 Jun 2014 22:38:43 +0000 (UTC)	[thread overview]
Message-ID: <20140616223843.2DDEC529F5@arago-project.org> (raw)

Module: meta-ti
Branch: master
Commit: 7c5088b0d0d1e624edf1116c36dc175c7d63eb34
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=7c5088b0d0d1e624edf1116c36dc175c7d63eb34

Author: Maupin, Chase <chase.maupin@ti.com>
Date:   Sat Jun 14 03:55:54 2014 +0000

u-boot: Add mainline u-boot version 2014.07-rc3

* The latest mainline u-boot works well for most TI devices and
  we want to enable more people to use and test it.  Adding
  version 2014.07-rc3 will allow more people to build and use this
  u-boot version
* Add a dependency on dtc-native since the latest mainline of u-boot
  now requires this and not every build host will have the right
  version.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>

---

 recipes-bsp/u-boot/u-boot_2014.07.bb |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot_2014.07.bb b/recipes-bsp/u-boot/u-boot_2014.07.bb
new file mode 100644
index 0000000..b326aa1
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot_2014.07.bb
@@ -0,0 +1,27 @@
+require u-boot-ti.inc
+
+# DEPEND on dtc-native for mainline u-boot because the mainline u-boot depends
+# on some of the latest syntax constructs for an appended in dtb used for
+# items like secure boot/image signing.
+DEPENDS += "dtc-native"
+
+DESCRIPTION = "Mainline u-boot bootloader"
+
+DEFAULT_PREFERENCE = "-1"
+
+LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb"
+
+# This is still an RC so set the PV accordingly to allow proper version
+# ordering when the RC is dropped.
+PV = "2014.04+2014.07-rc3"
+PR = "r0"
+
+SRC_URI = "git://git.denx.de/u-boot.git;protocol=git;branch=${BRANCH}"
+
+BRANCH ?= "master"
+
+# Corresponds to tag v2014.07-rc3
+SRCREV = "76b21026ceb5a6a83fc53b0ecdf425f240318022"
+
+SPL_BINARY = "MLO"
+SPL_UART_BINARY = "u-boot-spl.bin"



             reply	other threads:[~2014-06-16 22:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-16 22:38 Arago Project git [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-06-16 22:38 Maupin, Chase : u-boot: Add mainline u-boot version 2014.07-rc3 Arago Project git
2014-06-18 19:28 ` Cooper Jr., Franklin
2014-06-18 19:32   ` Denys Dmytriyenko
2014-06-18 19:41     ` Cooper Jr., Franklin

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=20140616223843.2DDEC529F5@arago-project.org \
    --to=git@arago-project.org \
    --cc=meta-ti@yoctoproject.org \
    /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.