1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00
LCPD Automation Script
2024-09-27 15:46:25 -05:00
parent ee060643e2
commit 19784e27f9
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 ?= "35fa44a93549d8d91b1c37a7b9f8767dbe7d37eb"
TI_LINUX_FW_SRCREV ?= "821faad142f51304bf2f8e0526838f17dc247825"
SRCREV = "${TI_LINUX_FW_SRCREV}"
BRANCH ?= "ti-linux-firmware"

View File

@@ -6,4 +6,4 @@ PR = "r0"
BRANCH = "ti-u-boot-2024.04"
SRCREV = "7986fd679935818d0ef11e6a334377df178774f6"
SRCREV = "b78dde22088773147d80c3b85c885d9be7a2bfab"

View File

@@ -8,8 +8,8 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-6.6:"
BRANCH = "ti-rt-linux-6.6.y"
SRCREV = "85d46cfcef8242e37cbd99a6591cab2b90d0d8ed"
SRCREV = "d05688f353d10af170286db56535443184202eab"
include ${@ 'recipes-kernel/linux/ti-extras-rt.inc' if d.getVar('TI_EXTRAS') else ''}
PV = "6.6.32+git"
PV = "6.6.44+git"

View File

@@ -23,8 +23,8 @@ S = "${WORKDIR}/git"
BRANCH ?= "ti-linux-6.6.y"
SRCREV ?= "d5b1bee95de93e6ab87e73242c20910e7d7d3d83"
PV = "6.6.32+git"
SRCREV ?= "325ad3650d0b50a4943b9151fb43411f08ad5d0c"
PV = "6.6.44+git"
KERNEL_GIT_URI ?= "git://git.ti.com/git/ti-linux-kernel/ti-linux-kernel.git"
KERNEL_GIT_PROTOCOL = "https"