poky.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: Ross Burton <Ross.Burton@arm.com>
To: Ross Burton <Ross.Burton@arm.com>
Cc: "poky@lists.yoctoproject.org" <poky@lists.yoctoproject.org>
Subject: Re: [poky] [PATCH] base-files: add usage warning to motd
Date: Wed, 7 Feb 2024 16:49:34 +0000	[thread overview]
Message-ID: <6830CA62-13A6-4E25-B064-8CC4A912DDA9@arm.com> (raw)
In-Reply-To: <20240207145125.2317134-1-ross.burton@arm.com>

Turns out I forgot to save the motd in my editor, so v2 incoming.

Ross

> On 7 Feb 2024, at 14:51, Ross Burton via lists.yoctoproject.org <ross.burton=arm.com@lists.yoctoproject.org> wrote:
> 
> From: Ross Burton <ross.burton@arm.com>
> 
> The Poky distro is explicitly a _reference_ distribution for _testing_
> and _development_ purposes.  It enables most hardware and software
> features so that they can be tested, but this also means that
> from a security point of view the attack surface is very large.
> 
> We encourage anyone using OpenEmbedded for production use to create their
> own distribution and not use Poky.  To encourage this behaviour further,
> add a warning to /etc/motd when Poky is used so the developer will see it
> when they log in.
> 
> Signed-off-by: Ross Burton <ross.burton@arm.com>
> ---
> meta-poky/recipes-core/base-files/base-files_%.bbappend | 1 +
> meta-poky/recipes-core/base-files/files/poky/motd       | 5 +++++
> 2 files changed, 6 insertions(+)
> create mode 100644 meta-poky/recipes-core/base-files/base-files_%.bbappend
> create mode 100644 meta-poky/recipes-core/base-files/files/poky/motd
> 
> diff --git a/meta-poky/recipes-core/base-files/base-files_%.bbappend b/meta-poky/recipes-core/base-files/base-files_%.bbappend
> new file mode 100644
> index 00000000000..8802adbb46b
> --- /dev/null
> +++ b/meta-poky/recipes-core/base-files/base-files_%.bbappend
> @@ -0,0 +1 @@
> +FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
> diff --git a/meta-poky/recipes-core/base-files/files/poky/motd b/meta-poky/recipes-core/base-files/files/poky/motd
> new file mode 100644
> index 00000000000..bffb7fadf1d
> --- /dev/null
> +++ b/meta-poky/recipes-core/base-files/files/poky/motd
> @@ -0,0 +1,5 @@
> +
> +WARNING: Poky is a reference Yocto Project distribution that should be used for
> +testing and development purposes only. It is recommended that you create your
> +own distribution.
> +
> -- 
> 2.34.1
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#13250): https://lists.yoctoproject.org/g/poky/message/13250
> Mute This Topic: https://lists.yoctoproject.org/mt/104219418/6875888
> Group Owner: poky+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/poky/unsub [ross.burton@arm.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 



      reply	other threads:[~2024-02-07 16:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-07 14:51 [PATCH] base-files: add usage warning to motd ross.burton
2024-02-07 16:49 ` Ross Burton [this message]

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=6830CA62-13A6-4E25-B064-8CC4A912DDA9@arm.com \
    --to=ross.burton@arm.com \
    --cc=poky@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).