meta-digi-arm: use AUTOREV to get latest revision for Linux kernel

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2013-12-26 14:36:09 +01:00
parent 6abb629fc9
commit 5bbcd32eec
2 changed files with 4 additions and 4 deletions

View File

@ -5,14 +5,14 @@ include linux-dey.inc
PR = "${DISTRO}.${INC_PR}.0"
SRCREV_external = ""
SRCREV_internal = "a6af90cf1d79359802e7f7d5f395d3800eb638b7"
SRCREV_internal = "${AUTOREV}"
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
LOCALVERSION_mx5 = "mx5"
LOCALVERSION_mxs = "mxs"
SRC_URI_external = "${DIGI_GITHUB_GIT}/yocto-linux.git;protocol=git"
SRC_URI_internal = "${DIGI_GIT}linux-2.6.git;protocol=git"
SRC_URI_internal = "${DIGI_GIT}linux-2.6.git;protocol=git;branch=del-5.9/meta-digi"
SRC_URI = " \
${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)} \
file://defconfig \

View File

@ -9,7 +9,7 @@ include linux-dey.inc
PR = "${DISTRO}.${INC_PR}.0"
SRCREV_external = ""
SRCREV_internal = "43ee95fb0a87645076f789f3c20dfe6bace89d2f"
SRCREV_internal = "${AUTOREV}"
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
LOCALVERSION_mxs = "mxs"
@ -19,7 +19,7 @@ KERNEL_CFG_FRAGS ?= ""
KERNEL_CFG_FRAGS_append = " ${@base_conditional('HAVE_EXAMPLE', '1' , 'file://config-spidev.cfg', '', 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_internal = "${DIGI_GIT}linux-2.6.git;protocol=git;branch=v3.10.y/maint"
SRC_URI = " \
${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)} \
file://defconfig \