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 = "a05be66816983ff13e9a0b9bd2294b3d03c6eb75"
|
|
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)}"
|