1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00
LCPD Automation Script
2024-10-07 01:00:42 -05:00
parent 6f4d850513
commit 7865c52e41
4 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ CNM_WAVE521_FW_VERSION = "1.0.4"
TI_DM_FW_VERSION = "10.00.05"
TI_SYSFW_VERSION = "10.00.08"
TI_LINUX_FW_SRCREV ?= "821faad142f51304bf2f8e0526838f17dc247825"
TI_LINUX_FW_SRCREV ?= "64248dad39a9448ad191bc04130c49e0354cb2ce"
SRCREV = "${TI_LINUX_FW_SRCREV}"
BRANCH ?= "ti-linux-firmware"

View File

@@ -6,4 +6,4 @@ PR = "r0"
BRANCH = "ti-u-boot-2023.04"
SRCREV = "83660642085462346fbeb410f83bc99448ec7042"
SRCREV = "7044504f44002fe46b4598420852033d335d56c7"

View File

@@ -8,8 +8,8 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-6.1:"
BRANCH = "ti-rt-linux-6.1.y"
SRCREV = "96b0ebd82722d16e9ab646cd3a73080e6f790747"
SRCREV = "258616ead12edc4acf7ac38e741d588b372144e4"
include ${@ 'recipes-kernel/linux/ti-extras-rt.inc' if d.getVar('TI_EXTRAS') else ''}
PV = "6.1.83+git"
PV = "6.1.105+git"

View File

@@ -23,8 +23,8 @@ S = "${WORKDIR}/git"
BRANCH ?= "ti-linux-6.1.y"
SRCREV ?= "c1c2f1971fbf6ddad93a8c94314fe8221e7aa6be"
PV = "6.1.83+git"
SRCREV ?= "da449d8c3cf600b0346a6696e1e3cc431422e765"
PV = "6.1.105+git"
KERNEL_GIT_URI ?= "git://git.ti.com/git/ti-linux-kernel/ti-linux-kernel.git"
KERNEL_GIT_PROTOCOL = "https"