17 lines
359 B
BlitzBasic
17 lines
359 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=4c6cde5df68eff615d36789dc18edd3b"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
EXTRA_OEMAKE += 'HOSTSTRIP=true'
|
|
|
|
COMPATIBLE_MACHINE = "(mx5)"
|