diff options
author | Scott Garman <scott.a.garman@intel.com> | 2011-03-12 23:16:30 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-16 13:54:33 +0000 |
commit | 0c6a50bb5eec7a35f864842e200d4b85dd711372 (patch) | |
tree | 3f6b41686158a6ac7b5450bc906b22b93c3c8805 /meta | |
parent | e004e51a6b0c8fb4ee617d4c6a71f6ed0cb00800 (diff) | |
download | poky-0c6a50bb5eec7a35f864842e200d4b85dd711372.tar.gz |
poky-image-basic: add ssh-server-openssh to IMAGE_FEATURES
(From OE-Core rev: 5859ae97e23d748a282ab7361ecf8f47c5d19834)
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/images/poky-image-basic.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/images/poky-image-basic.bb b/meta/recipes-extended/images/poky-image-basic.bb index 537a6e4122..7e4596e435 100644 --- a/meta/recipes-extended/images/poky-image-basic.bb +++ b/meta/recipes-extended/images/poky-image-basic.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | IMAGE_FEATURES += "apps-console-core " | 1 | IMAGE_FEATURES += "apps-console-core ssh-server-openssh" |
2 | 2 | ||
3 | IMAGE_INSTALL = "\ | 3 | IMAGE_INSTALL = "\ |
4 | ${POKY_BASE_INSTALL} \ | 4 | ${POKY_BASE_INSTALL} \ |