Signed-off-by: Jose Quaresma <[email protected]> --- 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 <[email protected]> -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#59583): https://lists.yoctoproject.org/g/yocto/message/59583 Mute This Topic: https://lists.yoctoproject.org/mt/97976959/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
