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

Brings many updates/fixes, most important one being the use of standard bootdistro commands/variables. Therefore the legacy 6x_bootscript/upgrade scripts have been removed in favor of boot.scr and upgrade.scr. Also, the HOSTCC patch isn't needed anymore since included in mainline U-Boot. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
14 lines
402 B
HTML
14 lines
402 B
HTML
DESCRIPTION = "U-Boot for Boundary Devices boards"
|
|
LICENSE = "GPLv2+"
|
|
LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
|
|
|
|
PV = "v2017.07+git${SRCPV}"
|
|
|
|
SRCREV = "445823ef2abfff2fc1c63cc53c57c1e139f88b1b"
|
|
SRCBRANCH = "boundary-v2017.07"
|
|
SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|