u-boot 2010.03: add PSP 04.00.00.05 release in preparation for ti816x support
authorRoger Monk <r-monk@ti.com>
Fri, 1 Oct 2010 09:12:33 +0000 (10:12 +0100)
committerKoen Kooi <koen@openembedded.org>
Fri, 1 Oct 2010 10:33:38 +0000 (12:33 +0200)
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
recipes/u-boot/u-boot-omap3.inc [new file with mode: 0644]
recipes/u-boot/u-boot_2010.03-psp04.00.00.05.bb [new file with mode: 0644]

diff --git a/recipes/u-boot/u-boot-omap3.inc b/recipes/u-boot/u-boot-omap3.inc
new file mode 100644 (file)
index 0000000..6ea1c49
--- /dev/null
@@ -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 (file)
index 0000000..40074c3
--- /dev/null
@@ -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"