meta-digi: revert kernel and u-boot revisions to AUTOREV
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
4d0febe384
commit
79cca553e5
|
|
@ -4,11 +4,11 @@
|
|||
SRCBRANCH = "v2013.01/dub-2.0/maint"
|
||||
|
||||
SRCREV_external = ""
|
||||
SRCREV_internal = "dfc9c241d7b8171dddb804bc2c4f7fa431386c23"
|
||||
SRCREV_internal = "${AUTOREV}"
|
||||
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
|
||||
|
||||
SRC_URI_external = "${DIGI_GITHUB_GIT}/yocto-uboot.git;protocol=git;nobranch=1"
|
||||
SRC_URI_internal = "${DIGI_GIT}u-boot-denx.git;protocol=git;nobranch=1"
|
||||
SRC_URI_internal = "${DIGI_GIT}u-boot-denx.git;protocol=git;branch=${SRCBRANCH}"
|
||||
SRC_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)}"
|
||||
|
||||
UBOOT_NVRAM_LIBPATH = "git/board/digi/common/cmd_nvram/lib"
|
||||
|
|
|
|||
|
|
@ -14,11 +14,11 @@ PROVIDES += "u-boot"
|
|||
SRCBRANCH = "v2015.04/master"
|
||||
|
||||
SRCREV_external = ""
|
||||
SRCREV_internal = "cceb7e3aaa6830162a2f4cbf0029e2047d40b983"
|
||||
SRCREV_internal = "${AUTOREV}"
|
||||
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
|
||||
|
||||
SRC_URI_external = "${DIGI_GITHUB_GIT}/yocto-uboot.git;protocol=git;nobranch=1"
|
||||
SRC_URI_internal = "${DIGI_GIT}u-boot-denx.git;protocol=git;nobranch=1"
|
||||
SRC_URI_internal = "${DIGI_GIT}u-boot-denx.git;protocol=git;branch=${SRCBRANCH}"
|
||||
SRC_URI = " \
|
||||
${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)} \
|
||||
file://boot.txt \
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ inherit kernel fsl-kernel-localversion
|
|||
LOCALVERSION = "-dey"
|
||||
|
||||
SRC_URI_external = "${DIGI_GITHUB_GIT}/yocto-linux.git;protocol=git;nobranch=1"
|
||||
SRC_URI_internal = "${DIGI_GIT}linux-2.6.git;protocol=git;nobranch=1"
|
||||
SRC_URI_internal = "${DIGI_GIT}linux-2.6.git;protocol=git;branch=${SRCBRANCH}"
|
||||
SRC_URI = " \
|
||||
${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)} \
|
||||
file://defconfig \
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ require recipes-kernel/linux/linux-dtb.inc
|
|||
SRCBRANCH = "v3.10/dey-1.4/maint"
|
||||
|
||||
SRCREV_external = ""
|
||||
SRCREV_internal = "aa1701793ab27ccfe4931bbc55b46f6b9cb442e7"
|
||||
SRCREV_internal = "${AUTOREV}"
|
||||
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
|
||||
|
||||
config_dts() {
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ inherit fsl-vivante-kernel-driver-handler
|
|||
SRCBRANCH = "v3.14/dey-2.0/maint"
|
||||
|
||||
SRCREV_external = ""
|
||||
SRCREV_internal = "f14a30884de4222d84ea25d0d0a0ec5582e204d0"
|
||||
SRCREV_internal = "${AUTOREV}"
|
||||
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx6)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue