meta-digi: revert revisions to AUTOREV
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
f032e1a132
commit
a81a7d586c
|
|
@ -4,11 +4,11 @@
|
|||
SRCBRANCH = "v2009.08/dub-1.6/maint"
|
||||
|
||||
SRCREV_external = ""
|
||||
SRCREV_internal = "ea6dd22e083b50c349f688eeacaa33b50de85cd4"
|
||||
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/common/digi/cmd_nvram/lib"
|
||||
|
|
|
|||
|
|
@ -4,11 +4,11 @@
|
|||
SRCBRANCH = "v2013.01/dub-2.0/maint"
|
||||
|
||||
SRCREV_external = ""
|
||||
SRCREV_internal = "606db83e5cde2b36835238e699d096a8628e8575"
|
||||
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"
|
||||
|
|
|
|||
|
|
@ -12,11 +12,11 @@ PROVIDES += "u-boot"
|
|||
SRCBRANCH = "v2015.04/master"
|
||||
|
||||
SRCREV_external = ""
|
||||
SRCREV_internal = "0ec0bcd31d91f1ed72e375493ffba0611f43adb0"
|
||||
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 \
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ DEPENDS += "lzop-native bc-native"
|
|||
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 \
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ require recipes-kernel/linux/linux-dey.inc
|
|||
SRCBRANCH = "v2.6.35/dey-1.4/maint"
|
||||
|
||||
SRCREV_external = ""
|
||||
SRCREV_internal = "c4969c4a3e8d763f3f6bb0794a3d39602adc0b8b"
|
||||
SRCREV_internal = "${AUTOREV}"
|
||||
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
|
||||
|
||||
KERNEL_CFG_FRAGS = " \
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ require recipes-kernel/linux/linux-dtb.inc
|
|||
SRCBRANCH = "v3.10/dey-1.4/maint"
|
||||
|
||||
SRCREV_external = ""
|
||||
SRCREV_internal = "2b43ad174077af256749a0d4593aed921b356749"
|
||||
SRCREV_internal = "${AUTOREV}"
|
||||
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
|
||||
|
||||
config_dts() {
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ require recipes-kernel/linux/linux-dtb.inc
|
|||
SRCBRANCH = "v3.14/master"
|
||||
|
||||
SRCREV_external = ""
|
||||
SRCREV_internal = "9d8c0db7185570a426c3b5780ff62669ea71265e"
|
||||
SRCREV_internal = "${AUTOREV}"
|
||||
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx6)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue