diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2021-08-09 23:09:49 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2021-08-09 23:09:49 +0800 |
| commit | 109cb6107d56fe9fd0ef7cb6e4a939ef7ebc01cd (patch) | |
| tree | 1ac000393df62f72aab2aa46150bee57eb32c0b3 | |
| parent | a58f99ce80111bce06db8fa515b7221a8d8e8f69 (diff) | |
| download | meta-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>
| -rw-r--r-- | conf/machine/include/qemuboot-intel.inc | 2 |
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 |
| 2 | IMAGE_CLASSES += "qemuboot" | 2 | IMAGE_CLASSES += "qemuboot" |
| 3 | QB_SYSTEM_NAME_intel-core2-32 = "qemu-system-i386" | 3 | QB_SYSTEM_NAME:intel-core2-32 = "qemu-system-i386" |
| 4 | QB_CPU:intel-core2-32 = "-cpu coreduo" | 4 | QB_CPU:intel-core2-32 = "-cpu coreduo" |
| 5 | QB_CPU_KVM:intel-core2-32 = "-cpu kvm32" | 5 | QB_CPU_KVM:intel-core2-32 = "-cpu kvm32" |
| 6 | 6 | ||
