diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey-rev_2013.04.inc b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey-rev_2013.04.inc new file mode 100644 index 000000000..fdcdc9302 --- /dev/null +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey-rev_2013.04.inc @@ -0,0 +1,11 @@ +# Copyright (C) 2013 Digi International + +SRCBRANCH = "v2013.04/master" + +SRCREV_external = "" +SRCREV_internal = "${AUTOREV}" +SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}" + +SRC_URI_external = "${DIGI_GITHUB_GIT}/yocto-uboot.git;protocol=git" +SRC_URI_internal = "${DIGI_LOG_GIT}u-boot-denx.git;protocol=git;branch=${SRCBRANCH}" +SRC_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)}" diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2013.04.bb b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2013.04.bb new file mode 100644 index 000000000..e22736c4c --- /dev/null +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2013.04.bb @@ -0,0 +1,15 @@ +# 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" + +PACKAGE_ARCH = "${MACHINE_ARCH}" +COMPATIBLE_MACHINE = "(mx6)"