u-boot: Add TI 2010.06 PSP 4.00.00.07
authorRoger Monk <r-monk@ti.com>
Wed, 13 Oct 2010 09:13:34 +0000 (09:13 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 25 Oct 2010 12:28:37 +0000 (14:28 +0200)
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
recipes/u-boot/u-boot_2010.06-psp04.00.00.07.bb [new file with mode: 0644]

diff --git a/recipes/u-boot/u-boot_2010.06-psp04.00.00.07.bb b/recipes/u-boot/u-boot_2010.06-psp04.00.00.07.bb
new file mode 100644 (file)
index 0000000..5a76884
--- /dev/null
@@ -0,0 +1,35 @@
+require u-boot-omap3.inc
+
+DEFAULT_PREFERENCE_ti816x = "1"
+BRANCH = "ti816x-master"
+COMPATIBLE_MACHINE = "ti816x"
+
+# Corresponds to v2010.06_TI816XPSP_04.00.00.07"
+SRCREV = "5b8934eb4ed892dbb40470c143c523b5bbd20cdc"
+
+UVER = "2010.06"
+PSPREL = "04.00.00.07"
+
+PR = "r3"
+
+UBOOT_MACHINE = "ti8168_evm_config"
+
+TI_UBOOT_BINARY = "u-boot.noxip.bin"
+
+do_compile_append () {
+        unset LDFLAGS
+        unset CFLAGS
+        unset CPPFLAGS
+        oe_runmake u-boot.ti
+}
+
+do_install_append () {
+        install ${S}/${TI_UBOOT_BINARY} ${D}/boot/${TI_UBOOT_BINARY}
+}
+
+do_deploy_append () {
+        install ${S}/${TI_UBOOT_BINARY} ${DEPLOY_DIR_IMAGE}/${TI_UBOOT_BINARY}
+        package_stagefile_shell ${DEPLOY_DIR_IMAGE}/${TI_UBOOT_BINARY}
+
+}
+