diff options
author | Joshua Watt <jpewhacker@gmail.com> | 2019-01-30 13:30:14 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-25 16:35:33 +0000 |
commit | 14fb4bdd4071d8c26a43bdbf743a60c55f03454a (patch) | |
tree | dc34cc75b5444fd59ec3bba76fc9fc76ca351f7e /meta-poky | |
parent | f86e7010506142514f1f78bf6cc8d95a699cd884 (diff) | |
download | poky-14fb4bdd4071d8c26a43bdbf743a60c55f03454a.tar.gz |
local.conf.sample: Explain src-pkgs
Adds documentation to explain that src-pkgs can be added to
EXTRA_IMAGE_FEATURES
(From meta-yocto rev: 9b00dcb40b7b8a1aeb57fa8447900cf1fe832e2e)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-rw-r--r-- | meta-poky/conf/local.conf.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample index cf96598819..267108d685 100644 --- a/meta-poky/conf/local.conf.sample +++ b/meta-poky/conf/local.conf.sample | |||
@@ -124,6 +124,8 @@ PACKAGE_CLASSES ?= "package_rpm" | |||
124 | # variable can contain the following options: | 124 | # variable can contain the following options: |
125 | # "dbg-pkgs" - add -dbg packages for all installed packages | 125 | # "dbg-pkgs" - add -dbg packages for all installed packages |
126 | # (adds symbol information for debugging/profiling) | 126 | # (adds symbol information for debugging/profiling) |
127 | # "src-pkgs" - add -src packages for all installed packages | ||
128 | # (adds source code for debugging) | ||
127 | # "dev-pkgs" - add -dev packages for all installed packages | 129 | # "dev-pkgs" - add -dev packages for all installed packages |
128 | # (useful if you want to develop against libs in the image) | 130 | # (useful if you want to develop against libs in the image) |
129 | # "ptest-pkgs" - add -ptest packages for all ptest-enabled packages | 131 | # "ptest-pkgs" - add -ptest packages for all ptest-enabled packages |