meta-digi: revert revisions to AUTOREV
Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
parent
3b2f226b60
commit
3e5c2eb1bf
|
|
@ -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)}"
|
||||
|
||||
SRC_URI = " \
|
||||
${UBOOT_GIT_URI};nobranch=1 \
|
||||
${UBOOT_GIT_URI};branch=${SRCBRANCH} \
|
||||
"
|
||||
|
||||
SRC_URI_append = " \
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
require digi-u-boot.inc
|
||||
|
||||
SRCBRANCH = "v2017.03/maint"
|
||||
SRCREV = "98d7b2a83c63db520c1344535c053c43f88267b6"
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx6$|ccimx6ul|ccimx8x)"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
require digi-u-boot.inc
|
||||
|
||||
SRCBRANCH = "v2018.03/maint"
|
||||
SRCREV = "2854efcc84fbb420a247e6d6e51892e6399ea45b"
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx8x)"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425
|
|||
DEPENDS = "trustfence-cst coreutils util-linux"
|
||||
|
||||
SRCBRANCH = "v2017.03/maint"
|
||||
SRCREV = "98d7b2a83c63db520c1344535c053c43f88267b6"
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
||||
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;protocol=https', 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 \
|
||||
|
|
|
|||
|
|
@ -11,13 +11,12 @@ PV_ccimx8x = "v4.0.11.208Q"
|
|||
|
||||
SRCBRANCH = "qca6564/dey-2.6/maint"
|
||||
SRCBRANCH_ccimx8x = "qca6574/dey-2.6/maint"
|
||||
SRCREV = "9b772af82d96a942bb1927fb9596069a121e4cea"
|
||||
SRCREV_ccimx8x = "3e6c96c3682c39be5068b6969e552e5c193d17af"
|
||||
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)}"
|
||||
|
||||
SRC_URI = " \
|
||||
${QCOM_GIT_URI};nobranch=1 \
|
||||
${QCOM_GIT_URI};branch=${SRCBRANCH} \
|
||||
"
|
||||
|
||||
# Selects whether the interface is SDIO or PCI
|
||||
|
|
|
|||
|
|
@ -6,11 +6,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
|
|||
LOCALVERSION = "-dey"
|
||||
SRCBRANCH = "v4.14/dey-2.6/maint"
|
||||
SRCBRANCH_ccimx6 = "v4.9/dey-2.6/maint"
|
||||
SRCREV = "c5e1f7959242549991832246a39e26be2e091749"
|
||||
SRCREV_ccimx6 = "3af7f832df7462bc3b0f76d37ed3893aab2edc51"
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
||||
# 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)}"
|
||||
SRC_URI = "${LINUX_GIT_URI};nobranch=1"
|
||||
SRC_URI = "${LINUX_GIT_URI};branch=${SRCBRANCH}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
|
|||
|
|
@ -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 = "4a8272204425a7a39f3d7c05b6ec6f33d6e35867"
|
||||
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=https"
|
||||
|
||||
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"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright (C) 2019, Digi International Inc.
|
||||
|
||||
SRCBRANCH = "dey-2.6/maint"
|
||||
SRCREV = "7413e47d8c87280fbc941153d7af1e9f51bf26da"
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
||||
DEY_EXAMPLES_STASH = "${DIGI_MTK_GIT}dey/dey-examples.git;protocol=ssh"
|
||||
DEY_EXAMPLES_GITHUB = "${DIGI_GITHUB_GIT}/dey-examples.git;protocol=https"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/ISC;md5=f3b90e78ea0cffb20bf5cca
|
|||
DEPENDS = "libsoc libsocketcan"
|
||||
|
||||
SRCBRANCH ?= "dey-2.6/maint"
|
||||
SRCREV = "eeabaf405387691281a6674ec356fdb3cd81f6a5"
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
||||
LIBDIGIAPIX_URI_STASH = "${DIGI_MTK_GIT}dey/libdigiapix.git;protocol=ssh"
|
||||
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)}"
|
||||
|
||||
SRC_URI = " \
|
||||
${LIBDIGIAPIX_GIT_URI};nobranch=1 \
|
||||
${LIBDIGIAPIX_GIT_URI};branch=${SRCBRANCH} \
|
||||
file://99-digiapix.rules \
|
||||
file://libdigiapix.conf \
|
||||
file://digiapix.sh \
|
||||
|
|
|
|||
Loading…
Reference in New Issue