diff options
author | Roy Li <rongqing.li@windriver.com> | 2015-09-08 17:33:02 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-12 22:47:07 +0100 |
commit | bbdc808a8ea76369a36473c906991e25ca49c323 (patch) | |
tree | 0e000273dc0a7ce33fe09d672b874b66b79e1f48 /meta/recipes-core/glibc/glibc-testing.inc | |
parent | 68591de72e27a985242d6ff19fffb80f69869003 (diff) | |
download | openembedded-core-bbdc808a8ea76369a36473c906991e25ca49c323.tar.gz openembedded-core-bbdc808a8ea76369a36473c906991e25ca49c323.tar.bz2 openembedded-core-bbdc808a8ea76369a36473c906991e25ca49c323.zip |
packagegroup-core-nfs: provide the nfs-client IMAGE_FEATURES
provide the nfs-client IMAGE_FEATURES, to ease a user to only
install nfs client related files to image
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core/glibc/glibc-testing.inc')
-rw-r--r-- | meta/recipes-core/glibc/glibc-testing.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc-testing.inc b/meta/recipes-core/glibc/glibc-testing.inc index fd1af39922..a9bbf37a17 100644 --- a/meta/recipes-core/glibc/glibc-testing.inc +++ b/meta/recipes-core/glibc/glibc-testing.inc @@ -54,7 +54,7 @@ then echo "1. You dont have passwordless ssh setup to access \$target" echo "2. NFS share on \$target is not mounted or if mounted then not matching the build tree layout." echo " The tree should be accessible at same location on build host and target" - echo " You can add nfs-server to IMAGE_FEATURES to get the nfs client on target" + echo " You can add nfs-client to IMAGE_FEATURES to get the nfs client on target" echo "3. nfs server on build host is not running." echo " Please make sure that you have 'no_root_squash' added in /etc/exports if you want" echo " to test as root user on target (usually its recommended to create a non" |