13 lines
545 B
HTML
13 lines
545 B
HTML
# Copyright (C) 2013 Digi International
|
|
|
|
# Internal repo branch
|
|
SRCBRANCH = "v2013.04/master"
|
|
|
|
SRCREV_external = ""
|
|
SRCREV_internal = "ca401531b648cc8fcb69c15326c3382977088ea9"
|
|
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)}"
|