aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot
diff options
context:
space:
mode:
authorRoger Monk <r-monk@ti.com>2010-10-01 10:12:33 +0100
committerKoen Kooi <koen@openembedded.org>2010-10-01 12:33:38 +0200
commite5b9da995c4c3ca1df904e0aefc7d4f79db771b2 (patch)
treee1d74629c93eef3e8f2d500b547306a258d62cc1 /recipes/u-boot
parenta7f5341c7dae4b1066f22c93ff2b8939ddcb255b (diff)
downloadopenembedded-e5b9da995c4c3ca1df904e0aefc7d4f79db771b2.tar.gz
u-boot 2010.03: add PSP 04.00.00.05 release in preparation for ti816x support
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/u-boot')
-rw-r--r--recipes/u-boot/u-boot-omap3.inc15
-rw-r--r--recipes/u-boot/u-boot_2010.03-psp04.00.00.05.bb13
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 0000000000..6ea1c494e9
--- /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 0000000000..40074c3905
--- /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"