29 lines
630 B
BlitzBasic
29 lines
630 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"
|
|
|
|
PR = "r0"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
UBOOT_BSTR_mxs = "-ivt"
|
|
|
|
DEPENDS_mxs += "elftosb-native imx-bootlets-dey"
|
|
|
|
EXTRA_OEMAKE += 'HOSTSTRIP=true'
|
|
EXTRA_OEMAKE_append_mxs = ' BOOTLETS_DIR=${STAGING_DIR_TARGET}/boot'
|
|
|
|
do_compile_prepend() {
|
|
${S}/tools/setlocalversion --save-scmversion ${S}
|
|
}
|
|
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
COMPATIBLE_MACHINE = "(mxs|mx5)"
|