From 8ec9d805b10a9dc25687e78ccebc402865b0ee80 Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Wed, 30 Jan 2019 13:30:14 -0600 Subject: [PATCH] local.conf.sample: Explain src-pkgs Adds documentation to explain that src-pkgs can be added to EXTRA_IMAGE_FEATURES Signed-off-by: Joshua Watt Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/conf/local.conf.sample | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index 1ac4156b90..e06e794923 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -101,6 +101,8 @@ PACKAGE_CLASSES ?= "package_ipk" # variable can contain the following options: # "dbg-pkgs" - add -dbg packages for all installed packages # (adds symbol information for debugging/profiling) +# "src-pkgs" - add -src packages for all installed packages +# (adds source code for debugging) # "dev-pkgs" - add -dev packages for all installed packages # (useful if you want to develop against libs in the image) # "ptest-pkgs" - add -ptest packages for all ptest-enabled packages -- 2.40.1