diff options
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r-- | documentation/poky-ref-manual/extendpoky.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/documentation/poky-ref-manual/extendpoky.xml b/documentation/poky-ref-manual/extendpoky.xml index 69bf9200cc..1a594f5ba6 100644 --- a/documentation/poky-ref-manual/extendpoky.xml +++ b/documentation/poky-ref-manual/extendpoky.xml | |||
@@ -349,9 +349,9 @@ RRECOMMENDS_task-custom-tools = "\ | |||
349 | </section> | 349 | </section> |
350 | 350 | ||
351 | <section id='usingpoky-extend-customimage-imagefeatures'> | 351 | <section id='usingpoky-extend-customimage-imagefeatures'> |
352 | <title>Customizing Images Using Custom IMAGE_FEATURES</title> | 352 | <title>Customizing Images Using Custom IMAGE_FEATURES and EXTRA_IMAGE_FEATURES</title> |
353 | <para> | 353 | <para> |
354 | Ultimately users might want to add extra image "features" as used by Poky with the | 354 | Ultimately users might want to add extra image "features" to the set used by Poky with the |
355 | <glossterm><link linkend='var-IMAGE_FEATURES'>IMAGE_FEATURES</link></glossterm> | 355 | <glossterm><link linkend='var-IMAGE_FEATURES'>IMAGE_FEATURES</link></glossterm> |
356 | variable. | 356 | variable. |
357 | To create these features, the best reference is | 357 | To create these features, the best reference is |
@@ -363,6 +363,9 @@ RRECOMMENDS_task-custom-tools = "\ | |||
363 | </glossterm> variable is generated automatically. | 363 | </glossterm> variable is generated automatically. |
364 | Users can add extra features by extending the class or creating a custom class for use | 364 | Users can add extra features by extending the class or creating a custom class for use |
365 | with specialized image <filename>.bb</filename> files. | 365 | with specialized image <filename>.bb</filename> files. |
366 | You can also add more features by configuring the | ||
367 | <glossterm><link linkend='var-EXTRA_IMAGE_FEATURES'>EXTRA_IMAGE_FEATURES</link></glossterm> | ||
368 | variable in the <filename>local.conf</filename> file. | ||
366 | </para> | 369 | </para> |
367 | <para> | 370 | <para> |
368 | Poky ships with two SSH servers you can use in your images: Dropbear and OpenSSH. | 371 | Poky ships with two SSH servers you can use in your images: Dropbear and OpenSSH. |