All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Davis <afd@ti.com>
To: Denys Dmytriyenko <denys@konsulko.com>,
	Ryan Eatmon <reatmon@ti.com>, <meta-arago@lists.yoctoproject.org>
Subject: Re: [meta-arago][scarthgap/master][PATCH 2/2] branding: Disable missing hardware support in the BSP layer
Date: Wed, 18 Dec 2024 08:44:25 -0600	[thread overview]
Message-ID: <fc96a26b-5239-4332-b57b-98e0721525bb@ti.com> (raw)
In-Reply-To: <20241217210137.46974-2-afd@ti.com>

On 12/17/24 3:01 PM, Andrew Davis wrote:
> Currently MACHINE_FEATURES are disabled based on branding, but the
> branding is not what determines if these are functional, the BSP version
> does. While we do select the BSP version here, what is supported or not
> by a given version is a property of the BSP layer. Disabling missing
> MACHINE_FEATURES for each version should be handled there.
> 
> Signed-off-by: Andrew Davis <afd@ti.com>
> ---
>   meta-arago-distro/conf/distro/include/branding-core.inc    | 5 -----
>   meta-arago-distro/conf/distro/include/branding-ltsprep.inc | 4 ----
>   2 files changed, 9 deletions(-)
> 
> diff --git a/meta-arago-distro/conf/distro/include/branding-core.inc b/meta-arago-distro/conf/distro/include/branding-core.inc
> index 48fe36e1..3eed685a 100644
> --- a/meta-arago-distro/conf/distro/include/branding-core.inc
> +++ b/meta-arago-distro/conf/distro/include/branding-core.inc
> @@ -7,8 +7,3 @@
>   
>   # Raise priority for sample IPC FW images
>   ALTERNATIVE_PRIORITY:pn-ti-ipc-rtos = "15"
> -
> -# GC320 support requires out-of-tree drivers not available in until LTS prep is
> -# complete. Disable for now.
> -# Remove gc320 - the driver fails to build with gcc12
> -MACHINE_FEATURES:remove = "gc320"
> diff --git a/meta-arago-distro/conf/distro/include/branding-ltsprep.inc b/meta-arago-distro/conf/distro/include/branding-ltsprep.inc
> index 415eee8d..21e33662 100644
> --- a/meta-arago-distro/conf/distro/include/branding-ltsprep.inc
> +++ b/meta-arago-distro/conf/distro/include/branding-ltsprep.inc
> @@ -1,5 +1 @@
>   TI_PREFERRED_BSP = "ti-6_12"
> -
> -# GC320 support requires out-of-tree drivers not available in until LTS prep is
> -# complete. Disable for now.
> -MACHINE_FEATURES:remove = "gc320"

This has a equal opposite patch[0] over in meta-ti disabling these in the
BSP layer. That will need to go in first to prevent GC320 support from
being enabled in the meantime (gc320 doesn't build that would cause failures).

[0] https://lists.yoctoproject.org/g/meta-ti/message/18126

Andrew


      reply	other threads:[~2024-12-18 14:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-17 21:01 [meta-arago][scarthgap/master][PATCH 1/2] packagegroup-arago-gst: Disable vpe and ducati gstreamer plugins Andrew Davis
2024-12-17 21:01 ` [meta-arago][scarthgap/master][PATCH 2/2] branding: Disable missing hardware support in the BSP layer Andrew Davis
2024-12-18 14:44   ` Andrew Davis [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=fc96a26b-5239-4332-b57b-98e0721525bb@ti.com \
    --to=afd@ti.com \
    --cc=denys@konsulko.com \
    --cc=meta-arago@lists.yoctoproject.org \
    --cc=reatmon@ti.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.