meta-digi/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey-rev_2013.01.inc

15 lines
613 B
HTML

# Copyright (C) 2013 Digi International
# Internal repo branch
SRCBRANCH = "v2013.01/dub-2.0/maint"
SRCREV_external = ""
SRCREV_internal = "606db83e5cde2b36835238e699d096a8628e8575"
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
SRC_URI_external = "${DIGI_GITHUB_GIT}/yocto-uboot.git;protocol=git;nobranch=1"
SRC_URI_internal = "${DIGI_GIT}u-boot-denx.git;protocol=git;nobranch=1"
SRC_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)}"
UBOOT_NVRAM_LIBPATH = "git/board/digi/common/cmd_nvram/lib"