meta-digi: revert revisions to AUTOREV
Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
1acb052f68
commit
74628a35ce
|
|
@ -11,10 +11,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.10/stm32mp/maint"
|
SRCBRANCH = "v2.10/stm32mp/maint"
|
||||||
SRCREV = "32f7451cae34bb315f57b54ccc068436f25be5d9"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
${TFA_GIT_URI};nobranch=1 \
|
${TFA_GIT_URI};branch=${SRCBRANCH} \
|
||||||
"
|
"
|
||||||
|
|
||||||
# stm32mp15 = header-version 1
|
# stm32mp15 = header-version 1
|
||||||
|
|
|
||||||
|
|
@ -13,10 +13,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 = "4.0.0/stm/maint"
|
SRCBRANCH = "4.0.0/stm/maint"
|
||||||
SRCREV = "141ddc7d8f3cdd4b4173973eb85911f59b72d64c"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
${OPTEE_GIT_URI};nobranch=1;name=os \
|
${OPTEE_GIT_URI};branch=${SRCBRANCH};name=os \
|
||||||
file://fonts.tar.gz;subdir=git;name=fonts \
|
file://fonts.tar.gz;subdir=git;name=fonts \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ INSTALL_FW_UBOOT_SCRIPTS = " \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
${UBOOT_GIT_URI};nobranch=1 \
|
${UBOOT_GIT_URI};branch=${SRCBRANCH} \
|
||||||
file://boot.txt \
|
file://boot.txt \
|
||||||
file://install_linux_fw_media.txt \
|
file://install_linux_fw_media.txt \
|
||||||
file://install_linux_fw_uuu.sh \
|
file://install_linux_fw_uuu.sh \
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ DEPENDS += "flex-native bison-native"
|
||||||
DEPENDS += "python3-setuptools-native"
|
DEPENDS += "python3-setuptools-native"
|
||||||
|
|
||||||
SRCBRANCH = "v2023.10/maint"
|
SRCBRANCH = "v2023.10/maint"
|
||||||
SRCREV = "eaf868a8fd9957b9a1314ca35b8f2629d95f20d1"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
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)} \
|
||||||
|
|
|
||||||
|
|
@ -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 = "25c8faec2f837b6191225e093a209767ad9ee632"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(ccimx6$|ccimx6ul|ccimx8m|ccimx8x|ccimx9)"
|
COMPATIBLE_MACHINE = "(ccimx6$|ccimx6ul|ccimx8m|ccimx8x|ccimx9)"
|
||||||
|
|
|
||||||
|
|
@ -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 = "v2024.04/maint"
|
SRCBRANCH = "v2024.04/maint"
|
||||||
SRCREV = "25c8faec2f837b6191225e093a209767ad9ee632"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
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};nobranch=1 \
|
${UBOOT_GIT_URI};branch=${SRCBRANCH} \
|
||||||
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 \
|
||||||
|
|
|
||||||
|
|
@ -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-5.0/maint"
|
SRCBRANCH = "qca65X4/dey-5.0/maint"
|
||||||
SRCREV = "4e46ffda9d4af7c372f41b754a18080b86d63c47"
|
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)}"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
${QCOM_GIT_URI};nobranch=1 \
|
${QCOM_GIT_URI};branch=${SRCBRANCH} \
|
||||||
"
|
"
|
||||||
|
|
||||||
# Selects whether the interface is SDIO or PCI
|
# Selects whether the interface is SDIO or PCI
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ require ${@oe.utils.conditional('TRUSTFENCE_SIGN', '1', 'recipes-kernel/linux/li
|
||||||
DEPENDS += "${@oe.utils.conditional('DEY_SOC_VENDOR', 'NXP', 'lzop-native', '', d)}"
|
DEPENDS += "${@oe.utils.conditional('DEY_SOC_VENDOR', 'NXP', 'lzop-native', '', d)}"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
${LINUX_GIT_URI};nobranch=1 \
|
${LINUX_GIT_URI};branch=${SRCBRANCH} \
|
||||||
${@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)} \
|
||||||
${@bb.utils.contains('DISTRO_FEATURES', 'tsn', 'file://tsn_conf.cfg', '', d)} \
|
${@bb.utils.contains('DISTRO_FEATURES', 'tsn', 'file://tsn_conf.cfg', '', d)} \
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,8 @@ kernel_prepare_logo() {
|
||||||
|
|
||||||
SRCBRANCH = "v6.6/nxp/dey-5.0/maint"
|
SRCBRANCH = "v6.6/nxp/dey-5.0/maint"
|
||||||
SRCBRANCH:stm32mpcommon = "v6.6/stm/dey-5.0/maint"
|
SRCBRANCH:stm32mpcommon = "v6.6/stm/dey-5.0/maint"
|
||||||
SRCREV = "15f548b16f43137d2d65b18f4cdd606aca452ab1"
|
SRCREV = "${AUTOREV}"
|
||||||
SRCREV:stm32mpcommon = "8a656726bb371669748fafadb11c91c71a21c946"
|
SRCREV:stm32mpcommon = "${AUTOREV}"
|
||||||
|
|
||||||
# Define RT patches per machine
|
# Define RT patches per machine
|
||||||
RT_FILES:use-nxp-bsp = " \
|
RT_FILES:use-nxp-bsp = " \
|
||||||
|
|
|
||||||
|
|
@ -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-5.0/maint"
|
SRCBRANCH = "dey-5.0/maint"
|
||||||
SRCREV = "f016780ed11991241669c1d085eba4f991944077"
|
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"
|
||||||
|
|
@ -19,7 +19,7 @@ CCCS_DEVICE_TYPE ?= "${MACHINE}"
|
||||||
CCCS_CONF_PATH ?= ""
|
CCCS_CONF_PATH ?= ""
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
${CC_GIT_URI};nobranch=1 \
|
${CC_GIT_URI};branch=${SRCBRANCH} \
|
||||||
file://cccsd-init \
|
file://cccsd-init \
|
||||||
file://cccsd.service \
|
file://cccsd.service \
|
||||||
file://cccsd.tab \
|
file://cccsd.tab \
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,11 @@
|
||||||
# Copyright (C) 2019-2025, Digi International Inc.
|
# Copyright (C) 2019-2025, Digi International Inc.
|
||||||
|
|
||||||
SRCBRANCH = "dey-5.0/maint"
|
SRCBRANCH = "dey-5.0/maint"
|
||||||
SRCREV = "130495537cb76c67f7f6740c5e6ae42ebd29114c"
|
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}"
|
||||||
|
|
|
||||||
|
|
@ -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-5.0/maint"
|
SRCBRANCH ?= "dey-5.0/maint"
|
||||||
SRCREV = "893ea8433c9e8d0a1a6d74c42c088ba6d9835fe7"
|
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"
|
||||||
|
|
@ -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};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