diff options
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 0476c5a5f1..fb2731931d 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -9896,7 +9896,7 @@ | |||
9896 | Alternatively, you can add "tools-debug" to | 9896 | Alternatively, you can add "tools-debug" to |
9897 | <ulink url='&YOCTO_DOCS_REF_URL;#var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></ulink>: | 9897 | <ulink url='&YOCTO_DOCS_REF_URL;#var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></ulink>: |
9898 | <literallayout class='monospaced'> | 9898 | <literallayout class='monospaced'> |
9899 | IMAGE_FEATURES = " tools-debug" | 9899 | IMAGE_FEATURES_append = " tools-debug" |
9900 | </literallayout> | 9900 | </literallayout> |
9901 | </para></listitem> | 9901 | </para></listitem> |
9902 | <listitem><para> | 9902 | <listitem><para> |
@@ -9909,7 +9909,7 @@ | |||
9909 | Alternatively, you can do the following to include all the | 9909 | Alternatively, you can do the following to include all the |
9910 | debug symbols: | 9910 | debug symbols: |
9911 | <literallayout class='monospaced'> | 9911 | <literallayout class='monospaced'> |
9912 | IMAGE_FEATURES = " dbg-pkgs" | 9912 | IMAGE_FEATURES_append = " dbg-pkgs" |
9913 | </literallayout> | 9913 | </literallayout> |
9914 | </para></listitem> | 9914 | </para></listitem> |
9915 | </itemizedlist> | 9915 | </itemizedlist> |