meta-digi-arm: Fix linux-libc-headers to work from outside the intranet.
Also, set the SRCREV to the same as the linux recipe for dey-1.3.0.6. Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
ad31cd6149
commit
993fa4eed4
|
|
@ -3,10 +3,11 @@
|
||||||
PRINC := "${@int(PRINC) + 1}"
|
PRINC := "${@int(PRINC) + 1}"
|
||||||
PR_append = "+${DISTRO}"
|
PR_append = "+${DISTRO}"
|
||||||
|
|
||||||
SRCREV_mxs = "${AUTOREV}"
|
SRCREV_external = "aeca956315a7b2e6e4cc94f11fc799fcfa791353"
|
||||||
KBRANCH_mxs = "refs/heads/master"
|
SRCREV_internal = "feec20411f1ee6c507bf50d12268cd8c05fe6820"
|
||||||
|
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
|
||||||
|
|
||||||
SRCREV_mx5 = "${AUTOREV}"
|
SRC_URI_external = "${DIGI_GITHUB_GIT}/yocto-linux.git;protocol=git"
|
||||||
KBRANCH_mx5 = "refs/heads/master"
|
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)}"
|
||||||
|
|
||||||
SRC_URI = "${DIGI_LOG_GIT}linux-2.6.git;protocol=git;branch=${KBRANCH} "
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue