summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2012-11-16 22:58:02 -0500
committerDenys Dmytriyenko <denys@ti.com>2012-11-19 00:09:08 -0500
commit1fdb503d8ae79b7e014557e457fc2b04811e0786 (patch)
treed1425ac55e55b152e1c9e3525a6a150435a12b77
parent8da73dfd146226b782f6b41a9a3138a0e160b265 (diff)
downloadmeta-ti-1fdb503d8ae79b7e014557e457fc2b04811e0786.tar.gz
u-boot: add version 2012.07 for keystone machines
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--conf/machine/keystone-evm.conf2
-rw-r--r--recipes-bsp/u-boot/u-boot_2012.07.bb23
2 files changed, 24 insertions, 1 deletions
diff --git a/conf/machine/keystone-evm.conf b/conf/machine/keystone-evm.conf
index 188d53c7..0b6d7ab9 100644
--- a/conf/machine/keystone-evm.conf
+++ b/conf/machine/keystone-evm.conf
@@ -18,6 +18,6 @@ IMAGE_FSTYPES += "tar.bz2"
18 18
19SERIAL_CONSOLE = "115200 ttyO0" 19SERIAL_CONSOLE = "115200 ttyO0"
20 20
21UBOOT_MACHINE = "keystone_config" 21UBOOT_MACHINE = "tci6638_evm_config"
22 22
23MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa" 23MACHINE_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 00000000..f39e60ca
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot_2012.07.bb
@@ -0,0 +1,23 @@
1require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
2
3DESCRIPTION = "u-boot bootloader for Multi-Core BU devices"
4LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
6
7COMPATIBLE_MACHINE = "keystone"
8
9PACKAGE_ARCH = "${MACHINE_ARCH}"
10
11PR = "r0+gitr${SRCPV}"
12
13SRC_URI = "git://gtgit01.gt.design.ti.com/git/projects/u-boot-keystone.git;protocol=git;branch=${BRANCH}"
14
15BRANCH = "master"
16
17SRCREV = "6e710c61dba2665e01c900470a0a63743ff431c6"
18
19EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}"'
20
21S = "${WORKDIR}/git"
22
23UBOOT_SUFFIX = "bin"