summaryrefslogtreecommitdiffstats
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-13 22:23:49 +0100
commit7ecec2ba3ab53393e22c7b46bcd7a5a813276062 (patch)
tree6fef93d887555ecad0325a02e21ef87432179001
parent8fabe92b77e6ef8fd53e45d3cfca66019262d1a0 (diff)
downloadpoky-7ecec2ba3ab53393e22c7b46bcd7a5a813276062.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. (From OE-Core rev: 85a033571498fd97f556a794c3b97732d7f42d45) Signed-off-by: Jon Mason <jdmason@kudzu.us> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_5.10.bb3
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_5.15.bb3
2 files changed, 0 insertions, 6 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.10.bb b/meta/recipes-kernel/linux/linux-yocto_5.10.bb
index 0cf14b748f..06242ade68 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.10.bb
@@ -25,9 +25,6 @@ SRCREV_machine:qemumips64 ?= "279f142932679a8ba212ebae4b9db851636a1fab"
25SRCREV_machine ?= "d2f7a595bf0b752275d503046494b668549cb151" 25SRCREV_machine ?= "d2f7a595bf0b752275d503046494b668549cb151"
26SRCREV_meta ?= "2278ed571c14df6e87d8e01ac26f649d98020623" 26SRCREV_meta ?= "2278ed571c14df6e87d8e01ac26f649d98020623"
27 27
28# remap qemuarm to qemuarma15 for the 5.8 kernel
29# KMACHINE:qemuarm ?= "qemuarma15"
30
31SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ 28SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \
32 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" 29 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}"
33 30
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"
34PN:class-devupstream = "linux-yocto-upstream" 34PN:class-devupstream = "linux-yocto-upstream"
35KBRANCH:class-devupstream = "v5.15/base" 35KBRANCH:class-devupstream = "v5.15/base"
36 36
37# remap qemuarm to qemuarma15 for the 5.8 kernel
38# KMACHINE:qemuarm ?= "qemuarma15"
39
40SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ 37SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \
41 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}" 38 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}"
42 39