meta-digi: revert revisions to AUTOREV

Signed-off-by: Mike Engel <Mike.Engel@digi.com>
This commit is contained in:
Mike Engel 2017-06-13 17:48:23 +02:00
parent aa2d5fd346
commit 38dccefc9c
8 changed files with 12 additions and 12 deletions

View File

@ -1,11 +1,11 @@
# Copyright (C) 2013 Digi International
SRCBRANCH = "v2013.01/dub-2.0/maint"
SRCREV = "f5e96d720736218f8b81e4cf3ec1a2cb55f86401"
SRCREV = "${AUTOREV}"
# 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)}"
SRC_URI = "${UBOOT_GIT_URI};nobranch=1"
SRC_URI = "${UBOOT_GIT_URI};branch=${SRCBRANCH}"
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"
SRCBRANCH = "v2015.04/maint"
SRCREV = "0de0373ade11801e9ce9eed20d31ab3fd37306dd"
SRCREV = "${AUTOREV}"
# 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)}"
SRC_URI = " \
${UBOOT_GIT_URI};nobranch=1 \
${UBOOT_GIT_URI};branch=${SRCBRANCH} \
"
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"
SRCBRANCH = "v2015.04/maint"
SRCREV = "0de0373ade11801e9ce9eed20d31ab3fd37306dd"
SRCREV = "${AUTOREV}"
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)}"
SRC_URI = " \
${UBOOT_GIT_URI};nobranch=1 \
${UBOOT_GIT_URI};branch=${SRCBRANCH} \
file://trustfence-sign-kernel.sh;name=kernel-script \
file://sign_uimage;name=kernel-sign \
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)}"
SRC_URI = " \
${LINUX_GIT_URI};nobranch=1 \
${LINUX_GIT_URI};branch=${SRCBRANCH} \
file://defconfig \
"

View File

@ -4,7 +4,7 @@ require recipes-kernel/linux/linux-dey.inc
require recipes-kernel/linux/linux-dtb.inc
SRCBRANCH = "v3.10/dey-1.4/maint"
SRCREV = "8a6a9230dfe407e1764b5db8ef5b15601d85cfd2"
SRCREV = "${AUTOREV}"
config_dts() {
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
SRCBRANCH = "v3.14/dey-2.0/maint"
SRCREV = "e2da450994b1dcc4b187fea9e258d993ef25fc56"
SRCREV = "${AUTOREV}"
COMPATIBLE_MACHINE = "(ccimx6$)"

View File

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

View File

@ -8,14 +8,14 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7
DEPENDS = "confuse openssl recovery-utils zlib"
SRCBRANCH = "master"
SRCREV = "5c79d1ddde37c18f4f311fb0046f85c1e2f6a38a"
SRCREV = "${AUTOREV}"
CC_STASH = "gitsm://git@stash.digi.com/cc/cc_dey.git;protocol=ssh"
CC_GITHUB = "gitsm://github.com/digi-embedded/cc_dey.git;protocol=git"
CC_GIT_URI ?= "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${CC_STASH}', '${CC_GITHUB}', d)}"
SRC_URI = "${CC_GIT_URI};nobranch=1"
SRC_URI = "${CC_GIT_URI};branch=${SRCBRANCH}"
S = "${WORKDIR}/git"