summaryrefslogtreecommitdiff
path: root/meta/recipes-core/tasks/task-core-nfs.bb
Commit message (Collapse)AuthorAgeFilesLines
* task-core-nfs: Add nfs-utils-client to RDEPENDSKhem Raj2011-12-121-2/+4
| | | | | | | | | include nfs client in tast-core-nfs as well this is handy when we need it on target e.g. testing eglibc needs it and we can just do EXTRA_IMAGE_FEATURES += "nfs-server" Signed-off-by: Khem Raj <raj.khem@gmail.com>
* task-core-nfs/image.bbclass: Fix some libc overridesRichard Purdie2011-05-171-2/+2
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-core-nfs: fix a bitbake errorNitin A Kamble2011-05-171-2/+2
| | | | | | | | | | | | | THis fixes following issue: NOTE: Runtime target 'glibc-utilsglibc-utils' is unbuildable, removing... Missing or unbuildable dependency chain was: ['glibc-utilsglibc-utils'] NOTE: Runtime target 'task-core-nfs-server' is unbuildable, removing... Missing or unbuildable dependency chain was: ['task-core-nfs-server', 'glibc-utilsglibc-utils'] [sgw: moved space to _append line] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*Richard Purdie2011-04-201-0/+26
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>