From 109cb6107d56fe9fd0ef7cb6e4a939ef7ebc01cd Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Mon, 9 Aug 2021 23:09:49 +0800 Subject: qemuboot-intel: fix the override syntax Use : as per the new syntax. Signed-off-by: Anuj Mittal --- conf/machine/include/qemuboot-intel.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/include/qemuboot-intel.inc') diff --git a/conf/machine/include/qemuboot-intel.inc b/conf/machine/include/qemuboot-intel.inc index 56f1921a..ac40973a 100644 --- a/conf/machine/include/qemuboot-intel.inc +++ b/conf/machine/include/qemuboot-intel.inc @@ -1,6 +1,6 @@ # For runqemu IMAGE_CLASSES += "qemuboot" -QB_SYSTEM_NAME_intel-core2-32 = "qemu-system-i386" +QB_SYSTEM_NAME:intel-core2-32 = "qemu-system-i386" QB_CPU:intel-core2-32 = "-cpu coreduo" QB_CPU_KVM:intel-core2-32 = "-cpu kvm32" -- cgit v1.2.3-54-g00ecf