1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 11:42:57 +00:00
LCPD Automation Script
2024-08-01 04:00:45 -05:00
parent d27fa33b3a
commit 5250a7d136
4 changed files with 5 additions and 5 deletions

View File

@@ -14,10 +14,10 @@ GOODIX_FW_VERSION = "1.0.0.0"
CADENCE_MHDP_FW_VERSION = "2.1.0"
IMG_DEC_FW_VERSION = "1.0"
CNM_WAVE521_FW_VERSION = "1.0.4"
TI_DM_FW_VERSION = "10.00.00"
TI_DM_FW_VERSION = "10.00.05"
TI_SYSFW_VERSION = "10.00.08"
TI_LINUX_FW_SRCREV ?= "1e01062a34b88427c2fca1ce7c5a5c308961e0c7"
TI_LINUX_FW_SRCREV ?= "35fa44a93549d8d91b1c37a7b9f8767dbe7d37eb"
SRCREV = "${TI_LINUX_FW_SRCREV}"
BRANCH ?= "ti-linux-firmware"

View File

@@ -6,4 +6,4 @@ PR = "r0"
BRANCH = "ti-u-boot-2024.04"
SRCREV = "fda88f8bcea30590528930ff9441c6e958da86f5"
SRCREV = "1a74648ab378f8c14ae6fc3a4f11ed3ad1ad7126"

View File

@@ -8,7 +8,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-6.6:"
BRANCH = "ti-rt-linux-6.6.y"
SRCREV = "04a9ad081f0f255a046f398abf6faf1d4374267f"
SRCREV = "e1ea7912c2045eaea586cb12cc63b6280e2a6c35"
include ${@ 'recipes-kernel/linux/ti-extras-rt.inc' if d.getVar('TI_EXTRAS') else ''}

View File

@@ -23,7 +23,7 @@ S = "${WORKDIR}/git"
BRANCH ?= "ti-linux-6.6.y"
SRCREV ?= "6de6e418c80edfbe08f4a5f851c721bd60c0123b"
SRCREV ?= "a816c5abf3307f42e308a1fe13bd72244f37ec86"
PV = "6.6.32+git"
KERNEL_GIT_URI ?= "git://git.ti.com/git/ti-linux-kernel/ti-linux-kernel.git"