summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-boundary_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-boundary_git.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-boundary_git.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-boundary_git.bb b/recipes-bsp/u-boot/u-boot-boundary_git.bb
new file mode 100644
index 0000000..382cb4b
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-boundary_git.bb
@@ -0,0 +1,17 @@
1require recipes-bsp/u-boot/u-boot.inc
2
3LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb"
5COMPATIBLE_MACHINE = "(imx6qsabrelite|nitrogen6x)"
6
7PROVIDES = "u-boot"
8
9PV = "v2014.04+git${SRCPV}"
10
11SRCREV = "aed9475361820a65e37ed936c833322cbbc0f2b5"
12SRCBRANCH = "v2014.04-20140419"
13SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}"
14
15S = "${WORKDIR}/git"
16
17PACKAGE_ARCH = "${MACHINE_ARCH}"