summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2021-05-25 22:40:18 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-05-26 11:40:54 +0200
commitb87bbab6ea7ed0cdc5ffceed7348e30970fa20d3 (patch)
treeae957267f1be374ba79766a5e6b59a293604f41d
parente6d3ee8b98d5602ba9d7e7a1267bca45a5dfa24a (diff)
downloadptxdist-b87bbab6ea7ed0cdc5ffceed7348e30970fa20d3.tar.gz
ptxdist-b87bbab6ea7ed0cdc5ffceed7348e30970fa20d3.tar.xz
doc: contributing: mention lint and license checksums
Signed-off-by: Roland Hieber <rhi@pengutronix.de> Message-Id: <20210525204018.1617-1-rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--doc/contributing.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/contributing.rst b/doc/contributing.rst
index 818909a9f..bdaddee24 100644
--- a/doc/contributing.rst
+++ b/doc/contributing.rst
@@ -81,6 +81,10 @@ in mind:
:ref:`configure_helper` can be used to find the new options.
- There may be patches for the old version. Make sure they are updated as
well, or removed if they are no longer needed.
+ Running ``ptxdist lint`` will tell you about this.
+- Build the license report once to make sure that the checksum of pinned-down
+ license files haven't changed. (Or enable ``PTXCONF_PROJECT_CHECK_LICENSES``,
+ then this step is done during the *targetinstall* stage.)
Misc
~~~~