]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
linux-yocto-rt/6.6: correct meta data branch
authorBruce Ashfield <bruce.ashfield@gmail.com>
Wed, 3 Jan 2024 23:44:24 +0000 (18:44 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Jan 2024 23:47:04 +0000 (23:47 +0000)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb

index 13f95be5d003f8c8b7bbbe51b0d5500ad006b037..665c4987aa6cbd223cb62156c75e01879deef354 100644 (file)
@@ -18,7 +18,7 @@ SRCREV_machine ?= "19bf0c91c0377d50583db84dd27387ee7daccebd"
 SRCREV_meta ?= "cb87ac0a436d23cd349e42273a222f9f267e8e98"
 
 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.8"