meta-digi/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2013.01.bb

22 lines
446 B
BlitzBasic

# Copyright (C) 2012 Digi International
DESCRIPTION = "Bootloader for Digi platforms"
require recipes-bsp/u-boot/u-boot.inc
include u-boot-dey-rev_${PV}.inc
PROVIDES += "u-boot"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
PR = "r0"
S = "${WORKDIR}/git"
UBOOT_SUFFIX_mxs = "sb"
DEPENDS_mxs += "elftosb-native"
PACKAGE_ARCH = "${MACHINE_ARCH}"
COMPATIBLE_MACHINE = "(ccardimx28js|cpx2|wr21)"