10 lines
511 B
HTML
10 lines
511 B
HTML
# Copyright (C) 2012 Digi International
|
|
|
|
SRCREV_external = "a138d8f6602b33ae6021df890ba2f292a405e09a"
|
|
SRCREV_internal = "feec20411f1ee6c507bf50d12268cd8c05fe6820"
|
|
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
|
|
|
|
SRC_URI_external = "${DIGI_GITHUB_GIT}/yocto-linux.git;protocol=git"
|
|
SRC_URI_internal = "${DIGI_LOG_GIT}linux-2.6.git;protocol=git"
|
|
SRC_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)}"
|