summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRouven Czerwinski <r.czerwinski@pengutronix.de>2019-01-23 08:22:37 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-01-23 18:34:14 +0100
commitea776fbfd2189bad48a0503cbf5b81725378c1f0 (patch)
treea9ffb842b069134eb1aa3b57079b50868d81be06 /doc
parentaab9780a94702bd3248657203fa700bf09607b2d (diff)
downloadptxdist-ea776fbfd2189bad48a0503cbf5b81725378c1f0.tar.gz
ptxdist-ea776fbfd2189bad48a0503cbf5b81725378c1f0.tar.xz
doc: document local_src clean behaviour
For local_src directories, ptxdist only calls the clean command on a full clean, not for a clean with the individual package. Document this in a note for the workflow. Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/daily_work.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/daily_work.inc b/doc/daily_work.inc
index 47bc987e4..5708903db 100644
--- a/doc/daily_work.inc
+++ b/doc/daily_work.inc
@@ -118,6 +118,11 @@ To rebuild the kernel:
jbe@octopus:~/myprj$ ptxdist drop kernel compile
jbe@octopus:~/myprj$ ptxdist targetinstall kernel
+.. note:: To clean the kernel, change into the local_src directory and call
+ ``make clean`` or the clean command for the build system used by the
+ package. A ``ptxdist clean kernel`` call will only delete the
+ symlinks in the build directory, but not clean the kernel compiled files.
+
Discovering Runtime Dependencies
--------------------------------