meta-digi/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey-rev_2009.08.inc

16 lines
734 B
HTML

# Copyright (C) 2013 Digi International
SRCBRANCH_external = ""
SRCBRANCH_internal = "master"
SRCBRANCH = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCBRANCH_internal}', '${SRCBRANCH_external}', d)}"
SRCREV_external = ""
SRCREV_internal = "b23ff7f11a0577037becc20bbcfe61640fe87fb4"
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
SRC_URI_external = "${DIGI_GITHUB_GIT}/yocto-uboot.git;protocol=git;branch=${SRCBRANCH}"
SRC_URI_internal = "${DIGI_GIT}u-boot-denx.git;protocol=git;branch=${SRCBRANCH}"
SRC_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)}"
UBOOT_NVRAM_LIBPATH = "git/common/digi/cmd_nvram/lib"