meta-digi: revert revisions to AUTOREV
Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
bdf80833dc
commit
e0193228ad
|
|
@ -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 = "8fdd443544f980b720586b77852307a8b8f48caf"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
${TFA_GIT_URI};nobranch=1 \
|
${TFA_GIT_URI};branch=${SRCBRANCH} \
|
||||||
"
|
"
|
||||||
|
|
||||||
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"
|
||||||
|
|
|
||||||
|
|
@ -8,9 +8,9 @@ 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 = "79d8721421218c49384686101379cbfae158d28c"
|
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 \
|
||||||
${INSTALL_FW_UBOOT_SCRIPTS} \
|
${INSTALL_FW_UBOOT_SCRIPTS} \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
require u-boot-dey.inc
|
require u-boot-dey.inc
|
||||||
|
|
||||||
SRCBRANCH = "v2017.03/maint"
|
SRCBRANCH = "v2017.03/maint"
|
||||||
SRCREV = "1ef810133fcecacf14e09155bee10aa66fc6ade7"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
# Disable support to initial environment for U-Boot
|
# Disable support to initial environment for U-Boot
|
||||||
UBOOT_INITIAL_ENV = ""
|
UBOOT_INITIAL_ENV = ""
|
||||||
|
|
|
||||||
|
|
@ -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 = "af77921f513e82add24e54a28a5353b9012fdaf6"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(ccimx6ul|ccimx8m|ccimx8x)"
|
COMPATIBLE_MACHINE = "(ccimx6ul|ccimx8m|ccimx8x)"
|
||||||
|
|
|
||||||
|
|
@ -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 = "b790ac5d6d1425604deefd8885e93f1a016d73b5"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
UBOOT_FIT_CFG_FRAGMENTS = " \
|
UBOOT_FIT_CFG_FRAGMENTS = " \
|
||||||
file://fit_legacy.cfg \
|
file://fit_legacy.cfg \
|
||||||
|
|
|
||||||
|
|
@ -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 = "d27aefc1691a14c6edaadf35ab147ac8afe5c98a"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(ccimx93)"
|
COMPATIBLE_MACHINE = "(ccimx93)"
|
||||||
|
|
|
||||||
|
|
@ -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 = "d27aefc1691a14c6edaadf35ab147ac8afe5c98a"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
|
||||||
|
|
@ -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 = "d27aefc1691a14c6edaadf35ab147ac8afe5c98a"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
|
||||||
|
|
@ -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 = "af77921f513e82add24e54a28a5353b9012fdaf6"
|
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-4.0/maint"
|
SRCBRANCH = "qca65X4/dey-4.0/maint"
|
||||||
SRCREV = "7ba1cdedd456928ac77c1f11e0d070abaf505e95"
|
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
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,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};nobranch=1 \
|
${LINUX_GIT_URI};branch=${SRCBRANCH} \
|
||||||
${@oe.utils.conditional('KERNEL_DEFCONFIG', '', 'file://defconfig', '', d)} \
|
${@oe.utils.conditional('KERNEL_DEFCONFIG', '', 'file://defconfig', '', d)} \
|
||||||
"
|
"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
|
||||||
|
|
@ -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 = "a2833d11fd2fd011b08a517519cdabcdc0bbacdc"
|
SRCREV = "${AUTOREV}"
|
||||||
SRCREV:stm32mpcommon = "d63fecf8e08ad95309312fea08f04fbf4aec8a0c"
|
SRCREV:stm32mpcommon = "${AUTOREV}"
|
||||||
|
|
||||||
do_assemble_fitimage:prepend:ccmp1() {
|
do_assemble_fitimage:prepend:ccmp1() {
|
||||||
# Deploy u-boot script to be included into the FIT image
|
# Deploy u-boot script to be included into the FIT image
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
require recipes-kernel/linux/linux-dey.inc
|
require recipes-kernel/linux/linux-dey.inc
|
||||||
|
|
||||||
SRCBRANCH = "v6.1/nxp/dey-4.0/maint"
|
SRCBRANCH = "v6.1/nxp/dey-4.0/maint"
|
||||||
SRCREV = "e6c0189b4eefb37def8558d238103023df167a7a"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
# 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"
|
||||||
|
|
|
||||||
|
|
@ -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 = "dcf2cd2e041d3305f2da9ba248dd52e5bf24b008"
|
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://cccs-gs-demo-init \
|
file://cccs-gs-demo-init \
|
||||||
|
|
|
||||||
|
|
@ -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 = "78402f0e3e138023f70d9577faa11212a9dc3f61"
|
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-4.0/maint"
|
SRCBRANCH ?= "dey-4.0/maint"
|
||||||
SRCREV = "fed0071f5d6c4f44a6189c6c4fa5bdeda5a684c3"
|
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