diff mbox series

[[yocto,meta-lts-mixins,kirkstone/go] 15/16] README: add note about backporting

Message ID 20230331162042.1801766-15-jose.quaresma@foundries.io
State New
Headers show
Series [[yocto,meta-lts-mixins,kirkstone/go] 15/16] README: add note about backporting | expand

Commit Message

Jose Quaresma March 31, 2023, 4:20 p.m. UTC
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
---
 README | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/README b/README
index b2fa46b..d33c576 100644
--- a/README
+++ b/README
@@ -13,5 +13,10 @@  or local.conf:
 
 GOVERSION = "1.20%"
 
+The patches can be backport from openembedded-core with:
+
+ git -C openembedded-core format-patch -1 -o $PWD origin/master -- meta/recipes-devtools/go
+ git am --signoff -3 -p4 --directory=recipes-devtools/go-1.20 $PWD/*.patch && rm $PWD/*.patch
+
 Maintainers:
 Alexander Kanavin <alex@linutronix.de>