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

Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
15 lines
461 B
BlitzBasic
15 lines
461 B
BlitzBasic
require recipes-bsp/u-boot/u-boot.inc
|
|
|
|
DESCRIPTION = "U-Boot for Gateworks Ventana Family SBC's"
|
|
LICENSE = "GPLv2+"
|
|
LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919"
|
|
DEPENDS = "u-boot-mkimage-native"
|
|
|
|
PV = "v2015.04+git${SRCPV}"
|
|
|
|
SRCREV = "040377aefd06c8eef41763868fc9c6df2cbf9b1c"
|
|
SRC_URI = "git://github.com/Gateworks/u-boot-imx6.git;branch=gateworks_v2015.04"
|
|
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
COMPATIBLE_MACHINE = "(ventana)"
|