From: Bruce Ashfield <[email protected]> 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 <[email protected]> --- 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 --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" -- 2.39.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#193297): https://lists.openembedded.org/g/openembedded-core/message/193297 Mute This Topic: https://lists.openembedded.org/mt/103513285/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
