summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc-testing.inc
diff options
context:
space:
mode:
authorRoy Li <rongqing.li@windriver.com>2015-09-08 17:33:02 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-12 22:48:32 +0100
commitd0abea0133ab3090ee7b92d133dabdd1b6b70a28 (patch)
treef06baa437aca31fde8b15c946734245f29be2bfa /meta/recipes-core/glibc/glibc-testing.inc
parent59f822d8b5dc7fb8c593eaaf16021521033c0414 (diff)
downloadpoky-d0abea0133ab3090ee7b92d133dabdd1b6b70a28.tar.gz
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 (From OE-Core rev: bbdc808a8ea76369a36473c906991e25ca49c323) Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc/glibc-testing.inc')
-rw-r--r--meta/recipes-core/glibc/glibc-testing.inc2
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
54 echo "1. You dont have passwordless ssh setup to access \$target" 54 echo "1. You dont have passwordless ssh setup to access \$target"
55 echo "2. NFS share on \$target is not mounted or if mounted then not matching the build tree layout." 55 echo "2. NFS share on \$target is not mounted or if mounted then not matching the build tree layout."
56 echo " The tree should be accessible at same location on build host and target" 56 echo " The tree should be accessible at same location on build host and target"
57 echo " You can add nfs-server to IMAGE_FEATURES to get the nfs client on target" 57 echo " You can add nfs-client to IMAGE_FEATURES to get the nfs client on target"
58 echo "3. nfs server on build host is not running." 58 echo "3. nfs server on build host is not running."
59 echo " Please make sure that you have 'no_root_squash' added in /etc/exports if you want" 59 echo " Please make sure that you have 'no_root_squash' added in /etc/exports if you want"
60 echo " to test as root user on target (usually its recommended to create a non" 60 echo " to test as root user on target (usually its recommended to create a non"