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:48:32 +0100 |
commit | d0abea0133ab3090ee7b92d133dabdd1b6b70a28 (patch) | |
tree | f06baa437aca31fde8b15c946734245f29be2bfa /meta/classes/core-image.bbclass | |
parent | 59f822d8b5dc7fb8c593eaaf16021521033c0414 (diff) | |
download | poky-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/classes/core-image.bbclass')
-rw-r--r-- | meta/classes/core-image.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass index 501456dba7..8e340d9f5c 100644 --- a/meta/classes/core-image.bbclass +++ b/meta/classes/core-image.bbclass | |||
@@ -21,6 +21,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d | |||
21 | # - tools-testapps - tools usable to make some device tests | 21 | # - tools-testapps - tools usable to make some device tests |
22 | # - tools-sdk - SDK (C/C++ compiler, autotools, etc.) | 22 | # - tools-sdk - SDK (C/C++ compiler, autotools, etc.) |
23 | # - nfs-server - NFS server | 23 | # - nfs-server - NFS server |
24 | # - nfs-client - NFS client | ||
24 | # - ssh-server-dropbear - SSH server (dropbear) | 25 | # - ssh-server-dropbear - SSH server (dropbear) |
25 | # - ssh-server-openssh - SSH server (openssh) | 26 | # - ssh-server-openssh - SSH server (openssh) |
26 | # - qt4-pkgs - Qt4/X11 and demo applications | 27 | # - qt4-pkgs - Qt4/X11 and demo applications |
@@ -42,6 +43,7 @@ FEATURE_PACKAGES_tools-profile = "packagegroup-core-tools-profile" | |||
42 | FEATURE_PACKAGES_tools-testapps = "packagegroup-core-tools-testapps" | 43 | FEATURE_PACKAGES_tools-testapps = "packagegroup-core-tools-testapps" |
43 | FEATURE_PACKAGES_tools-sdk = "packagegroup-core-sdk packagegroup-core-standalone-sdk-target" | 44 | FEATURE_PACKAGES_tools-sdk = "packagegroup-core-sdk packagegroup-core-standalone-sdk-target" |
44 | FEATURE_PACKAGES_nfs-server = "packagegroup-core-nfs-server" | 45 | FEATURE_PACKAGES_nfs-server = "packagegroup-core-nfs-server" |
46 | FEATURE_PACKAGES_nfs-client = "packagegroup-core-nfs-client" | ||
45 | FEATURE_PACKAGES_ssh-server-dropbear = "packagegroup-core-ssh-dropbear" | 47 | FEATURE_PACKAGES_ssh-server-dropbear = "packagegroup-core-ssh-dropbear" |
46 | FEATURE_PACKAGES_ssh-server-openssh = "packagegroup-core-ssh-openssh" | 48 | FEATURE_PACKAGES_ssh-server-openssh = "packagegroup-core-ssh-openssh" |
47 | FEATURE_PACKAGES_qt4-pkgs = "packagegroup-core-qt-demoapps" | 49 | FEATURE_PACKAGES_qt4-pkgs = "packagegroup-core-qt-demoapps" |