15 lines
606 B
HTML
15 lines
606 B
HTML
# Copyright (C) 2013 Digi International
|
|
|
|
# Internal repo branch
|
|
SRCBRANCH = "v2013.01/master"
|
|
|
|
SRCREV_external = ""
|
|
SRCREV_internal = "1d0a11690c89562b61b37e4193f2145da7f2a97a"
|
|
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"
|