meta-freescale-3rdparty/recipes-bsp/u-boot/u-boot-boundary_git.bb
Daiane Angolini 6263e6e412 u-boot-*: Add DESCRIPTION for u-boot providers
Add u-boot DESCRIPTION for those providers still using the default one.
This is needed in order to have a complete and readable list of u-boot providers
in FSL Community BSP Release Notes.

Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-10-31 09:54:20 -02:00

19 lines
514 B
BlitzBasic

require recipes-bsp/u-boot/u-boot.inc
DESCRIPTION = "u-boot for Boundary Devices boards."
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb"
COMPATIBLE_MACHINE = "(imx6qsabrelite|nitrogen6x)"
PROVIDES = "u-boot"
PV = "v2014.07+git${SRCPV}"
SRCREV = "f870252376c47011a78cd8c35fdf904001d6c41e"
SRCBRANCH = "v2014.07-20140914"
SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}"
S = "${WORKDIR}/git"
PACKAGE_ARCH = "${MACHINE_ARCH}"