meta-digi: revert revisions to AUTOREV

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2014-05-27 14:13:23 +02:00
parent 8514398726
commit 4cb49ab09d
6 changed files with 10 additions and 10 deletions

View File

@ -4,11 +4,11 @@
SRCBRANCH = "master" SRCBRANCH = "master"
SRCREV_external = "8b22aa710c72a5daeb6f79852f1a4fb08abf37d4" SRCREV_external = "8b22aa710c72a5daeb6f79852f1a4fb08abf37d4"
SRCREV_internal = "80a0de8cc2bdbe0d2762e6da6defe89210f6db9c" SRCREV_internal = "${AUTOREV}"
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}" 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_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)}" SRC_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)}"
UBOOT_NVRAM_LIBPATH = "git/common/digi/cmd_nvram/lib" UBOOT_NVRAM_LIBPATH = "git/common/digi/cmd_nvram/lib"

View File

@ -4,11 +4,11 @@
SRCBRANCH = "v2013.01/master" SRCBRANCH = "v2013.01/master"
SRCREV_external = "a02784c8a21e04515c8905a32e947cb776b4f565" SRCREV_external = "a02784c8a21e04515c8905a32e947cb776b4f565"
SRCREV_internal = "31f2fc414e30ff53bf3f924e488723369fe06a52" SRCREV_internal = "${AUTOREV}"
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}" 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_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)}" 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" UBOOT_NVRAM_LIBPATH = "git/board/digi/common/cmd_nvram/lib"

View File

@ -4,9 +4,9 @@
SRCBRANCH = "v2013.04/master" SRCBRANCH = "v2013.04/master"
SRCREV_external = "71a9263c710a58c1c97307238507c6e7804101ee" SRCREV_external = "71a9263c710a58c1c97307238507c6e7804101ee"
SRCREV_internal = "43508d3dbb578a9a0cfc3c83c3b879d44bbf37c9" SRCREV_internal = "${AUTOREV}"
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}" 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_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)}" SRC_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)}"

View File

@ -5,7 +5,7 @@ require recipes-kernel/linux/linux-imx.inc
LOCALVERSION = "-dey" LOCALVERSION = "-dey"
SRC_URI_external = "${DIGI_GITHUB_GIT}/yocto-linux.git;protocol=git;nobranch=1" 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 = " \ SRC_URI = " \
${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)} \ ${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)} \
file://defconfig \ file://defconfig \

View File

@ -8,7 +8,7 @@ COMPATIBLE_MACHINE = "(mxs|mx5)"
SRCBRANCH = "v2.6.35/dey-1.4/maint" SRCBRANCH = "v2.6.35/dey-1.4/maint"
SRCREV_external = "04e6c93c509e4f0b2fe6c713674704f3b3fa1416" SRCREV_external = "04e6c93c509e4f0b2fe6c713674704f3b3fa1416"
SRCREV_internal = "d320d2a3ad8ba3e45039030b7b59d730d84e0807" SRCREV_internal = "${AUTOREV}"
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}" SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
KERNEL_CFG_FRAGS ?= "" KERNEL_CFG_FRAGS ?= ""

View File

@ -14,8 +14,8 @@ SRCREV_external = ""
SRCREV_external_mxs = "bccdf5cb75ba94d642c7893ba166dd1cb7d38985" SRCREV_external_mxs = "bccdf5cb75ba94d642c7893ba166dd1cb7d38985"
SRCREV_external_mx6 = "c297650949c74e7010705a131f9a175609c19835" SRCREV_external_mx6 = "c297650949c74e7010705a131f9a175609c19835"
SRCREV_internal = "" SRCREV_internal = ""
SRCREV_internal_mxs = "8d68ea3c74b27e94d964dc035ba6324da4badd02" SRCREV_internal_mxs = "${AUTOREV}"
SRCREV_internal_mx6 = "ef54641a578663a50428428dd141aa0f3e987e18" SRCREV_internal_mx6 = "${AUTOREV}"
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}" SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
# Kernel configuration fragments # Kernel configuration fragments