10 lines
467 B
HTML
10 lines
467 B
HTML
# Copyright (C) 2012 Digi International
|
|
|
|
SRCREV_external = ""
|
|
SRCREV_internal = "c2334ce9dde8e7313dc762d021200496a7fa3cf5"
|
|
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_GIT}linux-2.6.git;protocol=git"
|
|
SRC_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)}"
|