meta-digi: update revisions for dey-4.0-r3.1

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2023-05-11 22:58:31 +02:00
parent dc2298625d
commit d780711b17
14 changed files with 23 additions and 23 deletions

View File

@ -8,10 +8,10 @@ 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/maint" SRCBRANCH = "v2.6/stm32mp/maint"
SRCREV = "${AUTOREV}" SRCREV = "4acf648b812ab2522cf45c5819bff6a250539b10"
SRC_URI = " \ SRC_URI = " \
${TFA_GIT_URI};branch=${SRCBRANCH} \ ${TFA_GIT_URI};nobranch=1 \
" "
TF_A_CONFIG[nand] = "${DEVICE_BOARD_ENABLE:NAND},STM32MP_RAW_NAND=1 ${@'STM32MP_FORCE_MTD_START_OFFSET=${TF_A_MTD_START_OFFSET_NAND}' if ${TF_A_MTD_START_OFFSET_NAND} else ''} STM32MP_USB_PROGRAMMER=1" TF_A_CONFIG[nand] = "${DEVICE_BOARD_ENABLE:NAND},STM32MP_RAW_NAND=1 ${@'STM32MP_FORCE_MTD_START_OFFSET=${TF_A_MTD_START_OFFSET_NAND}' if ${TF_A_MTD_START_OFFSET_NAND} else ''} STM32MP_USB_PROGRAMMER=1"

View File

@ -8,10 +8,10 @@ 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/maint" SRCBRANCH = "3.16.0/stm/maint"
SRCREV = "${AUTOREV}" SRCREV = "fcaacab87652f68dad6e007ed9b18fd113bfcac1"
SRC_URI = " \ SRC_URI = " \
${OPTEE_GIT_URI};branch=${SRCBRANCH};name=os \ ${OPTEE_GIT_URI};nobranch=1;name=os \
file://fonts.tar.gz;subdir=git;name=fonts \ file://fonts.tar.gz;subdir=git;name=fonts \
" "

View File

@ -27,7 +27,7 @@ INSTALL_FW_UBOOT_SCRIPTS = " \
" "
SRC_URI = " \ SRC_URI = " \
${UBOOT_GIT_URI};branch=${SRCBRANCH} \ ${UBOOT_GIT_URI};nobranch=1 \
file://altboot.txt \ file://altboot.txt \
file://boot.txt \ file://boot.txt \
${INSTALL_FW_UBOOT_SCRIPTS} \ ${INSTALL_FW_UBOOT_SCRIPTS} \

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 = "${AUTOREV}" SRCREV = "5df0daa78474fc9f48bf1584bb18afcd8d1d1769"
COMPATIBLE_MACHINE = "(ccimx8x|ccimx8m|ccimx6ul)" COMPATIBLE_MACHINE = "(ccimx8x|ccimx8m|ccimx6ul)"

View File

@ -7,6 +7,6 @@ DEPENDS += "flex-native bison-native"
DEPENDS += "python3-setuptools-native" DEPENDS += "python3-setuptools-native"
SRCBRANCH = "v2021.10/maint" SRCBRANCH = "v2021.10/maint"
SRCREV = "${AUTOREV}" SRCREV = "635c699c07727660420accc28e71884ca55a25de"
COMPATIBLE_MACHINE = "(ccmp1)" COMPATIBLE_MACHINE = "(ccmp1)"

View File

@ -6,6 +6,6 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
DEPENDS += "flex-native bison-native" DEPENDS += "flex-native bison-native"
SRCBRANCH = "v2022.04/maint" SRCBRANCH = "v2022.04/maint"
SRCREV = "${AUTOREV}" SRCREV = "c331c686b80702ed0e0d6ab5daf6cd3e741d5daa"
COMPATIBLE_MACHINE = "(ccimx93)" COMPATIBLE_MACHINE = "(ccimx93)"

View File

@ -5,7 +5,7 @@ LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
SRCBRANCH = "v2020.04/maint" SRCBRANCH = "v2020.04/maint"
SRCREV = "${AUTOREV}" SRCREV = "5df0daa78474fc9f48bf1584bb18afcd8d1d1769"
S = "${WORKDIR}" S = "${WORKDIR}"
@ -15,7 +15,7 @@ UBOOT_URI_GITHUB = "${DIGI_GITHUB_GIT}/u-boot.git;protocol=https"
UBOOT_GIT_URI ?= "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , '${UBOOT_URI_STASH}', '${UBOOT_URI_GITHUB}', d)}" UBOOT_GIT_URI ?= "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , '${UBOOT_URI_STASH}', '${UBOOT_URI_GITHUB}', d)}"
SRC_URI = " \ SRC_URI = " \
${UBOOT_GIT_URI};branch=${SRCBRANCH} \ ${UBOOT_GIT_URI};nobranch=1 \
file://trustfence-sign-artifact-nxp.sh \ file://trustfence-sign-artifact-nxp.sh \
file://trustfence-sign-artifact-stm.sh \ file://trustfence-sign-artifact-stm.sh \
file://sign_hab;name=artifact-hab-sign \ file://sign_hab;name=artifact-hab-sign \

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-4.0/maint" SRCBRANCH = "qca65X4/dey-4.0/maint"
SRCREV = "${AUTOREV}" SRCREV = "333e820a6ba3f13b0e4017aeda0e7ed00cea4c2f"
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};branch=${SRCBRANCH} \ ${QCOM_GIT_URI};nobranch=1 \
" "
# Selects whether the interface is SDIO or PCI # Selects whether the interface is SDIO or PCI

View File

@ -7,7 +7,7 @@ LINUX_URI_STASH = "${DIGI_MTK_GIT}/linux/linux.git;protocol=ssh"
LINUX_URI_GITHUB = "${DIGI_GITHUB_GIT}/linux.git;protocol=https" LINUX_URI_GITHUB = "${DIGI_GITHUB_GIT}/linux.git;protocol=https"
LINUX_GIT_URI ?= "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , '${LINUX_URI_STASH}', '${LINUX_URI_GITHUB}', d)}" LINUX_GIT_URI ?= "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , '${LINUX_URI_STASH}', '${LINUX_URI_GITHUB}', d)}"
SRC_URI = "${LINUX_GIT_URI};branch=${SRCBRANCH}" SRC_URI = "${LINUX_GIT_URI};nobranch=1"
# 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

View File

@ -12,8 +12,8 @@ inherit ${@oe.utils.conditional('DEY_SOC_VENDOR', 'NXP', 'fsl-kernel-localversio
SRCBRANCH = "v5.15/nxp/dey-4.0/maint" SRCBRANCH = "v5.15/nxp/dey-4.0/maint"
SRCBRANCH:stm32mpcommon = "v5.15/stm/dey-4.0/maint" SRCBRANCH:stm32mpcommon = "v5.15/stm/dey-4.0/maint"
SRCREV = "${AUTOREV}" SRCREV = "0bc92de5498aa28a94de32259b6e0bffab9a2d68"
SRCREV:stm32mpcommon = "${AUTOREV}" SRCREV:stm32mpcommon = "fba503649040ab79bcd113dc27a4e7e726ffed7c"
require ${@oe.utils.conditional('DEY_SOC_VENDOR', 'STM', 'recipes-kernel/linux/linux-stm32mp.inc', '', d)} require ${@oe.utils.conditional('DEY_SOC_VENDOR', 'STM', 'recipes-kernel/linux/linux-stm32mp.inc', '', d)}
# Don't create custom folder for kernel artifacts # Don't create custom folder for kernel artifacts

View File

@ -8,14 +8,14 @@ LICENSE = "MPL-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad"
SRCBRANCH ?= "master" SRCBRANCH ?= "master"
SRCREV = "${AUTOREV}" SRCREV = "23e8bf3dc438edae117fb1d721c06ec9b626dcec"
CONNECTCORE_BLE_URI_STASH = "${DIGI_MTK_GIT}/python/connectcore-ble-python.git;protocol=ssh" CONNECTCORE_BLE_URI_STASH = "${DIGI_MTK_GIT}/python/connectcore-ble-python.git;protocol=ssh"
CONNECTCORE_BLE_URI_GITHUB = "${DIGI_GITHUB_GIT}/connectcore-ble-python.git;protocol=https" CONNECTCORE_BLE_URI_GITHUB = "${DIGI_GITHUB_GIT}/connectcore-ble-python.git;protocol=https"
CONNECTCORE_BLE_URI ?= "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , '${CONNECTCORE_BLE_URI_STASH}', '${CONNECTCORE_BLE_URI_GITHUB}', d)}" CONNECTCORE_BLE_URI ?= "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , '${CONNECTCORE_BLE_URI_STASH}', '${CONNECTCORE_BLE_URI_GITHUB}', d)}"
SRC_URI = " \ SRC_URI = " \
${CONNECTCORE_BLE_URI};branch=${SRCBRANCH} \ ${CONNECTCORE_BLE_URI};nobranch=1 \
" "
S = "${WORKDIR}/git" S = "${WORKDIR}/git"

View File

@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7
DEPENDS = "libconfuse libdigiapix openssl recovery-utils swupdate zlib json-c" DEPENDS = "libconfuse libdigiapix openssl recovery-utils swupdate zlib json-c"
SRCBRANCH = "dey-4.0/maint" SRCBRANCH = "dey-4.0/maint"
SRCREV = "${AUTOREV}" SRCREV = "092adcb63c0ecbf25f83f572c2081953ccefe778"
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};branch=${SRCBRANCH} \ ${CC_GIT_URI};nobranch=1 \
file://cloud-connector-init \ file://cloud-connector-init \
file://cloud-connector.service \ file://cloud-connector.service \
" "

View File

@ -1,11 +1,11 @@
# Copyright (C) 2019-2022 Digi International Inc. # Copyright (C) 2019-2022 Digi International Inc.
SRCBRANCH = "dey-4.0/maint" SRCBRANCH = "dey-4.0/maint"
SRCREV = "${AUTOREV}" SRCREV = "20ddfddc69d3a70a26beda937c89009878027b5b"
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};branch=${SRCBRANCH}" SRC_URI = "${DEY_EXAMPLES_GIT_URI};nobranch=1"

View File

@ -7,7 +7,7 @@ LICENSE = "ISC"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/ISC;md5=f3b90e78ea0cffb20bf5cca7947a896d" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/ISC;md5=f3b90e78ea0cffb20bf5cca7947a896d"
SRCBRANCH ?= "dey-4.0/maint" SRCBRANCH ?= "dey-4.0/maint"
SRCREV = "${AUTOREV}" SRCREV = "6091d98850b35f591417bc28fe31af1c385179c6"
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"
@ -15,7 +15,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};branch=${SRCBRANCH} \ ${LIBDIGIAPIX_GIT_URI};nobranch=1 \
file://99-digiapix.rules \ file://99-digiapix.rules \
file://libdigiapix.conf \ file://libdigiapix.conf \
file://digiapix.sh \ file://digiapix.sh \