summaryrefslogtreecommitdiffstats
path: root/rules/00debug-packages.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-06-16 14:09:55 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-06-21 09:34:51 +0200
commit396852e8d5aed76a88e99f1dc8af279fcf9f0eb3 (patch)
tree5e1faaf3c787c8c6dbf9ffbe4c812064ccd5564e /rules/00debug-packages.in
parentef43789b9828386a670b853ecc5cfd5471c5ecc4 (diff)
downloadptxdist-396852e8d5aed76a88e99f1dc8af279fcf9f0eb3.tar.gz
ptxdist-396852e8d5aed76a88e99f1dc8af279fcf9f0eb3.tar.xz
ptxd_make_xpkg: create debug ipkg packages
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/00debug-packages.in')
-rw-r--r--rules/00debug-packages.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/rules/00debug-packages.in b/rules/00debug-packages.in
new file mode 100644
index 000000000..848c1c387
--- /dev/null
+++ b/rules/00debug-packages.in
@@ -0,0 +1,12 @@
+## SECTION=debug_tools
+
+config DEBUG_PACKAGES
+ bool
+ prompt "create debug packages"
+ help
+ If this is enabled, then for each package a debug package is
+ created. These packages are not installed by default but can be
+ installed manually as needed. They contain the debug files that
+ are otherwise only available in nfsroot.
+ This is usefull to run debug tools such as gdb, valgrind, perf
+ etc. on a normal (not nfsroot) rootfs.