meta-digi: revert revisions to AUTOREV

This reverts commit c22e8faf90.
This commit is contained in:
Arturo Buzarra 2021-01-18 18:37:09 +01:00
parent c22e8faf90
commit de2e9e40ad
9 changed files with 15 additions and 15 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;protocol=https', d)}" UBOOT_GIT_URI ?= "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_GIT}u-boot-denx.git', '${DIGI_GITHUB_GIT}/u-boot.git;protocol=https', 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 = "73b1ab4b7a8f8433e56f8fc995001c84458deb11" SRCREV = "${AUTOREV}"
COMPATIBLE_MACHINE = "(ccimx6$|ccimx6ul|ccimx8x)" COMPATIBLE_MACHINE = "(ccimx6$|ccimx6ul|ccimx8x)"

View File

@ -6,6 +6,6 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e"
DEPENDS += "flex-native bison-native" DEPENDS += "flex-native bison-native"
SRCBRANCH = "v2020.04/maint" SRCBRANCH = "v2020.04/maint"
SRCREV = "e135e76d1472fece5b280a2f960aec63e324d8e1" SRCREV = "${AUTOREV}"
COMPATIBLE_MACHINE = "(ccimx8x|ccimx8m|ccimx6ul)" COMPATIBLE_MACHINE = "(ccimx8x|ccimx8m|ccimx6ul)"

View File

@ -7,7 +7,7 @@ DEPENDS = "trustfence-cst coreutils util-linux"
DEPENDS += "${@oe.utils.conditional('TRUSTFENCE_SIGN_MODE', 'AHAB', 'imx-mkimage', '', d)}" DEPENDS += "${@oe.utils.conditional('TRUSTFENCE_SIGN_MODE', 'AHAB', 'imx-mkimage', '', d)}"
SRCBRANCH = "v2020.04/maint" SRCBRANCH = "v2020.04/maint"
SRCREV = "e135e76d1472fece5b280a2f960aec63e324d8e1" SRCREV = "${AUTOREV}"
S = "${WORKDIR}" S = "${WORKDIR}"
@ -15,7 +15,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;protocol=https', d)}" UBOOT_GIT_URI ?= "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_GIT}u-boot-denx.git', '${DIGI_GITHUB_GIT}/u-boot.git;protocol=https', d)}"
SRC_URI = " \ SRC_URI = " \
${UBOOT_GIT_URI};nobranch=1 \ ${UBOOT_GIT_URI};branch=${SRCBRANCH} \
file://trustfence-sign-artifact.sh;name=artifact-sign-script \ file://trustfence-sign-artifact.sh;name=artifact-sign-script \
file://sign_hab;name=artifact-hab-sign \ file://sign_hab;name=artifact-hab-sign \
file://encrypt_hab;name=artifact-hab-encrypt \ file://encrypt_hab;name=artifact-hab-encrypt \

View File

@ -9,12 +9,12 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/ISC;md5=f3b90e78ea0cffb20bf5cca
PV = "v4.0.11.213X" PV = "v4.0.11.213X"
SRCBRANCH = "qca65X4/dey-3.0/maint" SRCBRANCH = "qca65X4/dey-3.0/maint"
SRCREV = "97e83349d3649d8d95dae746700358c2690d9571" SRCREV = "${AUTOREV}"
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;protocol=https', 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;protocol=https', 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=bbea815ee2795b2f4230826c0c6b8814"
LOCALVERSION = "-dey" LOCALVERSION = "-dey"
SRCBRANCH = "v5.4/dey-3.0/maint" SRCBRANCH = "v5.4/dey-3.0/maint"
SRCREV = "b1bc2d463121ffde0af3714b0fbd5d59175e1979" 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;protocol=https', d)}" LINUX_GIT_URI ?= "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_GIT}linux-2.6.git', '${DIGI_GITHUB_GIT}/linux.git;protocol=https', 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 = "35943b2466c9357cdd4e5c165f26149d82ed51f6" 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=https" CC_GITHUB = "gitsm://github.com/digi-embedded/cc_dey.git;protocol=https"
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

@ -1,11 +1,11 @@
# Copyright (C) 2019,2020, Digi International Inc. # Copyright (C) 2019,2020, Digi International Inc.
SRCBRANCH = "dey-3.0/maint" SRCBRANCH = "dey-3.0/maint"
SRCREV = "35b859e87ac3baf635b933c8a74c531218435d8d" 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=https" DEY_EXAMPLES_GITHUB = "${DIGI_GITHUB_GIT}/dey-examples.git;protocol=https"
DEY_EXAMPLES_GIT_URI ?= "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , '${DEY_EXAMPLES_STASH}', '${DEY_EXAMPLES_GITHUB}', d)}" DEY_EXAMPLES_GIT_URI ?= "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , '${DEY_EXAMPLES_STASH}', '${DEY_EXAMPLES_GITHUB}', d)}"
SRC_URI = "${DEY_EXAMPLES_GIT_URI};nobranch=1" SRC_URI = "${DEY_EXAMPLES_GIT_URI};branch=${SRCBRANCH}"

View File

@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/ISC;md5=f3b90e78ea0cffb20bf5cca
DEPENDS = "libsoc libsocketcan libgpiod" DEPENDS = "libsoc libsocketcan libgpiod"
SRCBRANCH ?= "dey-3.0/maint" SRCBRANCH ?= "dey-3.0/maint"
SRCREV = "8989ca6609ece6c1c53657141f0b2da08ff6e3d5" 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 = "${DIGI_GITHUB_GIT}/libdigiapix.git;protocol=https" LIBDIGIAPIX_URI_GITHUB = "${DIGI_GITHUB_GIT}/libdigiapix.git;protocol=https"
@ -17,7 +17,7 @@ LIBDIGIAPIX_URI_GITHUB = "${DIGI_GITHUB_GIT}/libdigiapix.git;protocol=https"
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 \