From 4f1611cb8dab33e4b0b952fe38137a4942370a9c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 16 Jun 2011 10:45:20 -0700 Subject: documentation/poky-ref-manual/extendpoky.xml: YOCTO #1104 EXTRA_IMAGE_FEATURES YOCTO #1104: The section that describes how to customize images with new features failed to mention the variable EXTRA_IMAGE_FEATURES. I added text to include that option and referenced the variable. (From yocto-docs rev: 69113aeebe4b7047c18727d07d134560ae2018c5) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/extendpoky.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/documentation/poky-ref-manual/extendpoky.xml b/documentation/poky-ref-manual/extendpoky.xml index 92444f7481..62847ce11e 100644 --- a/documentation/poky-ref-manual/extendpoky.xml +++ b/documentation/poky-ref-manual/extendpoky.xml @@ -349,9 +349,9 @@ RRECOMMENDS_task-custom-tools = "\
- Customizing Images Using Custom IMAGE_FEATURES + Customizing Images Using Custom IMAGE_FEATURES and EXTRA_IMAGE_FEATURES - Ultimately users might want to add extra image "features" as used by Poky with the + Ultimately users might want to add extra image "features" to the set used by Poky with the IMAGE_FEATURES variable. To create these features, the best reference is @@ -363,6 +363,9 @@ RRECOMMENDS_task-custom-tools = "\ variable is generated automatically. Users can add extra features by extending the class or creating a custom class for use with specialized image .bb files. + You can also add more features by configuring the + EXTRA_IMAGE_FEATURES + variable in the local.conf file. Poky ships with two SSH servers you can use in your images: Dropbear and OpenSSH. -- cgit v1.2.3-54-g00ecf