meta-digi: revert revisions to AUTOREV
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
838ba4b920
commit
26a3cef1b2
|
|
@ -3,7 +3,7 @@
|
|||
SRCBRANCH = "v2013.04/master"
|
||||
|
||||
SRCREV_external = ""
|
||||
SRCREV_internal = "c1a7f08a7768b28beb2a26cf0bcd236347b4a9e0"
|
||||
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"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ KBRANCH_DEFAULT = "del-5.9/meta-digi"
|
|||
KBRANCH = "${KBRANCH_DEFAULT}"
|
||||
|
||||
SRCREV_external = ""
|
||||
SRCREV_internal = "721c759663351636c2cbc8a6d2fb02fcf193c927"
|
||||
SRCREV_internal = "${AUTOREV}"
|
||||
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
|
||||
|
||||
KERNEL_CFG_FRAGS ?= ""
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ KBRANCH_mxs = "v3.10.y/maint"
|
|||
KBRANCH_mx6 = "v3.10/dey-1.6/maint"
|
||||
|
||||
SRCREV_external = ""
|
||||
SRCREV_internal = "e0cfbf28180e7bff38e26dfca0240ec21796f3d7"
|
||||
SRCREV_internal = "${AUTOREV}"
|
||||
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
|
||||
|
||||
# Kernel configuration fragments
|
||||
|
|
|
|||
Loading…
Reference in New Issue