1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-30 15:30:28 +00:00

CI/CD Auto-Merger: cicd.scarthgap.202407191111

Updated the value(s) for:
  ti-linux-fw: TI_DM_FW_VERSION,TI_LINUX_FW_SRCREV
  u-boot-ti-staging_2024.04: SRCREV
  k3conf: SRCREV
  linux-ti-staging-rt_6.6: SRCREV
  linux-ti-staging_6.6: SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
This commit is contained in:
LCPD Automation Script
2024-07-19 11:12:00 -05:00
parent 33668f996f
commit d398ed7472
5 changed files with 6 additions and 6 deletions
@@ -14,10 +14,10 @@ GOODIX_FW_VERSION = "1.0.0.0"
CADENCE_MHDP_FW_VERSION = "2.1.0" CADENCE_MHDP_FW_VERSION = "2.1.0"
IMG_DEC_FW_VERSION = "1.0" IMG_DEC_FW_VERSION = "1.0"
CNM_WAVE521_FW_VERSION = "1.0.4" CNM_WAVE521_FW_VERSION = "1.0.4"
TI_DM_FW_VERSION = "10.00.05" TI_DM_FW_VERSION = "10.00.00"
TI_SYSFW_VERSION = "10.00.06" TI_SYSFW_VERSION = "10.00.06"
TI_LINUX_FW_SRCREV ?= "3fb564f38fd2e2fb3ad3a54ac8fd079248f6e8f5" TI_LINUX_FW_SRCREV ?= "54abea7579cd735c0c6cfb4cbf77b4363cd2f918"
SRCREV = "${TI_LINUX_FW_SRCREV}" SRCREV = "${TI_LINUX_FW_SRCREV}"
BRANCH ?= "ti-linux-firmware" BRANCH ?= "ti-linux-firmware"
@@ -6,4 +6,4 @@ PR = "r0"
BRANCH = "ti-u-boot-2024.04" BRANCH = "ti-u-boot-2024.04"
SRCREV = "70b668d8a347ae7af2a94d47842cacf166503ddd" SRCREV = "79e9acc96b652547ab20d8311ef1bf49dda8f692"
@@ -10,7 +10,7 @@ PV = "0.3+git"
COMPATIBLE_MACHINE = "k3" COMPATIBLE_MACHINE = "k3"
BRANCH ?= "master" BRANCH ?= "master"
SRCREV = "85a7433202aafafbccea8a7b2491f4df8b1ecd80" SRCREV = "a7d230990f82774393a3f1d199d612fb66242ada"
SRC_URI = "git://git.ti.com/git/k3conf/k3conf.git;protocol=https;branch=${BRANCH}" SRC_URI = "git://git.ti.com/git/k3conf/k3conf.git;protocol=https;branch=${BRANCH}"
@@ -8,7 +8,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-6.6:"
BRANCH = "ti-rt-linux-6.6.y" BRANCH = "ti-rt-linux-6.6.y"
SRCREV = "57a6017c36af1015d5e7ac626d8ab1de0ccb6c22" SRCREV = "30525846ffc1620194a2e59b9aedb918f4198c5f"
include ${@ 'recipes-kernel/linux/ti-extras-rt.inc' if d.getVar('TI_EXTRAS') else ''} include ${@ 'recipes-kernel/linux/ti-extras-rt.inc' if d.getVar('TI_EXTRAS') else ''}
@@ -23,7 +23,7 @@ S = "${WORKDIR}/git"
BRANCH ?= "ti-linux-6.6.y" BRANCH ?= "ti-linux-6.6.y"
SRCREV ?= "2faf22c00003556294f53007c8d6bfb18ef4fb51" SRCREV ?= "2d6facf7f6b24b2e7a9b921b57ec6b50fc810637"
PV = "6.6.32+git" PV = "6.6.32+git"
KERNEL_GIT_URI ?= "git://git.ti.com/git/ti-linux-kernel/ti-linux-kernel.git" KERNEL_GIT_URI ?= "git://git.ti.com/git/ti-linux-kernel/ti-linux-kernel.git"