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

Changelog: - panel bug fixes - various device tree changes Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com>
14 lines
439 B
HTML
14 lines
439 B
HTML
DESCRIPTION = "U-Boot for Boundary Devices boards"
|
|
LICENSE = "GPLv2+"
|
|
LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
|
|
|
|
PV = "v2020.10+git${SRCPV}"
|
|
|
|
SRCREV = "3d5e7f60236b1f70ed244a2270a50238a2acfd72"
|
|
SRCBRANCH = "boundary-v2020.10"
|
|
SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH};protocol=https"
|
|
|
|
S = "${WORKDIR}/git"
|
|
B = "${WORKDIR}/build"
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|