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

Add the initial recipes for Gateworks imx based boards. This includes a bootscript recipe along with a bootloader recipe. Signed-off-by: Pushpal Sidhu <psidhu@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=025bf9f768cbcb1a165dbe1a110babfb"
|
|
DEPENDS = "u-boot-mkimage-native"
|
|
|
|
PV = "v2014.04+git${SRCPV}"
|
|
|
|
SRCREV = "f2a73003969ef178e4734a3658d8295dde63901e"
|
|
SRC_URI = "git://github.com/Gateworks/u-boot-imx6.git;branch=gateworks_v2014.04"
|
|
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
COMPATIBLE_MACHINE = "(ventana)"
|