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
5dcd2e7b94
commit
792d214927
|
|
@ -1,11 +1,11 @@
|
||||||
# Copyright (C) 2013 Digi International
|
# Copyright (C) 2013 Digi International
|
||||||
|
|
||||||
SRCBRANCH = "v2013.01/dub-2.0/maint"
|
SRCBRANCH = "v2013.01/dub-2.0/maint"
|
||||||
SRCREV = "dfc9c241d7b8171dddb804bc2c4f7fa431386c23"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
# Select internal or Github U-Boot repo
|
# Select internal or Github U-Boot repo
|
||||||
UBOOT_GIT_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_GIT}u-boot-denx.git', '${DIGI_GITHUB_GIT}/u-boot.git', d)}"
|
UBOOT_GIT_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_GIT}u-boot-denx.git', '${DIGI_GITHUB_GIT}/u-boot.git', d)}"
|
||||||
|
|
||||||
SRC_URI = "${UBOOT_GIT_URI};nobranch=1"
|
SRC_URI = "${UBOOT_GIT_URI};branch=${SRCBRANCH}"
|
||||||
|
|
||||||
UBOOT_NVRAM_LIBPATH = "git/board/digi/common/cmd_nvram/lib"
|
UBOOT_NVRAM_LIBPATH = "git/board/digi/common/cmd_nvram/lib"
|
||||||
|
|
|
||||||
|
|
@ -11,13 +11,13 @@ DEPENDS += "dtc-native u-boot-mkimage-native"
|
||||||
PROVIDES += "u-boot"
|
PROVIDES += "u-boot"
|
||||||
|
|
||||||
SRCBRANCH = "v2015.04/maint"
|
SRCBRANCH = "v2015.04/maint"
|
||||||
SRCREV = "3f985499b4b8a5f402cc67ea44585015de3728a9"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
# Select internal or Github U-Boot repo
|
# Select internal or Github U-Boot repo
|
||||||
UBOOT_GIT_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_GIT}u-boot-denx.git', '${DIGI_GITHUB_GIT}/u-boot.git', d)}"
|
UBOOT_GIT_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_GIT}u-boot-denx.git', '${DIGI_GITHUB_GIT}/u-boot.git', d)}"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
${UBOOT_GIT_URI};nobranch=1 \
|
${UBOOT_GIT_URI};branch=${SRCBRANCH} \
|
||||||
file://boot.txt \
|
file://boot.txt \
|
||||||
file://install_linux_fw_sd.txt \
|
file://install_linux_fw_sd.txt \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ LOCALVERSION = "-dey"
|
||||||
LINUX_GIT_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_GIT}linux-2.6.git', '${DIGI_GITHUB_GIT}/linux.git', d)}"
|
LINUX_GIT_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_GIT}linux-2.6.git', '${DIGI_GITHUB_GIT}/linux.git', d)}"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
${LINUX_GIT_URI};nobranch=1 \
|
${LINUX_GIT_URI};branch=${SRCBRANCH} \
|
||||||
file://defconfig \
|
file://defconfig \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ require recipes-kernel/linux/linux-dey.inc
|
||||||
require recipes-kernel/linux/linux-dtb.inc
|
require recipes-kernel/linux/linux-dtb.inc
|
||||||
|
|
||||||
SRCBRANCH = "v3.10/dey-1.4/maint"
|
SRCBRANCH = "v3.10/dey-1.4/maint"
|
||||||
SRCREV = "aa1701793ab27ccfe4931bbc55b46f6b9cb442e7"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
config_dts() {
|
config_dts() {
|
||||||
for DTB in ${KERNEL_DEVICETREE}; do
|
for DTB in ${KERNEL_DEVICETREE}; do
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,6 @@ require recipes-kernel/linux/linux-dtb.inc
|
||||||
inherit fsl-vivante-kernel-driver-handler
|
inherit fsl-vivante-kernel-driver-handler
|
||||||
|
|
||||||
SRCBRANCH = "v3.14/dey-2.0/maint"
|
SRCBRANCH = "v3.14/dey-2.0/maint"
|
||||||
SRCREV = "c08e6c87f47fefff1fb2dcf37012d1a442fa872f"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(ccimx6)"
|
COMPATIBLE_MACHINE = "(ccimx6)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue