summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_5.15.bb
diff options
context:
space:
mode:
authorJon Mason <jdmason@kudzu.us>2022-04-08 15:25:16 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-14 09:19:19 +0100
commitc8350634a9aba9080939af55d8fe91819fb83cc8 (patch)
treee8a17017a9c963c8d298d1b1a54908332a498159 /meta/recipes-kernel/linux/linux-yocto_5.15.bb
parent04603905991ba7e703b07abc16c8a689d94be95d (diff)
downloadopenembedded-core-contrib-c8350634a9aba9080939af55d8fe91819fb83cc8.tar.gz
linux-yocto: Remove unnecessary, commented out qemuarm entry
The line in question is already in place in qemuarm.conf. Remove it from here, as it is not necessary and references an older kernel. Signed-off-by: Jon Mason <jdmason@kudzu.us> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_5.15.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_5.15.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.15.bb b/meta/recipes-kernel/linux/linux-yocto_5.15.bb
index 54157fd245..5cfa0c37d7 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.15.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.15.bb
@@ -34,9 +34,6 @@ SRCREV_machine:class-devupstream ?= "e29be6724adbc9c3126d2a9550ec21f927f22f6d"
PN:class-devupstream = "linux-yocto-upstream"
KBRANCH:class-devupstream = "v5.15/base"
-# remap qemuarm to qemuarma15 for the 5.8 kernel
-# KMACHINE:qemuarm ?= "qemuarma15"
-
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}"