diff mbox series

linux-yocto-rt/6.6: correct meta data branch

Message ID 20240103234425.2767497-1-bruce.ashfield@gmail.com
State Accepted, archived
Commit a4e7603afb1f5a306dfcd4e04a979979b80312b5
Headers show
Series linux-yocto-rt/6.6: correct meta data branch | expand

Commit Message

Bruce Ashfield Jan. 3, 2024, 11:44 p.m. UTC
From: Bruce Ashfield <bruce.ashfield@gmail.com>

The copied 6.5 -> 6.6 linux-yocto-rt recipe missed one branch
update to 6.6.

The scripts setting the SRCREVs of course are using the 6.6
branches, which leaves us with a fetch failure.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---

Richard,

Here's the simple fix for the testing issue with 6.6, apply this
to the end of my series and everything should be good to go on the
parsing front.

Bruce

 meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb b/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb
index 8c348a4605..bcbae7eaf5 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb
@@ -18,7 +18,7 @@  SRCREV_machine ?= "64c1e51bd051a3d0b32c60467dc14bc91bc9843e"
 SRCREV_meta ?= "11390e802ca72f3549b9356f036b17e54afd7a34"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \
-           git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.5;destsuffix=${KMETA};protocol=https"
+           git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.6;destsuffix=${KMETA};protocol=https"
 
 LINUX_VERSION ?= "6.6.9"