From fcdc032623faf07c6877402ca355c6c8ce159d16 Mon Sep 17 00:00:00 2001 From: Roger Monk Date: Wed, 13 Oct 2010 09:13:34 +0000 Subject: [PATCH] u-boot: Add TI 2010.06 PSP 4.00.00.07 Signed-off-by: Roger Monk Signed-off-by: Koen Kooi --- .../u-boot/u-boot_2010.06-psp04.00.00.07.bb | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 recipes/u-boot/u-boot_2010.06-psp04.00.00.07.bb 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 0000000000..5a7688474f --- /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} + +} + -- 2.39.5