diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-03-28 10:36:07 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-03-28 10:36:07 +0000 |
commit | ffd6b859368b38fc90963c72c3c86916bcdd086a (patch) | |
tree | a2b163f9d075fb007a48f22e53b48722a7fce56b /meta/conf | |
parent | bfb887efc05bdea0fc33a0cbe6d0b69404e0ff5d (diff) | |
download | openembedded-core-ffd6b859368b38fc90963c72c3c86916bcdd086a.tar.gz openembedded-core-ffd6b859368b38fc90963c72c3c86916bcdd086a.tar.bz2 openembedded-core-ffd6b859368b38fc90963c72c3c86916bcdd086a.tar.xz openembedded-core-ffd6b859368b38fc90963c72c3c86916bcdd086a.zip |
qemu-config: this recipe replace qemu-distcc and provide NFS exports file
- / dir is exported R/W for any host
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1397 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/poky.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index f70c32ed5..cff8d4516 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -184,8 +184,8 @@ DISTRO_FEATURES = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi" DISTRO_FEATURES_cmx270 = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost" POKY_EXTRA_RDEPENDS = "" -POKY_EXTRA_RDEPENDS_qemuarm = "qemu-distcc" -POKY_EXTRA_RDEPENDS_qemux86 = "qemu-distcc" +POKY_EXTRA_RDEPENDS_qemuarm = "qemu-config" +POKY_EXTRA_RDEPENDS_qemux86 = "qemu-config" POKY_EXTRA_RDEPENDS_akita = "pointercal" DISTRO_EXTRA_RDEPENDS += "${POKY_EXTRA_RDEPENDS}" |