meta-digi: update SRCREVs for dey-1.8.0.2

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
Alex Gonzalez 2015-10-14 14:51:28 +02:00
parent d4fb6a238e
commit f032e1a132
7 changed files with 10 additions and 10 deletions

View File

@ -4,11 +4,11 @@
SRCBRANCH = "v2009.08/dub-1.6/maint"
SRCREV_external = ""
SRCREV_internal = "${AUTOREV}"
SRCREV_internal = "ea6dd22e083b50c349f688eeacaa33b50de85cd4"
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;branch=${SRCBRANCH}"
SRC_URI_internal = "${DIGI_GIT}u-boot-denx.git;protocol=git;nobranch=1"
SRC_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)}"
UBOOT_NVRAM_LIBPATH = "git/common/digi/cmd_nvram/lib"

View File

@ -4,11 +4,11 @@
SRCBRANCH = "v2013.01/dub-2.0/maint"
SRCREV_external = ""
SRCREV_internal = "${AUTOREV}"
SRCREV_internal = "606db83e5cde2b36835238e699d096a8628e8575"
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;branch=${SRCBRANCH}"
SRC_URI_internal = "${DIGI_GIT}u-boot-denx.git;protocol=git;nobranch=1"
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"

View File

@ -12,11 +12,11 @@ PROVIDES += "u-boot"
SRCBRANCH = "v2015.04/master"
SRCREV_external = ""
SRCREV_internal = "${AUTOREV}"
SRCREV_internal = "0ec0bcd31d91f1ed72e375493ffba0611f43adb0"
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;branch=${SRCBRANCH}"
SRC_URI_internal = "${DIGI_GIT}u-boot-denx.git;protocol=git;nobranch=1"
SRC_URI = " \
${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)} \
file://boot.txt \

View File

@ -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;branch=${SRCBRANCH}"
SRC_URI_internal = "${DIGI_GIT}linux-2.6.git;protocol=git;nobranch=1"
SRC_URI = " \
${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)} \
file://defconfig \

View File

@ -6,7 +6,7 @@ require recipes-kernel/linux/linux-dey.inc
SRCBRANCH = "v2.6.35/dey-1.4/maint"
SRCREV_external = ""
SRCREV_internal = "${AUTOREV}"
SRCREV_internal = "c4969c4a3e8d763f3f6bb0794a3d39602adc0b8b"
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
KERNEL_CFG_FRAGS = " \

View File

@ -7,7 +7,7 @@ require recipes-kernel/linux/linux-dtb.inc
SRCBRANCH = "v3.10/dey-1.4/maint"
SRCREV_external = ""
SRCREV_internal = "${AUTOREV}"
SRCREV_internal = "2b43ad174077af256749a0d4593aed921b356749"
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
config_dts() {

View File

@ -7,7 +7,7 @@ require recipes-kernel/linux/linux-dtb.inc
SRCBRANCH = "v3.14/master"
SRCREV_external = ""
SRCREV_internal = "${AUTOREV}"
SRCREV_internal = "9d8c0db7185570a426c3b5780ff62669ea71265e"
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
COMPATIBLE_MACHINE = "(ccimx6)"