Accept the default MACHINE_FEATURES from qemu.inc (qemuarm64 shouldn't need to be a special case).
Signed-off-by: Andre McCurdy <[email protected]> --- meta/conf/machine/qemuarm64.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/conf/machine/qemuarm64.conf b/meta/conf/machine/qemuarm64.conf index 8459d0f..f59fb15 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" -- 1.9.1 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
