summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorAbongwa Amahnui Bonalais <abongwabonalais@gmail.com>2022-04-04 13:54:35 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-19 12:37:42 +0100
commitc6421fce9dcffca68ad7c4abd4f760f7052ad849 (patch)
tree579a3dabc6c29efea9664a70a45ff91b572e52ec /documentation/dev-manual
parent0e27bdf6407a98f871de1bde057ec7e8adcf3036 (diff)
downloadpoky-c6421fce9dcffca68ad7c4abd4f760f7052ad849.tar.gz
dev-manual: add command used to add the signed-off-by line.
(From yocto-docs rev: 0520831118ab0f3287d1a6cde4fa26062e55ee74) Signed-off-by: Abongwa Bonalais Amahnui <abongwabonalais@gmail.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/common-tasks.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index 9d4aaa5a67..b228c75aab 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -10595,7 +10595,8 @@ Preparing Changes for Submission
10595 following these accepted conventions: 10595 following these accepted conventions:
10596 10596
10597 - Be sure to include a "Signed-off-by:" line in the same style as 10597 - Be sure to include a "Signed-off-by:" line in the same style as
10598 required by the Linux kernel. Adding this line signifies that you, 10598 required by the Linux kernel. This can be done by using the
10599 ``git commit -s`` command. Adding this line signifies that you,
10599 the submitter, have agreed to the Developer's Certificate of 10600 the submitter, have agreed to the Developer's Certificate of
10600 Origin 1.1 as follows: 10601 Origin 1.1 as follows:
10601 10602