meta-digi: revert revisions to AUTOREV

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2019-04-15 17:56:39 +02:00
parent 0078da95cb
commit a3c190dfff
12 changed files with 17 additions and 18 deletions

View File

@ -18,7 +18,7 @@ S = "${WORKDIR}/git"
UBOOT_GIT_URI ?= "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_GIT}u-boot-denx.git', '${DIGI_GITHUB_GIT}/u-boot.git', d)}" UBOOT_GIT_URI ?= "${@oe.utils.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,6 +3,6 @@
require digi-u-boot.inc require digi-u-boot.inc
SRCBRANCH = "v2017.03/maint" SRCBRANCH = "v2017.03/maint"
SRCREV = "244143fb841069220bab9854eabfb1819db96bc3" SRCREV = "${AUTOREV}"
COMPATIBLE_MACHINE = "(ccimx6$|ccimx6ul|ccimx8x)" COMPATIBLE_MACHINE = "(ccimx6$|ccimx6ul|ccimx8x)"

View File

@ -3,6 +3,6 @@
require digi-u-boot.inc require digi-u-boot.inc
SRCBRANCH = "v2018.03/maint" SRCBRANCH = "v2018.03/maint"
SRCREV = "83483e6e49ed953be21e18eceb94e8f4b89b49cb" SRCREV = "${AUTOREV}"
COMPATIBLE_MACHINE = "(ccimx8x)" COMPATIBLE_MACHINE = "(ccimx8x)"

View File

@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425
DEPENDS = "trustfence-cst coreutils util-linux" DEPENDS = "trustfence-cst coreutils util-linux"
SRCBRANCH = "v2017.03/maint" SRCBRANCH = "v2017.03/maint"
SRCREV = "244143fb841069220bab9854eabfb1819db96bc3" SRCREV = "${AUTOREV}"
S = "${WORKDIR}" S = "${WORKDIR}"
@ -14,7 +14,7 @@ S = "${WORKDIR}"
UBOOT_GIT_URI ?= "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_GIT}u-boot-denx.git', '${DIGI_GITHUB_GIT}/u-boot.git', d)}" UBOOT_GIT_URI ?= "${@oe.utils.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

@ -11,13 +11,12 @@ PV_ccimx8x = "v4.0.11.208Q"
SRCBRANCH = "qca6564/dey-2.6/maint" SRCBRANCH = "qca6564/dey-2.6/maint"
SRCBRANCH_ccimx8x = "qca6574/dey-2.6/maint" SRCBRANCH_ccimx8x = "qca6574/dey-2.6/maint"
SRCREV = "4d4898c96c4e7255acedb84dff50e81304639a04" SRCREV = "${AUTOREV}"
SRCREV_ccimx8x = "3fcfaf0ee10284ceac58b1e6e0ef19b527588fa9"
QCOM_GIT_URI = "${@oe.utils.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 = "${@oe.utils.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} \
" "
# Selects whether the interface is SDIO or PCI # Selects whether the interface is SDIO or PCI

View File

@ -5,10 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
LOCALVERSION = "-dey" LOCALVERSION = "-dey"
SRCBRANCH = "v4.14/dey-2.6/maint" SRCBRANCH = "v4.14/dey-2.6/maint"
SRCREV = "59580bb8c9cbaf78a4f263bd820284dbca3dc6c3" SRCREV = "${AUTOREV}"
# Select internal or Github Linux repo # Select internal or Github Linux repo
LINUX_GIT_URI ?= "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_GIT}linux-2.6.git', '${DIGI_GITHUB_GIT}/linux.git', d)}" LINUX_GIT_URI ?= "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_GIT}linux-2.6.git', '${DIGI_GITHUB_GIT}/linux.git', d)}"
SRC_URI = "${LINUX_GIT_URI};nobranch=1" SRC_URI = "${LINUX_GIT_URI};branch=${SRCBRANCH}"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"

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 = "76bade349e5ef9eaa72c689db955fb6d9df9c7d4" 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 ?= "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , '${CC_STASH}', '${CC_GITHUB}', d)}" CC_GIT_URI ?= "${@oe.utils.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

@ -16,7 +16,7 @@ AWS_USER_LED_ccimx6ulsbc ?= "488"
AWS_USER_LED_ccimx6sbc ?= "34" AWS_USER_LED_ccimx6sbc ?= "34"
AWS_USER_LED_ccimx6qpsbc ?= "34" AWS_USER_LED_ccimx6qpsbc ?= "34"
SRC_URI = "${DEY_EXAMPLES_GIT_URI};nobranch=1" SRC_URI = "${DEY_EXAMPLES_GIT_URI};branch=${SRCBRANCH}"
S = "${WORKDIR}/git/awsiot-sample" S = "${WORKDIR}/git/awsiot-sample"

View File

@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425
DEPENDS = "cryptoauthlib" DEPENDS = "cryptoauthlib"
SRC_URI = "${DEY_EXAMPLES_GIT_URI};nobranch=1" SRC_URI = "${DEY_EXAMPLES_GIT_URI};branch=${SRCBRANCH}"
S = "${WORKDIR}/git/cryptochip-get-random" S = "${WORKDIR}/git/cryptochip-get-random"

View File

@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/ISC;md5=f3b90e78ea0cffb20bf5cca
DEPENDS = "libdigiapix" DEPENDS = "libdigiapix"
SRC_URI = "${DEY_EXAMPLES_GIT_URI};nobranch=1" SRC_URI = "${DEY_EXAMPLES_GIT_URI};branch=${SRCBRANCH}"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"

View File

@ -1,7 +1,7 @@
# Copyright (C) 2019, Digi International Inc. # Copyright (C) 2019, Digi International Inc.
SRCBRANCH = "dey-2.6/maint" SRCBRANCH = "dey-2.6/maint"
SRCREV = "e8baba6de87ff637afe68493957ec114b2aa38d7" SRCREV = "${AUTOREV}"
DEY_EXAMPLES_STASH = "${DIGI_MTK_GIT}dey/dey-examples.git;protocol=ssh" DEY_EXAMPLES_STASH = "${DIGI_MTK_GIT}dey/dey-examples.git;protocol=ssh"
DEY_EXAMPLES_GITHUB = "${DIGI_GITHUB_GIT}/dey-examples.git;protocol=git" DEY_EXAMPLES_GITHUB = "${DIGI_GITHUB_GIT}/dey-examples.git;protocol=git"

View File

@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/ISC;md5=f3b90e78ea0cffb20bf5cca
DEPENDS = "libsoc libsocketcan" DEPENDS = "libsoc libsocketcan"
SRCBRANCH ?= "dey-2.6/maint" SRCBRANCH ?= "dey-2.6/maint"
SRCREV = "b4074cb711fb4b2b8442af6503a3efd737f87bd7" SRCREV = "${AUTOREV}"
LIBDIGIAPIX_URI_STASH = "${DIGI_MTK_GIT}dey/libdigiapix.git;protocol=ssh" LIBDIGIAPIX_URI_STASH = "${DIGI_MTK_GIT}dey/libdigiapix.git;protocol=ssh"
LIBDIGIAPIX_URI_GITHUB = "git://github.com/digi-embedded/libdigiapix.git;protocol=git" LIBDIGIAPIX_URI_GITHUB = "git://github.com/digi-embedded/libdigiapix.git;protocol=git"
@ -17,7 +17,7 @@ LIBDIGIAPIX_URI_GITHUB = "git://github.com/digi-embedded/libdigiapix.git;protoco
LIBDIGIAPIX_GIT_URI ?= "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , '${LIBDIGIAPIX_URI_STASH}', '${LIBDIGIAPIX_URI_GITHUB}', d)}" LIBDIGIAPIX_GIT_URI ?= "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , '${LIBDIGIAPIX_URI_STASH}', '${LIBDIGIAPIX_URI_GITHUB}', d)}"
SRC_URI = " \ SRC_URI = " \
${LIBDIGIAPIX_GIT_URI};nobranch=1 \ ${LIBDIGIAPIX_GIT_URI};branch=${SRCBRANCH} \
file://99-digiapix.rules \ file://99-digiapix.rules \
file://libdigiapix.conf \ file://libdigiapix.conf \
file://digiapix.sh \ file://digiapix.sh \