summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb
index 29379791f4..475fe34066 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb
@@ -14,8 +14,8 @@ python () {
14SRCREV_machine ?= "8e0611e36c848a07f9cdd778903c9e51bb90b319" 14SRCREV_machine ?= "8e0611e36c848a07f9cdd778903c9e51bb90b319"
15SRCREV_meta ?= "e4b95ec17228274acb38bf10061448224df3a312" 15SRCREV_meta ?= "e4b95ec17228274acb38bf10061448224df3a312"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ 17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \
18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA};protocol=https"
19 19
20LINUX_VERSION ?= "5.15.108" 20LINUX_VERSION ?= "5.15.108"
21 21