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>
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"