task-oh, poky.conf: added nfs-server feature for images

- task-oh-nfs-server contain all stuff to have NFS server on device
- 'nfs-server' IMAGE_FEATURE install it



git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1384 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-03-22 18:09:21 +00:00
parent 46e71442f3
commit 6b86555e70
2 changed files with 10 additions and 2 deletions

View File

@ -214,4 +214,5 @@ DISTRO_TASKS = "\
${@base_contains("IMAGE_FEATURES", "test-tools", "task-oh-testapps", "",d)} \
${@base_contains("IMAGE_FEATURES", ["test-tools", "dbg-pkgs"], "task-oh-testapps-dbg", "",d)} \
${@base_contains("IMAGE_FEATURES", ["test-tools", "dev-pkgs"], "task-oh-testapps-dev", "",d)} \
${@base_contains("IMAGE_FEATURES", "nfs-server", "task-oh-nfs-server", "",d)} \
"

View File

@ -1,5 +1,5 @@
DESCRIPTION = "Tasks for OpenedHand Poky"
PR = "r50"
PR = "r51"
PACKAGES = "\
task-oh-base \
@ -22,7 +22,8 @@ PACKAGES = "\
task-oh-devtools-dev \
task-oh-testapps \
task-oh-testapps-dbg \
task-oh-testapps-dev"
task-oh-testapps-dev \
task-oh-nfs-server"
PACKAGE_ARCH = "${MACHINE_ARCH}"
@ -125,6 +126,12 @@ RDEPENDS_task-oh-testapps = "\
gst-meta-video \
gst-meta-audio"
RDEPENDS_task-oh-nfs-server = "\
nfs-utils"
# rpcinfo can be useful
RRECOMMENDS_task-oh-nfs-server = "\
glibc-utils"
# minimo \
# teleport \