From efa4b3040de809fc67a64efe9ecfd2642b95f2a7 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 26 Mar 2018 09:45:29 -0700 Subject: ref-manual: Updated IMAGE_INSTALL variable description. Minor edits for clarification. (From yocto-docs rev: fdef057927b7b0dba64b9b7f952108fdb9c97f34) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index e5c365053b..0222af11d3 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -5949,19 +5949,19 @@ image through the image class. - You should use the IMAGE_INSTALL - variable with care to avoid ordering issues. + Use the IMAGE_INSTALL variable with + care to avoid ordering issues. Image recipes set IMAGE_INSTALL to specify the packages to install into an image through image.bbclass. - Additionally, "helper" classes exist, such as the - core-image, - class that can take + Additionally, "helper" classes such as the + core-image + class exist that can take lists used with IMAGE_FEATURES - lists and turn these into auto-generated entries in + and turn them into auto-generated entries in IMAGE_INSTALL in addition to its default contents. -- cgit v1.2.3-54-g00ecf