summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/u-boot/u-boot_2013.01.01.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2013.01.01.bb b/recipes-bsp/u-boot/u-boot_2013.01.01.bb
new file mode 100644
index 00000000..4c460cc6
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot_2013.01.01.bb
@@ -0,0 +1,22 @@
1require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
2
3DESCRIPTION = "Mainline u-boot bootloader"
4LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
6
7DEFAULT_PREFERENCE = "-1"
8
9PACKAGE_ARCH = "${MACHINE_ARCH}"
10
11PR = "r1"
12
13SRC_URI = "git://git.denx.de/u-boot.git;protocol=git;branch=${BRANCH}"
14
15BRANCH ?= "u-boot-2013.01.y"
16
17SRCREV = "e8ae0fa5edd152b2b29c470b88429be4cdcd2c46"
18
19S = "${WORKDIR}/git"
20
21UBOOT_SUFFIX = "img"
22SPL_BINARY = "MLO"