20 lines
435 B
BlitzBasic
20 lines
435 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"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
do_compile_prepend() {
|
|
${S}/tools/setlocalversion --save-scmversion ${S}
|
|
}
|
|
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
COMPATIBLE_MACHINE = "(mx6)"
|