meta-digi: revert revisions to AUTOREV
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
29124cd33f
commit
3c554bbbc2
|
|
@ -23,7 +23,7 @@ UBOOT_GIT_URI ?= "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , \
|
||||||
'${DIGI_GITHUB_GIT}/${GITHUB_REPO};protocol=https', d)}"
|
'${DIGI_GITHUB_GIT}/${GITHUB_REPO};protocol=https', d)}"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
${UBOOT_GIT_URI};nobranch=1 \
|
${UBOOT_GIT_URI};branch=${SRCBRANCH} \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI:append = " \
|
SRC_URI:append = " \
|
||||||
|
|
|
||||||
|
|
@ -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/master"
|
SRCBRANCH = "v2020.04/master"
|
||||||
SRCREV = "fa41e784a000da90c75f9d7d078a7bda668daea5"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(ccimx8x|ccimx8m|ccimx6ul)"
|
COMPATIBLE_MACHINE = "(ccimx8x|ccimx8m|ccimx6ul)"
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,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/master"
|
SRCBRANCH = "v2020.04/master"
|
||||||
SRCREV = "fa41e784a000da90c75f9d7d078a7bda668daea5"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
S = "${WORKDIR}"
|
S = "${WORKDIR}"
|
||||||
|
|
||||||
|
|
@ -21,7 +21,7 @@ UBOOT_GIT_URI ?= "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , \
|
||||||
'${DIGI_GITHUB_GIT}/${GITHUB_REPO};protocol=https', d)}"
|
'${DIGI_GITHUB_GIT}/${GITHUB_REPO};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 \
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# Copyright (C) 2018-2022 Digi International
|
# Copyright (C) 2018-2022 Digi International
|
||||||
|
|
||||||
LOCALVERSION = "-dey"
|
LOCALVERSION = "-dey"
|
||||||
SRCREV = "5ed8aa9a3de7fe71d715b1faecba557cddd72c5d"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
# Select internal or Github Linux repo
|
# Select internal or Github Linux repo
|
||||||
DIGI_LOG_REPO = "linux-2.6.git"
|
DIGI_LOG_REPO = "linux-2.6.git"
|
||||||
|
|
@ -11,8 +11,8 @@ LINUX_GIT_URI ?= "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , \
|
||||||
oe.utils.conditional('DIGI_GIT', '${DIGI_LOG_GIT}', '${DIGI_GIT}/${DIGI_LOG_REPO}', '${DIGI_GIT}/${DIGI_MTK_REPO};protocol=ssh', d), \
|
oe.utils.conditional('DIGI_GIT', '${DIGI_LOG_GIT}', '${DIGI_GIT}/${DIGI_LOG_REPO}', '${DIGI_GIT}/${DIGI_MTK_REPO};protocol=ssh', d), \
|
||||||
'${DIGI_GITHUB_GIT}/${GITHUB_REPO};protocol=https', d)}"
|
'${DIGI_GITHUB_GIT}/${GITHUB_REPO};protocol=https', d)}"
|
||||||
|
|
||||||
SRC_URI = "${LINUX_GIT_URI};nobranch=1"
|
SRC_URI = "${LINUX_GIT_URI};branch=${SRCBRANCH}"
|
||||||
SRC_URI_stmp32mpcommon = "${LINUX_GIT_URI};nobranch=1"
|
SRC_URI_stmp32mpcommon = "${LINUX_GIT_URI};branch=${SRCBRANCH}"
|
||||||
|
|
||||||
# A user can provide his own kernel 'defconfig' file by:
|
# A user can provide his own kernel 'defconfig' file by:
|
||||||
# - setting the variable KERNEL_DEFCONFIG to a custom kernel configuration file
|
# - setting the variable KERNEL_DEFCONFIG to a custom kernel configuration file
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7
|
||||||
DEPENDS = "confuse libdigiapix openssl recovery-utils swupdate zlib"
|
DEPENDS = "confuse libdigiapix openssl recovery-utils swupdate zlib"
|
||||||
|
|
||||||
SRCBRANCH = "master"
|
SRCBRANCH = "master"
|
||||||
SRCREV = "c9e337098a6c719e24a94c7d6ec05584125f24d4"
|
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"
|
||||||
|
|
@ -16,7 +16,7 @@ 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 = " \
|
SRC_URI = " \
|
||||||
${CC_GIT_URI};nobranch=1 \
|
${CC_GIT_URI};branch=${SRCBRANCH} \
|
||||||
file://cloud-connector-init \
|
file://cloud-connector-init \
|
||||||
file://cloud-connector.service \
|
file://cloud-connector.service \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,11 @@
|
||||||
# Copyright (C) 2019-2021 Digi International Inc.
|
# Copyright (C) 2019-2021 Digi International Inc.
|
||||||
|
|
||||||
SRCBRANCH = "master"
|
SRCBRANCH = "master"
|
||||||
SRCREV = "3c6caabcdfff3b6948f7d2fe7befa35dd5508ac6"
|
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}"
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/ISC;md5=f3b90e78ea0cffb20bf5cca
|
||||||
DEPENDS = "libsoc libsocketcan libgpiod"
|
DEPENDS = "libsoc libsocketcan libgpiod"
|
||||||
|
|
||||||
SRCBRANCH ?= "master"
|
SRCBRANCH ?= "master"
|
||||||
SRCREV = "1309d16f702e1f9222f6d0742c72ceae15e0e2ce"
|
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 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue