meta-digi: update revisions for dey-1.6.2.2
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
d4f3d29ef9
commit
a3c1aa7626
|
|
@ -4,11 +4,11 @@
|
||||||
SRCBRANCH = "v2009.08/dub-1.6/maint"
|
SRCBRANCH = "v2009.08/dub-1.6/maint"
|
||||||
|
|
||||||
SRCREV_external = ""
|
SRCREV_external = ""
|
||||||
SRCREV_internal = "${AUTOREV}"
|
SRCREV_internal = "890524e864e638afe75c5eb95da57a330009e3f2"
|
||||||
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;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)}"
|
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"
|
||||||
|
|
|
||||||
|
|
@ -4,11 +4,11 @@
|
||||||
SRCBRANCH = "v2013.01/master"
|
SRCBRANCH = "v2013.01/master"
|
||||||
|
|
||||||
SRCREV_external = ""
|
SRCREV_external = ""
|
||||||
SRCREV_internal = "${AUTOREV}"
|
SRCREV_internal = "31f2fc414e30ff53bf3f924e488723369fe06a52"
|
||||||
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;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)}"
|
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"
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
SRCBRANCH = "v2013.04/master"
|
SRCBRANCH = "v2013.04/master"
|
||||||
|
|
||||||
SRCREV_external = ""
|
SRCREV_external = ""
|
||||||
SRCREV_internal = "${AUTOREV}"
|
SRCREV_internal = "b69bd166693e2d1f0670646c0fa79168a19ad4ee"
|
||||||
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;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)}"
|
SRC_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)}"
|
||||||
|
|
|
||||||
|
|
@ -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;branch=${SRCBRANCH}"
|
SRC_URI_internal = "${DIGI_GIT}linux-2.6.git;protocol=git;nobranch=1"
|
||||||
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 \
|
||||||
|
|
|
||||||
|
|
@ -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 = ""
|
SRCREV_external = ""
|
||||||
SRCREV_internal = "${AUTOREV}"
|
SRCREV_internal = "2c67c6a8930ae36eadcd7026fc3e6f41b1e42392"
|
||||||
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 ?= ""
|
||||||
|
|
|
||||||
|
|
@ -14,8 +14,8 @@ SRCREV_external = ""
|
||||||
SRCREV_external_mxs = ""
|
SRCREV_external_mxs = ""
|
||||||
SRCREV_external_mx6 = ""
|
SRCREV_external_mx6 = ""
|
||||||
SRCREV_internal = ""
|
SRCREV_internal = ""
|
||||||
SRCREV_internal_mxs = "${AUTOREV}"
|
SRCREV_internal_mxs = "439fa6daa85b8275f5d86426828b6218278d2168"
|
||||||
SRCREV_internal_mx6 = "${AUTOREV}"
|
SRCREV_internal_mx6 = "a110138b2a4e41246ffacaa24d75d91f5aad7497"
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue