summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot_2013.01.bb
blob: ee443b06c0191c1c7b57b0db4fce00606fcd724e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 = "r1+gitr${SRCPV}"

SRC_URI = "git://arago-project.org/git/projects/u-boot-keystone.git;protocol=git;branch=${BRANCH}"

BRANCH = "master"

SRCREV = "DEV.MCSDK-03.00.00.06"

EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}"'

S = "${WORKDIR}/git"

UBOOT_SUFFIX = "bin"