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


Jose Quaresma
 

Signed-off-by: Jose Quaresma <jose.quaresma@...>
---
README | 5 +++++
1 file changed, 5 insertions(+)

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@...>
--
2.34.1