14 lines
581 B
HTML
14 lines
581 B
HTML
# Copyright (C) 2013 Digi International
|
|
|
|
SRCBRANCH = "v2013.01/master"
|
|
|
|
SRCREV_external = ""
|
|
SRCREV_internal = "958e055c9e4c0b3092097a865335bc743c2abce1"
|
|
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_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/board/digi/common/cmd_nvram/lib"
|