meta-digi: revert revisions to AUTOREV
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
f53848364a
commit
9a83dcaad0
|
|
@ -3,7 +3,7 @@
|
|||
SRCBRANCH = "v2013.04/master"
|
||||
|
||||
SRCREV_external = ""
|
||||
SRCREV_internal = "488fd61121314ba13641492c43110ee83eccbbed"
|
||||
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"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,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)}"
|
||||
|
||||
LOCALVERSION_mx5 = "mx5"
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ KBRANCH = "${KBRANCH_DEFAULT}"
|
|||
KBRANCH_mxs = "v3.10.y/maint"
|
||||
|
||||
SRCREV_external = ""
|
||||
SRCREV_internal = "0bbd76bc2d20c577f78e368cea0accfe9b4e9e35"
|
||||
SRCREV_internal = "${AUTOREV}"
|
||||
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
|
||||
|
||||
LOCALVERSION_mxs = "mxs"
|
||||
|
|
|
|||
Loading…
Reference in New Issue