All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-rockchip][PATCH] README: update patch submission guidelines URLs
@ 2025-12-18 15:42 Alberto, J, Rodriguez, Gallego, albertoj.rodriguez.gallego
  2025-12-18 17:49 ` [yocto-patches] " Michael Opdenacker
  2025-12-19 13:50 ` Trevor Woerner
  0 siblings, 2 replies; 4+ messages in thread
From: Alberto, J, Rodriguez, Gallego, albertoj.rodriguez.gallego @ 2025-12-18 15:42 UTC (permalink / raw)
  To: yocto-patches; +Cc: Alberto J Rodriguez Gallego

From: Alberto J Rodriguez Gallego <alberto.rodriguez3153@ctag.com>

Signed-off-by: Alberto J Rodriguez Gallego <alberto.rodriguez3153@ctag.com>
---
 README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README
index c1d5d4c..c2697d1 100644
--- a/README
+++ b/README
@@ -251,8 +251,8 @@ Maintenance:
 	When sending patches, please make sure the email subject line includes
 	"[meta-rockchip][PATCH]" and follow the community's patch submission
 	guidelines, as described in:
-		https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
-		https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded
+		https://docs.yoctoproject.org/dev/contributor-guide/recipe-style-guide.html#patch-upstream-status
+		https://docs.yoctoproject.org/dev/contributor-guide/submit-changes.html
 
 	This can be configured within the repository with the following commands:
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [yocto-patches] [meta-rockchip][PATCH] README: update patch submission guidelines URLs
  2025-12-18 15:42 [meta-rockchip][PATCH] README: update patch submission guidelines URLs Alberto, J, Rodriguez, Gallego, albertoj.rodriguez.gallego
@ 2025-12-18 17:49 ` Michael Opdenacker
  2025-12-18 18:29   ` Michael Opdenacker
  2025-12-19 13:50 ` Trevor Woerner
  1 sibling, 1 reply; 4+ messages in thread
From: Michael Opdenacker @ 2025-12-18 17:49 UTC (permalink / raw)
  To: yocto-patches; +Cc: michael.opdenacker, Alberto J Rodriguez Gallego

Hi Alberto

On 12/18/25 16:42, albertoj.rodriguez.gallego via lists.yoctoproject.org 
wrote:
> From: Alberto J Rodriguez Gallego <alberto.rodriguez3153@ctag.com>
>
> Signed-off-by: Alberto J Rodriguez Gallego <alberto.rodriguez3153@ctag.com>
> ---
>   README | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/README b/README
> index c1d5d4c..c2697d1 100644
> --- a/README
> +++ b/README
> @@ -251,8 +251,8 @@ Maintenance:
>   	When sending patches, please make sure the email subject line includes
>   	"[meta-rockchip][PATCH]" and follow the community's patch submission
>   	guidelines, as described in:
> -		https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
> -		https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded
> +		https://docs.yoctoproject.org/dev/contributor-guide/recipe-style-guide.html#patch-upstream-status
> +		https://docs.yoctoproject.org/dev/contributor-guide/submit-changes.html
>   
>   	This can be configured within the repository with the following commands:


Good catch! It was time for this update :)
Reviewed-by: Michael Opdenacker michael.opdenacker@rootcommit.com

<mailto:michael.opdenacker@rootcommit.com>Thanks!
Michael.

-- 
Michael Opdenacker
Root Commit
Yocto Project and OpenEmbedded Training course - Learn by doing:
https://rootcommit.com/training/yocto/



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [yocto-patches] [meta-rockchip][PATCH] README: update patch submission guidelines URLs
  2025-12-18 17:49 ` [yocto-patches] " Michael Opdenacker
@ 2025-12-18 18:29   ` Michael Opdenacker
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Opdenacker @ 2025-12-18 18:29 UTC (permalink / raw)
  To: yocto-patches; +Cc: michael.opdenacker, Alberto J Rodriguez Gallego


On 12/18/25 18:49, Michael Opdenacker wrote:
>
> Good catch! It was time for this update :)
> Reviewed-by: Michael Opdenacker michael.opdenacker@rootcommit.com 

My apologies for the noise,, I have issues with my notes today:
Reviewed-by: Michael Opdenacker <michael.opdenacker@rootcommit.com>

-- 
Michael Opdenacker
Root Commit
Yocto Project and OpenEmbedded Training course - Learn by doing:
https://rootcommit.com/training/yocto/



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [yocto-patches] [meta-rockchip][PATCH] README: update patch submission guidelines URLs
  2025-12-18 15:42 [meta-rockchip][PATCH] README: update patch submission guidelines URLs Alberto, J, Rodriguez, Gallego, albertoj.rodriguez.gallego
  2025-12-18 17:49 ` [yocto-patches] " Michael Opdenacker
@ 2025-12-19 13:50 ` Trevor Woerner
  1 sibling, 0 replies; 4+ messages in thread
From: Trevor Woerner @ 2025-12-19 13:50 UTC (permalink / raw)
  To: yocto-patches; +Cc: Alberto J Rodriguez Gallego

On Thu 2025-12-18 @ 04:42:26 PM, albertoj.rodriguez.gallego via lists.yoctoproject.org wrote:
> From: Alberto J Rodriguez Gallego <alberto.rodriguez3153@ctag.com>
> 
> Signed-off-by: Alberto J Rodriguez Gallego <alberto.rodriguez3153@ctag.com>
> ---
>  README | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied to meta-rockchip, master branch. Thanks!


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-12-19 13:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-18 15:42 [meta-rockchip][PATCH] README: update patch submission guidelines URLs Alberto, J, Rodriguez, Gallego, albertoj.rodriguez.gallego
2025-12-18 17:49 ` [yocto-patches] " Michael Opdenacker
2025-12-18 18:29   ` Michael Opdenacker
2025-12-19 13:50 ` Trevor Woerner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.