summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-08-09 23:09:49 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-08-09 23:09:49 +0800
commit109cb6107d56fe9fd0ef7cb6e4a939ef7ebc01cd (patch)
tree1ac000393df62f72aab2aa46150bee57eb32c0b3 /conf
parenta58f99ce80111bce06db8fa515b7221a8d8e8f69 (diff)
downloadmeta-intel-109cb6107d56fe9fd0ef7cb6e4a939ef7ebc01cd.tar.gz
qemuboot-intel: fix the override syntax
Use : as per the new syntax. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/qemuboot-intel.inc2
1 files changed, 1 insertions, 1 deletions
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 @@
1# For runqemu 1# For runqemu
2IMAGE_CLASSES += "qemuboot" 2IMAGE_CLASSES += "qemuboot"
3QB_SYSTEM_NAME_intel-core2-32 = "qemu-system-i386" 3QB_SYSTEM_NAME:intel-core2-32 = "qemu-system-i386"
4QB_CPU:intel-core2-32 = "-cpu coreduo" 4QB_CPU:intel-core2-32 = "-cpu coreduo"
5QB_CPU_KVM:intel-core2-32 = "-cpu kvm32" 5QB_CPU_KVM:intel-core2-32 = "-cpu kvm32"
6 6