summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-timesys_2011.12.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-timesys_2011.12.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-timesys_2011.12.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-timesys_2011.12.bb b/recipes-bsp/u-boot/u-boot-timesys_2011.12.bb
new file mode 100644
index 0000000..5912423
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-timesys_2011.12.bb
@@ -0,0 +1,24 @@
1# Copyright (C) 2013-2014 Timesys Corporation
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4DESCRIPTION = "bootloader for Vybrid platforms"
5require recipes-bsp/u-boot/u-boot.inc
6
7PROVIDES += "u-boot"
8
9LICENSE = "GPLv2+"
10LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
11
12SRCBRANCH = "2011.12-pcl052"
13SRC_URI = "git://github.com/Timesys/u-boot-timesys.git;protocol=git;branch=${SRCBRANCH}"
14SRCREV = "dca5026484c69628be9b9618e5795c635cefe110"
15
16SRCBRANCH_quartz = "2011.12-quartz"
17SRCREV_quartz = "2dc3859b8274b45fb6336d9713b4b07e42dfb4cb"
18
19S = "${WORKDIR}/git"
20
21PACKAGE_ARCH = "${MACHINE_ARCH}"
22COMPATIBLE_MACHINE = "(vf60)"
23
24PV = "v2011.12"