meta-digi-arm: Force the override of SRCREV in linux-libc-headers.
Otherwise the SRCREV in the append file is not used. Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
993fa4eed4
commit
021e42527e
|
|
@ -5,7 +5,7 @@ PR_append = "+${DISTRO}"
|
||||||
|
|
||||||
SRCREV_external = "aeca956315a7b2e6e4cc94f11fc799fcfa791353"
|
SRCREV_external = "aeca956315a7b2e6e4cc94f11fc799fcfa791353"
|
||||||
SRCREV_internal = "feec20411f1ee6c507bf50d12268cd8c05fe6820"
|
SRCREV_internal = "feec20411f1ee6c507bf50d12268cd8c05fe6820"
|
||||||
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
|
SRCREV_forcevariable = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
|
||||||
|
|
||||||
SRC_URI_external = "${DIGI_GITHUB_GIT}/yocto-linux.git;protocol=git"
|
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_internal = "${DIGI_LOG_GIT}linux-2.6.git;protocol=git"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue