meta-digi: update revisions for dey-2.0-r4.2

Signed-off-by: Diaz de Grenu, Jose <Jose.DiazdeGrenu@digi.com>
This commit is contained in:
Diaz de Grenu, Jose 2016-11-23 16:52:12 +01:00 committed by Javier Viguera
parent eed8fd2e63
commit 6efd9263f3
7 changed files with 10 additions and 10 deletions

View File

@ -1,11 +1,11 @@
# Copyright (C) 2013 Digi International # Copyright (C) 2013 Digi International
SRCBRANCH = "v2013.01/dub-2.0/maint" SRCBRANCH = "v2013.01/dub-2.0/maint"
SRCREV = "${AUTOREV}" SRCREV = "dfc9c241d7b8171dddb804bc2c4f7fa431386c23"
# Select internal or Github U-Boot repo # Select internal or Github U-Boot repo
UBOOT_GIT_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_GIT}u-boot-denx.git', '${DIGI_GITHUB_GIT}/u-boot.git', d)}" UBOOT_GIT_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_GIT}u-boot-denx.git', '${DIGI_GITHUB_GIT}/u-boot.git', d)}"
SRC_URI = "${UBOOT_GIT_URI};branch=${SRCBRANCH}" SRC_URI = "${UBOOT_GIT_URI};nobranch=1"
UBOOT_NVRAM_LIBPATH = "git/board/digi/common/cmd_nvram/lib" UBOOT_NVRAM_LIBPATH = "git/board/digi/common/cmd_nvram/lib"

View File

@ -12,13 +12,13 @@ DEPENDS += "${@base_conditional('TRUSTFENCE_SIGN', '1', 'trustfence-cst-native',
PROVIDES += "u-boot" PROVIDES += "u-boot"
SRCBRANCH = "v2015.04/maint" SRCBRANCH = "v2015.04/maint"
SRCREV = "${AUTOREV}" SRCREV = "dbf81842c12245fbb8db6d61064d1a9b51a92816"
# Select internal or Github U-Boot repo # Select internal or Github U-Boot repo
UBOOT_GIT_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_GIT}u-boot-denx.git', '${DIGI_GITHUB_GIT}/u-boot.git', d)}" UBOOT_GIT_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_GIT}u-boot-denx.git', '${DIGI_GITHUB_GIT}/u-boot.git', d)}"
SRC_URI = " \ SRC_URI = " \
${UBOOT_GIT_URI};branch=${SRCBRANCH} \ ${UBOOT_GIT_URI};nobranch=1 \
" "
SRC_URI_append = " \ SRC_URI_append = " \

View File

@ -3,7 +3,7 @@ LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
SRCBRANCH = "v2015.04/maint" SRCBRANCH = "v2015.04/maint"
SRCREV = "${AUTOREV}" SRCREV = "dbf81842c12245fbb8db6d61064d1a9b51a92816"
S = "${WORKDIR}" S = "${WORKDIR}"
@ -11,7 +11,7 @@ S = "${WORKDIR}"
UBOOT_GIT_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_GIT}u-boot-denx.git', '${DIGI_GITHUB_GIT}/u-boot.git', d)}" UBOOT_GIT_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_GIT}u-boot-denx.git', '${DIGI_GITHUB_GIT}/u-boot.git', d)}"
SRC_URI = " \ SRC_URI = " \
${UBOOT_GIT_URI};branch=${SRCBRANCH} \ ${UBOOT_GIT_URI};nobranch=1 \
file://trustfence-sign-kernel.sh;name=kernel-script \ file://trustfence-sign-kernel.sh;name=kernel-script \
file://sign_uimage;name=kernel-sign \ file://sign_uimage;name=kernel-sign \
file://encrypt_uimage;name=kernel-encrypt \ file://encrypt_uimage;name=kernel-encrypt \

View File

@ -16,7 +16,7 @@ LOCALVERSION = "-dey"
LINUX_GIT_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_GIT}linux-2.6.git', '${DIGI_GITHUB_GIT}/linux.git', d)}" LINUX_GIT_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_GIT}linux-2.6.git', '${DIGI_GITHUB_GIT}/linux.git', d)}"
SRC_URI = " \ SRC_URI = " \
${LINUX_GIT_URI};branch=${SRCBRANCH} \ ${LINUX_GIT_URI};nobranch=1 \
file://defconfig \ file://defconfig \
" "

View File

@ -4,7 +4,7 @@ require recipes-kernel/linux/linux-dey.inc
require recipes-kernel/linux/linux-dtb.inc require recipes-kernel/linux/linux-dtb.inc
SRCBRANCH = "v3.10/dey-1.4/maint" SRCBRANCH = "v3.10/dey-1.4/maint"
SRCREV = "${AUTOREV}" SRCREV = "aa1701793ab27ccfe4931bbc55b46f6b9cb442e7"
config_dts() { config_dts() {
for DTB in ${KERNEL_DEVICETREE}; do for DTB in ${KERNEL_DEVICETREE}; do

View File

@ -6,6 +6,6 @@ require recipes-kernel/linux/linux-dtb.inc
inherit fsl-vivante-kernel-driver-handler inherit fsl-vivante-kernel-driver-handler
SRCBRANCH = "v3.14/dey-2.0/maint" SRCBRANCH = "v3.14/dey-2.0/maint"
SRCREV = "${AUTOREV}" SRCREV = "e4774bf569b2878839570c9cce71d5165269c1f1"
COMPATIBLE_MACHINE = "(ccimx6$)" COMPATIBLE_MACHINE = "(ccimx6$)"

View File

@ -4,6 +4,6 @@ require recipes-kernel/linux/linux-dey.inc
require recipes-kernel/linux/linux-dtb.inc require recipes-kernel/linux/linux-dtb.inc
SRCBRANCH = "v4.1/dey-2.0/maint" SRCBRANCH = "v4.1/dey-2.0/maint"
SRCREV = "${AUTOREV}" SRCREV = "8dca338beac57160f7eb2706199565624257a514"
COMPATIBLE_MACHINE = "(ccimx6ul)" COMPATIBLE_MACHINE = "(ccimx6ul)"