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

Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
This commit is contained in:
Francisco Gil 2024-09-30 15:00:47 +02:00
parent 1624ec2bc2
commit c179cd862c
23 changed files with 35 additions and 35 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 = "9283dc9f1985a8a697ff4c8c9dfa494e85ea950b"
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

@ -13,10 +13,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.8/stm32mp/maint_ccmp2-beta" SRCBRANCH = "v2.8/stm32mp/maint_ccmp2-beta"
SRCREV = "${AUTOREV}" SRCREV = "779078679e4714addd14e58efb2564e050a0f016"
SRC_URI = " \ SRC_URI = " \
${TFA_GIT_URI};branch=${SRCBRANCH} \ ${TFA_GIT_URI};nobranch=1 \
" "
TF_A_VERSION = "v2.8.12" TF_A_VERSION = "v2.8.12"

View File

@ -10,10 +10,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.8/stm32mp/maint_ccmp2-beta" SRCBRANCH = "v2.8/stm32mp/maint_ccmp2-beta"
SRCREV = "${AUTOREV}" SRCREV = "779078679e4714addd14e58efb2564e050a0f016"
SRC_URI = " \ SRC_URI = " \
${TFA_GIT_URI};branch=${SRCBRANCH} \ ${TFA_GIT_URI};nobranch=1 \
" "
# Configure settings # Configure settings

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 = "25128a1706f59e84e47212be7e878e0a3e4d6d61"
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

@ -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.19.0/stm/maint_ccmp2-beta" SRCBRANCH = "3.19.0/stm/maint_ccmp2-beta"
SRCREV = "${AUTOREV}" SRCREV = "be32a34d4c2b6c916a17afc956289630992c68e0"
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://boot.txt \ file://boot.txt \
${INSTALL_FW_UBOOT_SCRIPTS} \ ${INSTALL_FW_UBOOT_SCRIPTS} \
" "

View File

@ -3,7 +3,7 @@
require u-boot-dey.inc require u-boot-dey.inc
SRCBRANCH = "v2017.03/maint" SRCBRANCH = "v2017.03/maint"
SRCREV = "${AUTOREV}" SRCREV = "1ef810133fcecacf14e09155bee10aa66fc6ade7"
# Disable support to initial environment for U-Boot # Disable support to initial environment for U-Boot
UBOOT_INITIAL_ENV = "" UBOOT_INITIAL_ENV = ""

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 = "d509efc3c1d1c591f6d155171c084c84594993ad"
COMPATIBLE_MACHINE = "(ccimx6ul|ccimx8m|ccimx8x)" COMPATIBLE_MACHINE = "(ccimx6ul|ccimx8m|ccimx8x)"

View File

@ -7,7 +7,7 @@ DEPENDS += "flex-native bison-native"
DEPENDS += "python3-setuptools-native" DEPENDS += "python3-setuptools-native"
SRCBRANCH = "v2021.10/maint" SRCBRANCH = "v2021.10/maint"
SRCREV = "${AUTOREV}" SRCREV = "93ad20a55d98d278ffbd3eeafcc2e30ab806f0d4"
SRC_URI += " \ SRC_URI += " \
${@oe.utils.conditional('TRUSTFENCE_SIGN_FIT_STM', '1', 'file://fit_signature.cfg', '', d)} \ ${@oe.utils.conditional('TRUSTFENCE_SIGN_FIT_STM', '1', 'file://fit_signature.cfg', '', d)} \

View File

@ -7,7 +7,7 @@ DEPENDS += "flex-native bison-native"
DEPENDS += "python3-setuptools-native" DEPENDS += "python3-setuptools-native"
SRCBRANCH = "v2022.10/maint_ccmp2-beta" SRCBRANCH = "v2022.10/maint_ccmp2-beta"
SRCREV = "${AUTOREV}" SRCREV = "e6e98d7437984824219b8515f9a5ca902d12953d"
SRC_URI += " \ SRC_URI += " \
${@oe.utils.conditional('TRUSTFENCE_SIGN_FIT_STM', '1', 'file://fit_signature.cfg', '', d)} \ ${@oe.utils.conditional('TRUSTFENCE_SIGN_FIT_STM', '1', 'file://fit_signature.cfg', '', d)} \

View File

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

View File

@ -7,6 +7,6 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=2ca5f2c35c8cc335f0a19756634782f1"
DEPENDS += "flex-native bison-native" DEPENDS += "flex-native bison-native"
SRCBRANCH = "v2024.04/maint" SRCBRANCH = "v2024.04/maint"
SRCREV = "${AUTOREV}" SRCREV = "14c81ab20282fb7faacf8a25205c62d49ec00677"
COMPATIBLE_MACHINE = "(ccimx91)" COMPATIBLE_MACHINE = "(ccimx91)"

View File

@ -3,4 +3,4 @@
require nativesdk-trustfence-sign-tools_git.bb require nativesdk-trustfence-sign-tools_git.bb
SRCBRANCH = "v2023.04/maint" SRCBRANCH = "v2023.04/maint"
SRCREV = "${AUTOREV}" SRCREV = "2fd7b4507d8a01bb2ef8a5f39ddb501c7ac2b0a4"

View File

@ -3,4 +3,4 @@
require trustfence-sign-tools-native_git.bb require trustfence-sign-tools-native_git.bb
SRCBRANCH = "v2023.04/maint" SRCBRANCH = "v2023.04/maint"
SRCREV = "${AUTOREV}" SRCREV = "2fd7b4507d8a01bb2ef8a5f39ddb501c7ac2b0a4"

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 = "d509efc3c1d1c591f6d155171c084c84594993ad"
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://trustfence-gen-pki-stm.sh \ file://trustfence-gen-pki-stm.sh \

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 = "7ba1cdedd456928ac77c1f11e0d070abaf505e95"
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

@ -15,7 +15,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 = " \ SRC_URI = " \
${LINUX_GIT_URI};branch=${SRCBRANCH} \ ${LINUX_GIT_URI};nobranch=1 \
${@oe.utils.conditional('KERNEL_DEFCONFIG', '', 'file://defconfig', '', d)} \ ${@oe.utils.conditional('KERNEL_DEFCONFIG', '', 'file://defconfig', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'virtualization', 'file://docker_conf.cfg', '', d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'virtualization', 'file://docker_conf.cfg', '', d)} \
${@oe.utils.vartrue('TRUSTFENCE_FILE_BASED_ENCRYPT', 'file://fscrypt.cfg', '', d)} \ ${@oe.utils.vartrue('TRUSTFENCE_FILE_BASED_ENCRYPT', 'file://fscrypt.cfg', '', d)} \

View File

@ -4,8 +4,8 @@ require recipes-kernel/linux/linux-dey.inc
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 = "85ab27e1eba8252b78dcf36293c20e49f1d141c6"
SRCREV:stm32mpcommon = "${AUTOREV}" SRCREV:stm32mpcommon = "35bde2fa4824c3fc87971a94b188e1f063d7cdf6"
STM_RT_PATCHES = " \ STM_RT_PATCHES = " \
file://patch-5.15.119-rt65.patch \ file://patch-5.15.119-rt65.patch \

View File

@ -4,8 +4,8 @@ require recipes-kernel/linux/linux-dey.inc
SRCBRANCH = "v6.1/nxp/dey-4.0/maint" SRCBRANCH = "v6.1/nxp/dey-4.0/maint"
SRCBRANCH:stm32mp2common = "v6.1/stm/dey-4.0/maint_ccmp2-beta" SRCBRANCH:stm32mp2common = "v6.1/stm/dey-4.0/maint_ccmp2-beta"
SRCREV = "${AUTOREV}" SRCREV = "740c551407b63f39a6f2261407eb1b7e2eda40e2"
SRCREV:stm32mp2common = "${AUTOREV}" SRCREV:stm32mp2common = "459438b270fd3576bdf3d4841dc5316b462f9ff2"
# Patch series for RT Kernel # Patch series for RT Kernel
NXP_RT_PATCHES = " \ NXP_RT_PATCHES = " \

View File

@ -3,7 +3,7 @@
require recipes-kernel/linux/linux-dey.inc require recipes-kernel/linux/linux-dey.inc
SRCBRANCH = "v6.6/nxp/dey-4.0/maint" SRCBRANCH = "v6.6/nxp/dey-4.0/maint"
SRCREV = "${AUTOREV}" SRCREV = "8c33aa89e6ede40ded265de37a9e671562e9ed63"
# Blacklist btnxpuart module. It will be managed by the bluetooth-init script # Blacklist btnxpuart module. It will be managed by the bluetooth-init script
KERNEL_MODULE_PROBECONF += "btnxpuart" KERNEL_MODULE_PROBECONF += "btnxpuart"

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 = "a9908413e2389009a10fd4f33366d694f55a59d3"
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"
@ -19,7 +19,7 @@ CCCS_DEVICE_TYPE ?= "${MACHINE}"
CCCS_CONF_PATH ?= "" CCCS_CONF_PATH ?= ""
SRC_URI = " \ SRC_URI = " \
${CC_GIT_URI};branch=${SRCBRANCH} \ ${CC_GIT_URI};nobranch=1 \
file://cccsd-init \ file://cccsd-init \
file://cccsd.service \ file://cccsd.service \
file://cccs-gs-demo-init \ file://cccs-gs-demo-init \

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 = "47e0ac1d7a091452cb831cc970fae2c1a279112a"
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 = "305fabdf3dbb7efd5630c40519dd18ce28ec7108"
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 \