From e2083c04c75602475e39f6654a4e1303b8f105e4 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 3 Oct 2016 07:37:14 -0700 Subject: dev-manual: Fixed IMAGE_FEATURES examples in debug section. Fixes [YOCTO #9554] In the examples, I changes "IMAGE_FEATURE" to "IMAGE_FEATURES_append" (From yocto-docs rev: 3fc2cc217a0a67b3e0739c6a235ab8e350c4b7c3) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/dev-manual') 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 @@ Alternatively, you can add "tools-debug" to IMAGE_FEATURES: - IMAGE_FEATURES = " tools-debug" + IMAGE_FEATURES_append = " tools-debug" @@ -9909,7 +9909,7 @@ Alternatively, you can do the following to include all the debug symbols: - IMAGE_FEATURES = " dbg-pkgs" + IMAGE_FEATURES_append = " dbg-pkgs" -- cgit v1.2.3-54-g00ecf