[oe-commits] Roger Monk : u-boot 2010.03: add PSP 04.00.00. 05 release in preparation for ti816x support

git version control git at git.openembedded.org
Fri Oct 1 10:37:45 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e5b9da995c4c3ca1df904e0aefc7d4f79db771b2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e5b9da995c4c3ca1df904e0aefc7d4f79db771b2

Author: Roger Monk <r-monk at ti.com>
Date:   Fri Oct  1 10:12:33 2010 +0100

u-boot 2010.03: add PSP 04.00.00.05 release in preparation for ti816x support

Signed-off-by: Roger Monk <r-monk at ti.com>
Signed-off-by: Koen Kooi <k-kooi at ti.com>

---

 recipes/u-boot/u-boot-omap3.inc                 |   15 +++++++++++++++
 recipes/u-boot/u-boot_2010.03-psp04.00.00.05.bb |   13 +++++++++++++
 2 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/recipes/u-boot/u-boot-omap3.inc b/recipes/u-boot/u-boot-omap3.inc
new file mode 100644
index 0000000..6ea1c49
--- /dev/null
+++ b/recipes/u-boot/u-boot-omap3.inc
@@ -0,0 +1,15 @@
+# Using relative path here causes bitbake to search in
+# BBPATH for the first instance of u-boot.inc rather
+# than just within the current directory.
+require recipes/u-boot/u-boot.inc
+
+DESCRIPTION = "u-boot bootloader for OMAP3 devices"
+
+COMPATIBLE_MACHINE = "omap3"
+
+SRC_URI = "git://arago-project.org/git/projects/u-boot-omap3.git;protocol=git;branch=${BRANCH}"
+BRANCH ?= "master"
+
+S = "${WORKDIR}/git"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
diff --git a/recipes/u-boot/u-boot_2010.03-psp04.00.00.05.bb b/recipes/u-boot/u-boot_2010.03-psp04.00.00.05.bb
new file mode 100644
index 0000000..40074c3
--- /dev/null
+++ b/recipes/u-boot/u-boot_2010.03-psp04.00.00.05.bb
@@ -0,0 +1,13 @@
+require u-boot-omap3.inc
+
+DEFAULT_PREFERENCE_ti816x = "1"
+BRANCH = "ti816x-master"
+COMPATIBLE_MACHINE = "ti816x"
+
+# Use literal tags in SRCREV, when available, instead of commit IDs
+SRCREV = "v2010.03_TI816XPSP_04.00.00.05"
+
+UVER = "2010.03"
+PSPREL = "04.00.00.05"
+
+PR = "r2"





More information about the Openembedded-commits mailing list