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

From: Ian Coolidge <ian@boundarydevices.com> Compatible with nitrogem8m board Blog post: https://boundarydevices.com/u-boot-v2018-07/ Signed-off-by: Ian Coolidge <ian@boundarydevices.com> 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=30503fd321432fc713238f582193b78e"
|
|
|
|
PV = "v2018.07+git${SRCPV}"
|
|
|
|
SRCREV = "f35ba6cfbe5a0f039ec14e790e212564e98c84d6"
|
|
SRCBRANCH = "boundary-v2018.07"
|
|
SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|