From: Gyorgy Sarvari <skandigraun@gmail.com>
To: yocto-patches@lists.yoctoproject.org
Cc: 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
Date: Thu, 13 Nov 2025 14:07:11 +0100 [thread overview]
Message-ID: <15ecd02f-cd2a-41de-9cf8-53ef1ca2da5e@gmail.com> (raw)
In-Reply-To: <20251113125712.18914-34-peter.marko@siemens.com>
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]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
next prev parent reply other threads:[~2025-11-13 13:07 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-13 12:56 [meta-lts-mixins][scarthgap/go][RFC PATCH 00/34] initial scarthgap/go version Peter Marko
2025-11-13 12:56 ` [meta-lts-mixins][scarthgap/go][RFC PATCH 01/34] Initial commit: add license, readme and layer config Peter Marko
2025-11-13 12:56 ` [meta-lts-mixins][scarthgap/go][RFC PATCH 02/34] go-helloworld: add from openembedded-core scarthgap Peter Marko
2025-11-13 12:56 ` [meta-lts-mixins][scarthgap/go][RFC PATCH 03/34] go: " Peter Marko
2025-11-13 12:56 ` [meta-lts-mixins][scarthgap/go][RFC PATCH 04/34] go-helloworld: update to latest revision Peter Marko
2025-11-13 12:56 ` [meta-lts-mixins][scarthgap/go][RFC PATCH 05/34] go: Drop fork of unpack code, mandate GO_SRCURI_DESTSUFFIX Peter Marko
2025-11-13 12:56 ` [meta-lts-mixins][scarthgap/go][RFC PATCH 06/34] Revert "go: Drop fork of unpack code, mandate GO_SRCURI_DESTSUFFIX" Peter Marko
2025-11-13 12:56 ` [meta-lts-mixins][scarthgap/go][RFC PATCH 07/34] go-helloworld: update to latest revision Peter Marko
2025-11-13 12:56 ` [meta-lts-mixins][scarthgap/go][RFC PATCH 08/34] " Peter Marko
2025-11-13 12:56 ` [meta-lts-mixins][scarthgap/go][RFC PATCH 09/34] meta/meta-selftest: Fix variable assignment whitespace Peter Marko
2025-11-13 12:56 ` [meta-lts-mixins][scarthgap/go][RFC PATCH 10/34] go-helloworld: update to latest revision Peter Marko
2025-11-13 12:56 ` [meta-lts-mixins][scarthgap/go][RFC PATCH 11/34] go-helloworld: fix license Peter Marko
2025-11-13 12:56 ` [meta-lts-mixins][scarthgap/go][RFC PATCH 12/34] go: Fix to work without gold on aarch64 Peter Marko
2025-11-13 12:56 ` [meta-lts-mixins][scarthgap/go][RFC PATCH 13/34] go: upgrade 1.22.12 -> 1.24.0 Peter Marko
2025-11-13 12:56 ` [meta-lts-mixins][scarthgap/go][RFC PATCH 14/34] go: fix buildpath issue for go-runtime Peter Marko
2025-11-13 12:56 ` [meta-lts-mixins][scarthgap/go][RFC PATCH 15/34] go: remove support for GOROOT_FINAL Peter Marko
2025-11-13 12:56 ` [meta-lts-mixins][scarthgap/go][RFC PATCH 16/34] tcmode-default: bump GOVERSION to 1.24.0 Peter Marko
2025-11-13 12:56 ` [meta-lts-mixins][scarthgap/go][RFC PATCH 17/34] go: upgrade 1.24.0 -> 1.24.1 Peter Marko
2025-11-13 12:56 ` [meta-lts-mixins][scarthgap/go][RFC PATCH 18/34] go: upgrade 1.24.1 -> 1.24.2 Peter Marko
2025-11-13 12:56 ` [meta-lts-mixins][scarthgap/go][RFC PATCH 19/34] go: upgrade 1.24.2 -> 1.24.3 Peter Marko
2025-11-13 12:56 ` [meta-lts-mixins][scarthgap/go][RFC PATCH 20/34] go: upgrade 1.24.3 -> 1.24.4 Peter Marko
2025-11-13 12:56 ` [meta-lts-mixins][scarthgap/go][RFC PATCH 21/34] go: set status of CVE-2024-3566 Peter Marko
2025-11-13 12:57 ` [meta-lts-mixins][scarthgap/go][RFC PATCH 22/34] meta: remove consecutive blank lines Peter Marko
2025-11-13 12:57 ` [meta-lts-mixins][scarthgap/go][RFC PATCH 23/34] go: upgrade 1.24.4 -> 1.24.5 Peter Marko
2025-11-13 12:57 ` [meta-lts-mixins][scarthgap/go][RFC PATCH 24/34] go: upgrade 1.24.5 -> 1.24.6 Peter Marko
2025-11-13 12:57 ` [meta-lts-mixins][scarthgap/go][RFC PATCH 25/34] go-cross: Disable build with ccache Peter Marko
2025-11-13 12:57 ` [meta-lts-mixins][scarthgap/go][RFC PATCH 26/34] go-cross-canadian: fix binaries install and GOARCH Peter Marko
2025-11-13 12:57 ` [meta-lts-mixins][scarthgap/go][RFC PATCH 27/34] go: upgrade 1.24.6 -> 1.25.0 Peter Marko
2025-11-13 12:57 ` [meta-lts-mixins][scarthgap/go][RFC PATCH 28/34] conf/layer: switch to golang 1.25 Peter Marko
2025-11-13 12:57 ` [meta-lts-mixins][scarthgap/go][RFC PATCH 29/34] go: fix sigaction usage on i386 platforms Peter Marko
2025-11-13 12:57 ` [meta-lts-mixins][scarthgap/go][RFC PATCH 30/34] go: upgrade 1.25.0 -> 1.25.1 Peter Marko
2025-11-13 12:57 ` [meta-lts-mixins][scarthgap/go][RFC PATCH 31/34] go: upgrade 1.25.1 -> 1.25.2 Peter Marko
2025-11-13 12:57 ` [meta-lts-mixins][scarthgap/go][RFC PATCH 32/34] go: upgrade 1.25.2 -> 1.25.3 Peter Marko
2025-11-13 12:57 ` [meta-lts-mixins][scarthgap/go][RFC PATCH 33/34] readme: update to markdown format Peter Marko
2025-11-13 13:07 ` Gyorgy Sarvari [this message]
2025-11-13 14:46 ` [yocto-patches] " Marko, Peter
2025-11-13 12:57 ` [meta-lts-mixins][scarthgap/go][RFC PATCH 34/34] readme: add QA chapter Peter Marko
2025-11-14 11:37 ` [yocto-patches] " Jose Quaresma
2025-11-14 11:55 ` Marko, Peter
2025-11-14 11:57 ` Jose Quaresma
2025-11-14 11:46 ` [yocto-patches] [meta-lts-mixins][scarthgap/go][RFC PATCH 00/34] initial scarthgap/go version Jose Quaresma
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=15ecd02f-cd2a-41de-9cf8-53ef1ca2da5e@gmail.com \
--to=skandigraun@gmail.com \
--cc=jose.quaresma@foundries.io \
--cc=peter.marko@siemens.com \
--cc=yocto-patches@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.