[oe-commits] [openembedded-core] 03/08: local.conf.sample: Explain src-pkgs

git at git.openembedded.org git at git.openembedded.org
Mon Feb 25 16:36:04 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 8ec9d805b10a9dc25687e78ccebc402865b0ee80
Author: Joshua Watt <jpewhacker at gmail.com>
AuthorDate: Wed Jan 30 13:30:14 2019 -0600

    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 <JPEWhacker at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 1ac4156..e06e794 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list