mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00

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>
19 lines
514 B
BlitzBasic
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}"
|