diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-13 12:43:36 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-13 12:43:36 +0000 |
commit | 25f95c5f9c162bb3ea2dfda134ce32bed2181a36 (patch) | |
tree | a83c86ea20999cbb0d0b3015e9caf01aaa9f0e90 | |
parent | 5b2439c7ed1a56e6d3b14259faa7588439e37b90 (diff) | |
download | poky-25f95c5f9c162bb3ea2dfda134ce32bed2181a36.tar.gz |
poky.conf: add nfs-server image_feature for qemu targets
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1502 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/conf/distro/poky.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index e409e62b23..853226db46 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
@@ -194,6 +194,8 @@ POKY_EXTRA_RDEPENDS_akita = "pointercal" | |||
194 | DISTRO_EXTRA_RDEPENDS += "${POKY_EXTRA_RDEPENDS}" | 194 | DISTRO_EXTRA_RDEPENDS += "${POKY_EXTRA_RDEPENDS}" |
195 | 195 | ||
196 | IMAGE_FEATURES ?= "" | 196 | IMAGE_FEATURES ?= "" |
197 | IMAGE_FEATURES_append_qemux86 = "nfs-server" | ||
198 | IMAGE_FEATURES_append_qemuarm = "nfs-server" | ||
197 | 199 | ||
198 | DISTRO_TASKS = "\ | 200 | DISTRO_TASKS = "\ |
199 | task-oh-boot \ | 201 | task-oh-boot \ |