mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
contributor-guide: deprecate "Accepted" patch status
This is in accordance with the gatesgarth Release Notes: > In the ``Upstream-Status`` header convention for patches, > ``Accepted`` has | been replaced with ``Backport`` as these almost > always mean the same thing i.e. the patch is already upstream and > may need to be removed in a future recipe upgrade. If you are adding > these headers to your own patches then use Backport to indicate that > the patch has been sent upstream. <https://docs.yoctoproject.org/migration-guides/migration-3.2.html#miscellaneous-changes> Suggested-by: Michael Opdenacker <michael.opdenacker@bootlin.com> (From yocto-docs rev: 9abc0d3100a07d93249f2fb376c42aab1bd9eb3a) Signed-off-by: Roland Hieber <rhi@pengutronix.de> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
fbbe0f86ba
commit
bf72cdd748
@@ -292,13 +292,10 @@ following status strings:
|
|||||||
Submitted to upstream, waiting for approval. Optionally include where
|
Submitted to upstream, waiting for approval. Optionally include where
|
||||||
it was submitted, such as the author, mailing list, etc.
|
it was submitted, such as the author, mailing list, etc.
|
||||||
|
|
||||||
``Accepted``
|
``Backport [version]``
|
||||||
Accepted in upstream, expect it to be removed at next update, include
|
Accepted upstream and included in the next release, or backported from newer
|
||||||
expected version info.
|
upstream version, because we are at a fixed version.
|
||||||
|
Include upstream version info (e.g. commit ID or next expected version).
|
||||||
``Backport``
|
|
||||||
Backported from new upstream version, because we are at a fixed version,
|
|
||||||
include upstream version info.
|
|
||||||
|
|
||||||
``Denied``
|
``Denied``
|
||||||
Not accepted by upstream, include reason in patch.
|
Not accepted by upstream, include reason in patch.
|
||||||
@@ -350,7 +347,7 @@ Here's an example of a patch that has been submitted upstream::
|
|||||||
|
|
||||||
Signed-off-by: Joe Developer <joe.developer@example.com>
|
Signed-off-by: Joe Developer <joe.developer@example.com>
|
||||||
|
|
||||||
A future update can change the value to ``Accepted`` or ``Denied`` as
|
A future update can change the value to ``Backport`` or ``Denied`` as
|
||||||
appropriate.
|
appropriate.
|
||||||
|
|
||||||
Another example of a patch that is specific to OpenEmbedded::
|
Another example of a patch that is specific to OpenEmbedded::
|
||||||
|
|||||||
Reference in New Issue
Block a user