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:
parent
6abb629fc9
commit
5bbcd32eec
|
|
@ -5,14 +5,14 @@ include linux-dey.inc
|
||||||
PR = "${DISTRO}.${INC_PR}.0"
|
PR = "${DISTRO}.${INC_PR}.0"
|
||||||
|
|
||||||
SRCREV_external = ""
|
SRCREV_external = ""
|
||||||
SRCREV_internal = "a6af90cf1d79359802e7f7d5f395d3800eb638b7"
|
SRCREV_internal = "${AUTOREV}"
|
||||||
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
|
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
|
||||||
|
|
||||||
LOCALVERSION_mx5 = "mx5"
|
LOCALVERSION_mx5 = "mx5"
|
||||||
LOCALVERSION_mxs = "mxs"
|
LOCALVERSION_mxs = "mxs"
|
||||||
|
|
||||||
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_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 = " \
|
SRC_URI = " \
|
||||||
${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)} \
|
${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)} \
|
||||||
file://defconfig \
|
file://defconfig \
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ include linux-dey.inc
|
||||||
PR = "${DISTRO}.${INC_PR}.0"
|
PR = "${DISTRO}.${INC_PR}.0"
|
||||||
|
|
||||||
SRCREV_external = ""
|
SRCREV_external = ""
|
||||||
SRCREV_internal = "43ee95fb0a87645076f789f3c20dfe6bace89d2f"
|
SRCREV_internal = "${AUTOREV}"
|
||||||
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
|
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
|
||||||
|
|
||||||
LOCALVERSION_mxs = "mxs"
|
LOCALVERSION_mxs = "mxs"
|
||||||
|
|
@ -19,7 +19,7 @@ KERNEL_CFG_FRAGS ?= ""
|
||||||
KERNEL_CFG_FRAGS_append = " ${@base_conditional('HAVE_EXAMPLE', '1' , 'file://config-spidev.cfg', '', d)}"
|
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_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 = " \
|
SRC_URI = " \
|
||||||
${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)} \
|
${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)} \
|
||||||
file://defconfig \
|
file://defconfig \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue