meta-digi: revert revisions to AUTOREV

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2017-07-11 18:06:32 +02:00
parent b5ab28b4b4
commit 2064525ede
12 changed files with 20 additions and 20 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 = "f5e96d720736218f8b81e4cf3ec1a2cb55f86401" SRCREV = "${AUTOREV}"
# 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};nobranch=1" SRC_URI = "${UBOOT_GIT_URI};branch=${SRCBRANCH}"
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 = "d14ae0b88580c50358df6266c71cea84fd7df7dd" SRCREV = "${AUTOREV}"
# 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};nobranch=1 \ ${UBOOT_GIT_URI};branch=${SRCBRANCH} \
" "
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 = "d14ae0b88580c50358df6266c71cea84fd7df7dd" SRCREV = "${AUTOREV}"
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};nobranch=1 \ ${UBOOT_GIT_URI};branch=${SRCBRANCH} \
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

@ -8,12 +8,12 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/ISC;md5=f3b90e78ea0cffb20bf5cca
PV = "v4.2.80.63" PV = "v4.2.80.63"
SRCBRANCH = "dey-2.2/maint" SRCBRANCH = "dey-2.2/maint"
SRCREV = "a004349be88e3f2a867600ee7c2b8035b5915211" SRCREV = "${AUTOREV}"
QCOM_GIT_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_MTK_GIT}linux/qcacld-2.0.git;protocol=ssh', '${DIGI_GITHUB_GIT}/qcacld-2.0.git', d)}" QCOM_GIT_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_MTK_GIT}linux/qcacld-2.0.git;protocol=ssh', '${DIGI_GITHUB_GIT}/qcacld-2.0.git', d)}"
SRC_URI = " \ SRC_URI = " \
${QCOM_GIT_URI};nobranch=1 \ ${QCOM_GIT_URI};branch=${SRCBRANCH} \
" "
SRC_URI_append = " \ SRC_URI_append = " \

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};nobranch=1 \ ${LINUX_GIT_URI};branch=${SRCBRANCH} \
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 = "8a6a9230dfe407e1764b5db8ef5b15601d85cfd2" SRCREV = "${AUTOREV}"
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 = "eaa1199a097217aa619817654e022f2605c45be6" SRCREV = "${AUTOREV}"
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.2/maint" SRCBRANCH = "v4.1/dey-2.2/maint"
SRCREV = "208884306c5cff1be494bf3d8aef134c60d83ba2" SRCREV = "${AUTOREV}"
COMPATIBLE_MACHINE = "(ccimx6$|ccimx6ul)" COMPATIBLE_MACHINE = "(ccimx6$|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" DEPENDS = "confuse openssl recovery-utils zlib"
SRCBRANCH = "master" SRCBRANCH = "master"
SRCREV = "5c79d1ddde37c18f4f311fb0046f85c1e2f6a38a" SRCREV = "${AUTOREV}"
CC_STASH = "gitsm://git@stash.digi.com/cc/cc_dey.git;protocol=ssh" 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_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)}" 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" S = "${WORKDIR}/git"

View File

@ -6,11 +6,11 @@ LICENSE = "ATMEL_CRYPTOAUTHLIB_LICENSE"
LIC_FILES_CHKSUM = "file://lib/atca_cfgs.h;beginline=8;endline=40;md5=073d05cb7a4312aaff0af9186e4fa93e" LIC_FILES_CHKSUM = "file://lib/atca_cfgs.h;beginline=8;endline=40;md5=073d05cb7a4312aaff0af9186e4fa93e"
SRCBRANCH = "dey-2.2/maint" SRCBRANCH = "dey-2.2/maint"
SRCREV = "4211e7e12bb1c88e35a1170503f91bb1409ea581" SRCREV = "${AUTOREV}"
GIT_URI ?= "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_MTK_GIT}linux/atmel-cryptoauth-openssl-engine.git;protocol=ssh', '${DIGI_GITHUB_GIT}/atmel-cryptoauth-openssl-engine.git', d)}" GIT_URI ?= "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_MTK_GIT}linux/atmel-cryptoauth-openssl-engine.git;protocol=ssh', '${DIGI_GITHUB_GIT}/atmel-cryptoauth-openssl-engine.git', d)}"
SRC_URI = "${GIT_URI};nobranch=1" SRC_URI = "${GIT_URI};branch=${SRCBRANCH}"
S = "${WORKDIR}/git/engine_atecc/cryptoauthlib" S = "${WORKDIR}/git/engine_atecc/cryptoauthlib"

View File

@ -14,14 +14,14 @@ AWS_USER_LED_ccimx6ulsbc ?= "488"
AWS_USER_LED_ccimx6sbc ?= "34" AWS_USER_LED_ccimx6sbc ?= "34"
SRCBRANCH = "dey-2.2/maint" SRCBRANCH = "dey-2.2/maint"
SRCREV = "2302b7c2e2ba46ce3e1b8481a551e33f55c65255" SRCREV = "${AUTOREV}"
CC_STASH = "${DIGI_MTK_GIT}dey/dey-examples.git;protocol=ssh" CC_STASH = "${DIGI_MTK_GIT}dey/dey-examples.git;protocol=ssh"
CC_GITHUB = "${DIGI_GITHUB_GIT}/dey-examples.git;protocol=git" CC_GITHUB = "${DIGI_GITHUB_GIT}/dey-examples.git;protocol=git"
CC_GIT_URI ?= "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${CC_STASH}', '${CC_GITHUB}', d)}" 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/awsiot-sample" S = "${WORKDIR}/git/awsiot-sample"

View File

@ -8,14 +8,14 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425
DEPENDS = "cryptoauthlib" DEPENDS = "cryptoauthlib"
SRCBRANCH = "dey-2.2/maint" SRCBRANCH = "dey-2.2/maint"
SRCREV = "2302b7c2e2ba46ce3e1b8481a551e33f55c65255" SRCREV = "${AUTOREV}"
CC_STASH = "${DIGI_MTK_GIT}dey/dey-examples.git;protocol=ssh" CC_STASH = "${DIGI_MTK_GIT}dey/dey-examples.git;protocol=ssh"
CC_GITHUB = "${DIGI_GITHUB_GIT}/dey-examples.git;protocol=git" CC_GITHUB = "${DIGI_GITHUB_GIT}/dey-examples.git;protocol=git"
CC_GIT_URI ?= "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${CC_STASH}', '${CC_GITHUB}', d)}" 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/cryptochip-get-random" S = "${WORKDIR}/git/cryptochip-get-random"