From: "Denys Dmytriyenko" <denis@denix.org>
To: Vivien Didelot <vivien.didelot@gmail.com>
Cc: meta-ti@lists.yoctoproject.org,
Denys Dmytriyenko <denys@konsulko.com>,
Praneeth Bajjuri <praneeth@ti.com>,
Vivien Didelot <vdidelot@pbsc.com>
Subject: Re: [meta-ti] [PATCH] ti33x: remove the screen machine feature
Date: Fri, 19 Nov 2021 22:02:11 -0500 [thread overview]
Message-ID: <20211120030211.GN18191@denix.org> (raw)
In-Reply-To: <20211119201533.2540388-1-vdidelot@pbsc.com>
On Fri, Nov 19, 2021 at 03:15:33PM -0500, Vivien Didelot wrote:
> Some distros or image recipes may rely on the presence of the "screen"
> machine feature to install graphical front-end applications.
>
> The ti33x SoC has an integrated GPU but does not have a screen per-se,
> thus having this feature in the SoC configuration may lead to unwanted
> packages being built.
>
> Comment the 'screen' feature and remove it from MACHINE_FEATURES.
Well, 'screen' also implies not just a built-in LCD, but also external screens
connected over HDMI or DVI. There are even remnant MACHINE_GUI_CLASS variables
set in machine configs for either "bigscreen" or "smallscreen", although that
one is no longer used.
All TI platforms with am335x SoC do have screen outputs, but I do understand
there could be headless platforms from other manufacturers with this SoC. The
correct way would be to not completely remove "screen" MACHINE_FEATURE from
the SoC include file, but rather move it to corresponding machine configs that
use it - am335x-evm, beaglebone, etc.
> Signed-off-by: Vivien Didelot <vdidelot@pbsc.com>
> ---
> conf/machine/include/ti33x.inc | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
> index 197cac19..c499928c 100644
> --- a/conf/machine/include/ti33x.inc
> +++ b/conf/machine/include/ti33x.inc
> @@ -61,8 +61,8 @@ UBI_VOLNAME = "rootfs"
>
> EXTRA_IMAGEDEPENDS += "virtual/bootloader"
>
> -# List common SoC features, may need to add touchscreen for specific machines
> -MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet gpu"
> +# List common SoC features, may need to add "screen touchscreen" for specific machines
> +MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 alsa ethernet gpu"
>
> # Set the list of device targets for ti-pdk class recipes
> TI_PDK_LIMIT_SOCS = "am335x"
> --
> 2.33.1
>
--
Regards,
Denys Dmytriyenko <denis@denix.org>
PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964
Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964
next prev parent reply other threads:[~2021-11-20 3:02 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-19 20:15 [PATCH] ti33x: remove the screen machine feature Vivien Didelot
2021-11-20 3:02 ` Denys Dmytriyenko [this message]
2021-11-20 20:00 ` [meta-ti] " Vivien Didelot
2021-11-22 18:26 ` Denys Dmytriyenko
2021-11-23 4:11 ` Vivien Didelot
2021-11-23 4:32 ` Denys Dmytriyenko
2021-11-23 5:33 ` Vivien Didelot
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=20211120030211.GN18191@denix.org \
--to=denis@denix.org \
--cc=denys@konsulko.com \
--cc=meta-ti@lists.yoctoproject.org \
--cc=praneeth@ti.com \
--cc=vdidelot@pbsc.com \
--cc=vivien.didelot@gmail.com \
/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.