diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-08-31 14:37:47 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-04 12:52:54 +0100 |
commit | f1df3f828bfc9e70bf8cf5a7c2e2cf216944785a (patch) | |
tree | 9dbdae2c2ca79a2271ff37d2c9a51014f316ad6c | |
parent | 153d413b47cf9a197f37e8e6a9f4a0a8b759d4d9 (diff) | |
download | poky-f1df3f828bfc9e70bf8cf5a7c2e2cf216944785a.tar.gz |
classes/core-image: remove erroneous nfs-server comment
It has never been true that this enables exporting the entire rootfs.
(From OE-Core rev: ecd818f1a7a46aa0eeffe48445f2cf0db5aab67a)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/classes/core-image.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass index d6dd6460eb..a37cdfc463 100644 --- a/meta/classes/core-image.bbclass +++ b/meta/classes/core-image.bbclass | |||
@@ -22,7 +22,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
22 | # - tools-debug - debugging tools | 22 | # - tools-debug - debugging tools |
23 | # - tools-profile - profiling tools | 23 | # - tools-profile - profiling tools |
24 | # - tools-testapps - tools usable to make some device tests | 24 | # - tools-testapps - tools usable to make some device tests |
25 | # - nfs-server - NFS server (exports / over NFS to everybody) | 25 | # - nfs-server - NFS server |
26 | # - ssh-server-dropbear - SSH server (dropbear) | 26 | # - ssh-server-dropbear - SSH server (dropbear) |
27 | # - ssh-server-openssh - SSH server (openssh) | 27 | # - ssh-server-openssh - SSH server (openssh) |
28 | # - debug-tweaks - makes an image suitable for development | 28 | # - debug-tweaks - makes an image suitable for development |