summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot_2013.01.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot_2013.01.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot_2013.01.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2013.01.bb b/recipes-bsp/u-boot/u-boot_2013.01.bb
new file mode 100644
index 00000000..ee443b06
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot_2013.01.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 = "r1+gitr${SRCPV}"
12
13SRC_URI = "git://arago-project.org/git/projects/u-boot-keystone.git;protocol=git;branch=${BRANCH}"
14
15BRANCH = "master"
16
17SRCREV = "DEV.MCSDK-03.00.00.06"
18
19EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}"'
20
21S = "${WORKDIR}/git"
22
23UBOOT_SUFFIX = "bin"