[meta-ti] [PATCH] u-boot: add version 2012.07 for keystone machines

Denys Dmytriyenko denys at ti.com
Fri Nov 16 19:58:59 PST 2012


Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
 conf/machine/keystone-evm.conf       |  2 +-
 recipes-bsp/u-boot/u-boot_2012.07.bb | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+), 1 deletion(-)
 create mode 100644 recipes-bsp/u-boot/u-boot_2012.07.bb

diff --git a/conf/machine/keystone-evm.conf b/conf/machine/keystone-evm.conf
index 188d53c..0b6d7ab 100644
--- a/conf/machine/keystone-evm.conf
+++ b/conf/machine/keystone-evm.conf
@@ -18,6 +18,6 @@ IMAGE_FSTYPES += "tar.bz2"
 
 SERIAL_CONSOLE = "115200 ttyO0"
 
-UBOOT_MACHINE = "keystone_config"
+UBOOT_MACHINE = "tci6638_evm_config"
 
 MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"
diff --git a/recipes-bsp/u-boot/u-boot_2012.07.bb b/recipes-bsp/u-boot/u-boot_2012.07.bb
new file mode 100644
index 0000000..76dde3b
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot_2012.07.bb
@@ -0,0 +1,25 @@
+require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
+
+DESCRIPTION = "u-boot bootloader for Multi-Core BU devices"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
+
+COMPATIBLE_MACHINE = "keystone"
+
+DEFAULT_PREFERENCE = "-1"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+PR = "r0+gitr${SRCPV}"
+
+SRC_URI = "git://gtgit01.gt.design.ti.com/git/projects/u-boot-keystone.git;protocol=git;branch=${BRANCH}"
+
+BRANCH = "master"
+
+SRCREV = "6e710c61dba2665e01c900470a0a63743ff431c6"
+
+EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}"'
+
+S = "${WORKDIR}/git"
+
+UBOOT_SUFFIX = "bin"
-- 
1.8.0




More information about the meta-ti mailing list