summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-01-03 18:44:24 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-01-04 23:47:50 +0000
commitb21b467e78320c3d2ec3e1da729d770fe69e1c00 (patch)
treee4f8dc27f8db7f0785084d235abaffbaded1690b /meta/recipes-kernel
parent1a364657210a04441445593d6821509f91ce26eb (diff)
downloadpoky-b21b467e78320c3d2ec3e1da729d770fe69e1c00.tar.gz
linux-yocto-rt/6.6: correct meta data branch
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. (From OE-Core rev: a4e7603afb1f5a306dfcd4e04a979979b80312b5) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb2
1 files changed, 1 insertions, 1 deletions
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 13f95be5d0..665c4987aa 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 ?= "19bf0c91c0377d50583db84dd27387ee7daccebd"
18SRCREV_meta ?= "cb87ac0a436d23cd349e42273a222f9f267e8e98" 18SRCREV_meta ?= "cb87ac0a436d23cd349e42273a222f9f267e8e98"
19 19
20SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \ 20SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \
21 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.5;destsuffix=${KMETA};protocol=https" 21 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.6;destsuffix=${KMETA};protocol=https"
22 22
23LINUX_VERSION ?= "6.6.8" 23LINUX_VERSION ?= "6.6.8"
24 24