| Message ID | 20251113125712.18914-34-peter.marko@siemens.com |
|---|---|
| State | New |
| Headers | show |
| Series | initial scarthgap/go version | expand |
On 11/13/25 13:57, Peter Marko via lists.yoctoproject.org wrote: > Changes are inspired by scarthgap/rust README.md file. > > Signed-off-by: Peter Marko <peter.marko@siemens.com> > --- > README | 15 --------------- > README.md | 43 +++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 43 insertions(+), 15 deletions(-) > delete mode 100644 README > create mode 100644 README.md > > diff --git a/README b/README > deleted file mode 100644 > index 9e270f2..0000000 > --- a/README > +++ /dev/null > @@ -1,15 +0,0 @@ > -"Mixin" layer for adding latest Go toolchain versions into the Yocto Project LTS. > - > -At the time Kirkstone was released in April 2024, Go 1.22 was the latest version > -and officially Kirkstone supports only that. This thin special-purpose mixin > -layer is meant to address this issue by backporting Go recipes from the master > -branch of openembedded-core. > - > -The patches can be backport from openembedded-core with: > - > - git -C ../openembedded-core format-patch --stdout -1 origin/master meta/recipes-devtools/go | \ > - git am --signoff -p4 --directory=recipes-devtools/go > - > -Maintainers: > -Jose Quaresma <jose.quaresma@foundries.io> > -Peter Marko <peter.marko@siemens.com> > diff --git a/README.md b/README.md > new file mode 100644 > index 0000000..e316fc6 > --- /dev/null > +++ b/README.md > @@ -0,0 +1,43 @@ > +meta-mixins-lts - scarthgap/go > +============================== > + > +"Mixin" layer for adding latest Go toolchain versions into the Yocto Project LTS. > + > +At the time Kirkstone was released in April 2024, Go 1.22 was the latest version > +and officially Kirkstone supports only that. This thin special-purpose mixin > +layer is meant to address this issue by backporting Go recipes from the master > +branch of openembedded-core. The above paragraph refers to Kirkstone instead of Scarthgap > + > +Dependencies > +------------ > + > +This layer depends on: > + > +- URI: git://github.com/openembedded/openembedded-core.git > + layers: meta > + branch: scarthgap > + > +Contributing > +------------ > + > +The patches can be backported from openembedded-core with: > + > + git -C ../openembedded-core format-patch --stdout -1 origin/master meta/recipes-devtools/go | \ > + git am --signoff -p4 --directory=recipes-devtools/go > + > +The yocto-patches mailinglist (yocto-patches@lists.yoctoproject.org) is used > +for questions, comments and patch review. It is subscriber only, so please > +register before posting. > + > +Send pull requests to yocto-patches@lists.yoctoproject.org with > +'[meta-lts-mixins][scarthgap/rust]' in the subject. rust -> go > + > +When sending single patches, please use something like: > +git send-email -M -1 --to=yocto-patches@lists.yoctoproject.org --subject-prefix='meta-lts-mixins][scarthgap/go][PATCH' > + > +Maintenance > +----------- > + > +Layer maintainers: > +* Jose Quaresma <jose.quaresma@foundries.io> > +* Peter Marko <peter.marko@siemens.com> > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#2539): https://lists.yoctoproject.org/g/yocto-patches/message/2539 > Mute This Topic: https://lists.yoctoproject.org/mt/116273426/6084445 > Group Owner: yocto-patches+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/yocto-patches/leave/14038302/6084445/1344600526/xyzzy [skandigraun@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > >
> -----Original Message----- > From: Gyorgy Sarvari <skandigraun@gmail.com> > Sent: Thursday, November 13, 2025 14:07 > To: yocto-patches@lists.yoctoproject.org > Cc: Marko, Peter (FT D EU SK BFS1) <Peter.Marko@siemens.com>; > jose.quaresma@foundries.io > Subject: Re: [yocto-patches] [meta-lts-mixins][scarthgap/go][RFC PATCH 33/34] > readme: update to markdown format > > On 11/13/25 13:57, Peter Marko via lists.yoctoproject.org wrote: > > Changes are inspired by scarthgap/rust README.md file. > > > > Signed-off-by: Peter Marko <peter.marko@siemens.com> > > --- > > README | 15 --------------- > > README.md | 43 +++++++++++++++++++++++++++++++++++++++++++ > > 2 files changed, 43 insertions(+), 15 deletions(-) > > delete mode 100644 README > > create mode 100644 README.md > > > > diff --git a/README b/README > > deleted file mode 100644 > > index 9e270f2..0000000 > > --- a/README > > +++ /dev/null > > @@ -1,15 +0,0 @@ > > -"Mixin" layer for adding latest Go toolchain versions into the Yocto Project LTS. > > - > > -At the time Kirkstone was released in April 2024, Go 1.22 was the latest version > > -and officially Kirkstone supports only that. This thin special-purpose mixin > > -layer is meant to address this issue by backporting Go recipes from the master > > -branch of openembedded-core. > > - > > -The patches can be backport from openembedded-core with: > > - > > - git -C ../openembedded-core format-patch --stdout -1 origin/master > meta/recipes-devtools/go | \ > > - git am --signoff -p4 --directory=recipes-devtools/go > > - > > -Maintainers: > > -Jose Quaresma <jose.quaresma@foundries.io> > > -Peter Marko <peter.marko@siemens.com> > > diff --git a/README.md b/README.md > > new file mode 100644 > > index 0000000..e316fc6 > > --- /dev/null > > +++ b/README.md > > @@ -0,0 +1,43 @@ > > +meta-mixins-lts - scarthgap/go > > +============================== > > + > > +"Mixin" layer for adding latest Go toolchain versions into the Yocto Project > LTS. > > + > > +At the time Kirkstone was released in April 2024, Go 1.22 was the latest version > > +and officially Kirkstone supports only that. This thin special-purpose mixin > > +layer is meant to address this issue by backporting Go recipes from the master > > +branch of openembedded-core. > > The above paragraph refers to Kirkstone instead of Scarthgap > Not sure how this happened. I remember digging out new versions and dates... Thanks for noticing, will be fixed when I send the next draft or final proposal. > > + > > +Dependencies > > +------------ > > + > > +This layer depends on: > > + > > +- URI: git://github.com/openembedded/openembedded-core.git > > + layers: meta > > + branch: scarthgap > > + > > +Contributing > > +------------ > > + > > +The patches can be backported from openembedded-core with: > > + > > + git -C ../openembedded-core format-patch --stdout -1 origin/master > meta/recipes-devtools/go | \ > > + git am --signoff -p4 --directory=recipes-devtools/go > > + > > +The yocto-patches mailinglist (yocto-patches@lists.yoctoproject.org) is used > > +for questions, comments and patch review. It is subscriber only, so please > > +register before posting. > > + > > +Send pull requests to yocto-patches@lists.yoctoproject.org with > > +'[meta-lts-mixins][scarthgap/rust]' in the subject. > > rust -> go > > > + > > +When sending single patches, please use something like: > > +git send-email -M -1 --to=yocto-patches@lists.yoctoproject.org --subject- > prefix='meta-lts-mixins][scarthgap/go][PATCH' > > + > > +Maintenance > > +----------- > > + > > +Layer maintainers: > > +* Jose Quaresma <jose.quaresma@foundries.io> > > +* Peter Marko <peter.marko@siemens.com> > > > > > > -=-=-=-=-=-=-=-=-=-=-=- > > Links: You receive all messages sent to this group. > > View/Reply Online (#2539): https://lists.yoctoproject.org/g/yocto- > patches/message/2539 > > Mute This Topic: https://lists.yoctoproject.org/mt/116273426/6084445 > > Group Owner: yocto-patches+owner@lists.yoctoproject.org > > Unsubscribe: https://lists.yoctoproject.org/g/yocto- > patches/leave/14038302/6084445/1344600526/xyzzy [skandigraun@gmail.com] > > -=-=-=-=-=-=-=-=-=-=-=- > > > >
diff --git a/README b/README deleted file mode 100644 index 9e270f2..0000000 --- a/README +++ /dev/null @@ -1,15 +0,0 @@ -"Mixin" layer for adding latest Go toolchain versions into the Yocto Project LTS. - -At the time Kirkstone was released in April 2024, Go 1.22 was the latest version -and officially Kirkstone supports only that. This thin special-purpose mixin -layer is meant to address this issue by backporting Go recipes from the master -branch of openembedded-core. - -The patches can be backport from openembedded-core with: - - git -C ../openembedded-core format-patch --stdout -1 origin/master meta/recipes-devtools/go | \ - git am --signoff -p4 --directory=recipes-devtools/go - -Maintainers: -Jose Quaresma <jose.quaresma@foundries.io> -Peter Marko <peter.marko@siemens.com> diff --git a/README.md b/README.md new file mode 100644 index 0000000..e316fc6 --- /dev/null +++ b/README.md @@ -0,0 +1,43 @@ +meta-mixins-lts - scarthgap/go +============================== + +"Mixin" layer for adding latest Go toolchain versions into the Yocto Project LTS. + +At the time Kirkstone was released in April 2024, Go 1.22 was the latest version +and officially Kirkstone supports only that. This thin special-purpose mixin +layer is meant to address this issue by backporting Go recipes from the master +branch of openembedded-core. + +Dependencies +------------ + +This layer depends on: + +- URI: git://github.com/openembedded/openembedded-core.git + layers: meta + branch: scarthgap + +Contributing +------------ + +The patches can be backported from openembedded-core with: + + git -C ../openembedded-core format-patch --stdout -1 origin/master meta/recipes-devtools/go | \ + git am --signoff -p4 --directory=recipes-devtools/go + +The yocto-patches mailinglist (yocto-patches@lists.yoctoproject.org) is used +for questions, comments and patch review. It is subscriber only, so please +register before posting. + +Send pull requests to yocto-patches@lists.yoctoproject.org with +'[meta-lts-mixins][scarthgap/rust]' in the subject. + +When sending single patches, please use something like: +git send-email -M -1 --to=yocto-patches@lists.yoctoproject.org --subject-prefix='meta-lts-mixins][scarthgap/go][PATCH' + +Maintenance +----------- + +Layer maintainers: +* Jose Quaresma <jose.quaresma@foundries.io> +* Peter Marko <peter.marko@siemens.com>
Changes are inspired by scarthgap/rust README.md file. Signed-off-by: Peter Marko <peter.marko@siemens.com> --- README | 15 --------------- README.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 15 deletions(-) delete mode 100644 README create mode 100644 README.md