meta-digi: branch to dey-4.0/maint

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2022-11-21 11:55:59 +01:00
parent 063a946e7c
commit 0efbb07107
10 changed files with 13 additions and 13 deletions

View File

@ -7,7 +7,7 @@ TFA_URI_STASH = "${DIGI_MTK_GIT}/emp/arm-trusted-firmware.git;protocol=ssh"
TFA_URI_GITHUB = "${DIGI_GITHUB_GIT}/arm-trusted-firmware.git;protocol=https" TFA_URI_GITHUB = "${DIGI_GITHUB_GIT}/arm-trusted-firmware.git;protocol=https"
TFA_GIT_URI ?= "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , '${TFA_URI_STASH}', '${TFA_URI_GITHUB}', d)}" TFA_GIT_URI ?= "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , '${TFA_URI_STASH}', '${TFA_URI_GITHUB}', d)}"
SRCBRANCH = "v2.6/stm32mp/master" SRCBRANCH = "v2.6/stm32mp/maint"
SRCREV = "${AUTOREV}" SRCREV = "${AUTOREV}"
SRC_URI = " \ SRC_URI = " \

View File

@ -7,7 +7,7 @@ OPTEE_URI_STASH = "${DIGI_MTK_GIT}/emp/optee_os.git;protocol=ssh"
OPTEE_URI_GITHUB = "${DIGI_GITHUB_GIT}/optee_os.git;protocol=https" OPTEE_URI_GITHUB = "${DIGI_GITHUB_GIT}/optee_os.git;protocol=https"
OPTEE_GIT_URI ?= "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , '${OPTEE_URI_STASH}', '${OPTEE_URI_GITHUB}', d)}" OPTEE_GIT_URI ?= "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , '${OPTEE_URI_STASH}', '${OPTEE_URI_GITHUB}', d)}"
SRCBRANCH = "3.16.0/stm/master" SRCBRANCH = "3.16.0/stm/maint"
SRCREV = "${AUTOREV}" SRCREV = "${AUTOREV}"
SRC_URI = " \ SRC_URI = " \

View File

@ -1,11 +1,11 @@
# Copyright (C) 2020-2021 Digi International # Copyright (C) 2020-2022 Digi International
require digi-u-boot.inc require digi-u-boot.inc
LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e" 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/maint"
SRCREV = "${AUTOREV}" SRCREV = "${AUTOREV}"
COMPATIBLE_MACHINE = "(ccimx8x|ccimx8m|ccimx6ul)" COMPATIBLE_MACHINE = "(ccimx8x|ccimx8m|ccimx6ul)"

View File

@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
DEPENDS += "flex-native bison-native" DEPENDS += "flex-native bison-native"
DEPENDS += "python3-setuptools-native" DEPENDS += "python3-setuptools-native"
SRCBRANCH = "v2021.10/master" SRCBRANCH = "v2021.10/maint"
SRCREV = "${AUTOREV}" SRCREV = "${AUTOREV}"
COMPATIBLE_MACHINE = "(ccmp1)" COMPATIBLE_MACHINE = "(ccmp1)"

View File

@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171d
DEPENDS = "trustfence-cst coreutils util-linux" 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/maint"
SRCREV = "${AUTOREV}" SRCREV = "${AUTOREV}"
S = "${WORKDIR}" S = "${WORKDIR}"

View File

@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/ISC;md5=f3b90e78ea0cffb20bf5cca
# Reference Qualcomm tag/version # Reference Qualcomm tag/version
PV = "v4.0.11.213X" PV = "v4.0.11.213X"
SRCBRANCH = "qca65X4/master" SRCBRANCH = "qca65X4/dey-4.0/maint"
SRCREV = "${AUTOREV}" 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)}"

View File

@ -10,8 +10,8 @@ DEPENDS += "${@oe.utils.conditional('DEY_BUILD_PLATFORM', 'NXP', 'lzop-native',
inherit kernel inherit kernel
inherit ${@oe.utils.conditional('DEY_BUILD_PLATFORM', 'NXP', 'fsl-kernel-localversion', '', d)} inherit ${@oe.utils.conditional('DEY_BUILD_PLATFORM', 'NXP', 'fsl-kernel-localversion', '', d)}
SRCBRANCH = "v5.15.52/nxp/master" SRCBRANCH = "v5.15/nxp/dey-4.0/maint"
SRCBRANCH:stm32mpcommon = "v5.15.24/stm/master" SRCBRANCH:stm32mpcommon = "v5.15/stm/dey-4.0/maint"
SRCREV = "${AUTOREV}" SRCREV = "${AUTOREV}"
SRCREV:stm32mpcommon = "${AUTOREV}" SRCREV:stm32mpcommon = "${AUTOREV}"

View File

@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7
DEPENDS = "confuse libdigiapix openssl recovery-utils swupdate zlib json-c" DEPENDS = "confuse libdigiapix openssl recovery-utils swupdate zlib json-c"
SRCBRANCH = "master" SRCBRANCH = "dey-4.0/maint"
SRCREV = "${AUTOREV}" 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"

View File

@ -1,6 +1,6 @@
# Copyright (C) 2019-2021 Digi International Inc. # Copyright (C) 2019-2022 Digi International Inc.
SRCBRANCH = "master" SRCBRANCH = "dey-4.0/maint"
SRCREV = "${AUTOREV}" 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"

View File

@ -6,7 +6,7 @@ SECTION = "libs"
LICENSE = "ISC" LICENSE = "ISC"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/ISC;md5=f3b90e78ea0cffb20bf5cca7947a896d" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/ISC;md5=f3b90e78ea0cffb20bf5cca7947a896d"
SRCBRANCH ?= "master" SRCBRANCH ?= "dey-4.0/maint"
SRCREV = "${AUTOREV}" SRCREV = "${AUTOREV}"
LIBDIGIAPIX_URI_STASH = "${DIGI_MTK_GIT}/dey/libdigiapix.git;protocol=ssh" LIBDIGIAPIX_URI_STASH = "${DIGI_MTK_GIT}/dey/libdigiapix.git;protocol=ssh"