* [meta-poky][PATCH] local.conf.sample: Explain src-pkgs
@ 2019-01-30 19:30 Joshua Watt
0 siblings, 0 replies; only message in thread
From: Joshua Watt @ 2019-01-30 19:30 UTC (permalink / raw)
To: poky
Adds documentation to explain that src-pkgs can be added to
EXTRA_IMAGE_FEATURES
Signed-off-by: Joshua Watt <JPEWhacker@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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-01-30 19:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-30 19:30 [meta-poky][PATCH] local.conf.sample: Explain src-pkgs Joshua Watt
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.