diff options
author | Justin Patrin <papercrane@gmail.com> | 2007-03-28 17:36:41 +0000 |
---|---|---|
committer | Justin Patrin <papercrane@gmail.com> | 2007-03-28 17:36:41 +0000 |
commit | c5c5c124b4ebd197faf32ab0c57738f14c6d604e (patch) | |
tree | 3ce56154e03cf213d47c826e85555cc7aa39c115 /conf/distro | |
parent | 8cbb367f96dd5826c03d10a9ec8abadf0073f717 (diff) |
openzaurus.inc: add PREFERRED_PROVIDER for qemu-native
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/include/openzaurus.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/include/openzaurus.inc b/conf/distro/include/openzaurus.inc index 4cdb68b4e3..4cf6fe1ead 100644 --- a/conf/distro/include/openzaurus.inc +++ b/conf/distro/include/openzaurus.inc @@ -21,3 +21,5 @@ INHERIT += "sanity" # We want images supporting the following features (for task-base) DISTRO_FEATURES = "nfs smbfs wifi ppp alsa bluetooth ext2 irda pcmcia usbgadget usbhost" + +PREFERRED_PROVIDER_qemu-native ?= "qemu-native" |