mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
qemuboot-intel: fix the override syntax
Use : as per the new syntax. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
a58f99ce80
commit
109cb6107d
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user