From 54eecdabe0cdfdc47d77b3e182fda5899702ded7 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 16 Oct 2014 02:06:17 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- recipes-bsp/u-boot/u-boot-boundary_git.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 recipes-bsp/u-boot/u-boot-boundary_git.bb (limited to 'recipes-bsp/u-boot/u-boot-boundary_git.bb') 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 @@ +require recipes-bsp/u-boot/u-boot.inc + +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb" +COMPATIBLE_MACHINE = "(imx6qsabrelite|nitrogen6x)" + +PROVIDES = "u-boot" + +PV = "v2014.04+git${SRCPV}" + +SRCREV = "aed9475361820a65e37ed936c833322cbbc0f2b5" +SRCBRANCH = "v2014.04-20140419" +SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}" + +S = "${WORKDIR}/git" + +PACKAGE_ARCH = "${MACHINE_ARCH}" -- cgit v1.2.3-54-g00ecf