[oe-commits] Roger Monk : u-boot: Add TI 2010.06 PSP 4.00.00.07

git version control git at git.openembedded.org
Mon Oct 25 12:33:12 UTC 2010


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

Author: Roger Monk <r-monk at ti.com>
Date:   Wed Oct 13 09:13:34 2010 +0000

u-boot: Add TI 2010.06 PSP 4.00.00.07

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_2010.06-psp04.00.00.07.bb |   35 +++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)

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
index 0000000..5a76884
--- /dev/null
+++ b/recipes/u-boot/u-boot_2010.06-psp04.00.00.07.bb
@@ -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}
+
+}
+





More information about the Openembedded-commits mailing list