summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-01-18 11:36:00 -0800
committerKhem Raj <raj.khem@gmail.com>2021-03-08 16:08:39 -0800
commit12ff907eb213d5ac15d2ebe7f7169e61621a184a (patch)
treeeeb4ab8bfab335852bd15ed448bf468a4c1dc055
parent7c2ad29283bceb0f7daef9b4858c29054c859895 (diff)
downloadopenembedded-core-contrib-12ff907eb213d5ac15d2ebe7f7169e61621a184a.tar.gz
linux-yocto: Enable powerpc64le QEMU
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_5.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.10.bb b/meta/recipes-kernel/linux/linux-yocto_5.10.bb
index 6c0bec76d7..d40fa7eafe 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.10.bb
@@ -43,7 +43,7 @@ KCONF_BSP_AUDIT_LEVEL = "1"
KERNEL_DEVICETREE_qemuarmv5 = "versatile-pb.dtb"
-COMPATIBLE_MACHINE = "qemuarm|qemuarmv5|qemuarm64|qemux86|qemuppc|qemumips|qemumips64|qemux86-64|qemuriscv64"
+COMPATIBLE_MACHINE = "qemuarm|qemuarmv5|qemuarm64|qemux86|qemuppc|qemuppc64|qemumips|qemumips64|qemux86-64|qemuriscv64"
# Functionality flags
KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc"