[poky] [meta-poky][PATCH] local.conf.sample: Explain src-pkgs

Joshua Watt jpewhacker at gmail.com
Wed Jan 30 11:30:14 PST 2019


Adds documentation to explain that src-pkgs can be added to
EXTRA_IMAGE_FEATURES

Signed-off-by: Joshua Watt <JPEWhacker at gmail.com>
---
 meta-poky/conf/local.conf.sample | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample
index cf96598819c..267108d6850 100644
--- a/meta-poky/conf/local.conf.sample
+++ b/meta-poky/conf/local.conf.sample
@@ -124,6 +124,8 @@ PACKAGE_CLASSES ?= "package_rpm"
 # 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.20.1



More information about the poky mailing list