1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00

u-boot: add version 2012.07 for keystone machines

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2012-11-16 22:58:02 -05:00
parent 8da73dfd14
commit 1fdb503d8a
2 changed files with 24 additions and 1 deletions

View File

@@ -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"

View File

@@ -0,0 +1,23 @@
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"
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"