meta-digi-arm: add u-boot-dey v2013.04
This is the u-boot used for i.MX6 Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com> Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
1e2f8f98b1
commit
3110e93ef1
|
|
@ -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)}"
|
||||
|
|
@ -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)"
|
||||
Loading…
Reference in New Issue