diff options
author | Roland Hieber <rhi@pengutronix.de> | 2023-09-22 12:00:06 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-10-11 03:54:47 -1000 |
commit | 6baf59b3975472dcbf19cea9bafddf83cb7e530d (patch) | |
tree | 8d029571d2f6e3065c4ae08446f3732c41bb9cad | |
parent | affffacb1165772ab19b0a9c0dcd0465eebb60a9 (diff) | |
download | poky-6baf59b3975472dcbf19cea9bafddf83cb7e530d.tar.gz |
contributor-guide: style-guide: discourage using Pending patch status
Suggested-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Suggested-by: Alexander Kanavin <alex.kanavin@gmail.com>
(From yocto-docs rev: 7826ddb9bc397f3c59c69b8b4480911466c5f628)
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | documentation/contributor-guide/recipe-style-guide.rst | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/documentation/contributor-guide/recipe-style-guide.rst b/documentation/contributor-guide/recipe-style-guide.rst index e03b8ff2ba..a005aa3247 100644 --- a/documentation/contributor-guide/recipe-style-guide.rst +++ b/documentation/contributor-guide/recipe-style-guide.rst | |||
@@ -286,7 +286,14 @@ Then, you should also add an ``Upstream-Status:`` tag containing one of the | |||
286 | following status strings: | 286 | following status strings: |
287 | 287 | ||
288 | ``Pending`` | 288 | ``Pending`` |
289 | No determination has been made yet or not yet submitted to upstream. | 289 | No determination has been made yet, or patch has not yet been submitted to |
290 | upstream. | ||
291 | |||
292 | Keep in mind that every patch submitted upstream reduces the maintainance | ||
293 | burden in OpenEmbedded and Yocto Project in the long run, so this patch | ||
294 | status should only be used in exceptional cases if there are genuine | ||
295 | obstacles to submitting a patch upstream; the reason for that should be | ||
296 | included in the patch. | ||
290 | 297 | ||
291 | ``Submitted [where]`` | 298 | ``Submitted [where]`` |
292 | Submitted to upstream, waiting for approval. Optionally include where | 299 | Submitted to upstream, waiting for approval. Optionally include where |