]> code.ossystems Code Review - openembedded-core.git/commitdiff
task-oh, poky.conf: added nfs-server feature for images
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 22 Mar 2007 18:09:21 +0000 (18:09 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 22 Mar 2007 18:09:21 +0000 (18:09 +0000)
- 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

meta/conf/distro/poky.conf
meta/packages/tasks/task-oh.bb

index 827414ff4c26444e5620867c8fe2969a3c55f338..9129186277dcac278550974ab06114349dd4f9e2 100644 (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)} \
     "
index 304c2f2dadfdf3c8db93ede70ca6cc47bdf9bf77..1471cfb143bdc082dfad7e8215db3653080b6382 100644 (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 \