20 lines
402 B
BlitzBasic
20 lines
402 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"
|
|
|
|
DEPENDS_mxs += "elftosb-native"
|
|
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
COMPATIBLE_MACHINE = "(mxs)"
|