aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/qemuarm64.conf
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2016-03-17 10:19:26 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-20 22:57:57 +0000
commite26718f8c048315e2ab819bc60566061f6ced420 (patch)
treeaf446744425596d834071f0c0bcb48396649ae72 /meta/conf/machine/qemuarm64.conf
parent98fc50436dfa5d0e5bee0930154a5563ffc8151d (diff)
downloadopenembedded-core-contrib-e26718f8c048315e2ab819bc60566061f6ced420.tar.gz
qemuarm64.conf: don't clear MACHINE_FEATURES
Accept the default MACHINE_FEATURES from qemu.inc (qemuarm64 shouldn't need to be a special case). Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/conf/machine/qemuarm64.conf')
-rw-r--r--meta/conf/machine/qemuarm64.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/conf/machine/qemuarm64.conf b/meta/conf/machine/qemuarm64.conf
index 8459d0f3cd..f59fb15c5f 100644
--- a/meta/conf/machine/qemuarm64.conf
+++ b/meta/conf/machine/qemuarm64.conf
@@ -5,8 +5,6 @@
require conf/machine/include/arm/arch-armv8.inc
require conf/machine/include/qemu.inc
-MACHINE_FEATURES = ""
-
KERNEL_IMAGETYPE = "Image"
SERIAL_CONSOLES = "38400;ttyAMA0 38400;hvc0"