All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: afd@ti.com
Cc: Ryan Eatmon <reatmon@ti.com>, meta-arago@lists.yoctoproject.org
Subject: Re: [meta-arago][master/kirkstone][PATCH] packagegroup-arago-tisdk-addons: Make ti-rtos-firmware available for k3
Date: Tue, 11 Oct 2022 15:23:44 -0400	[thread overview]
Message-ID: <20221011192344.GC22689@denix.org> (raw)
In-Reply-To: <20221011175533.27039-1-afd@ti.com>

On Tue, Oct 11, 2022 at 12:55:33PM -0500, Andrew Davis via lists.yoctoproject.org wrote:
> The ti-rtos-firmware is common across all K3 devices, only the pru-icss
> component is variable. Make the appending logic match.
> 
> Signed-off-by: Andrew Davis <afd@ti.com>

Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>


> ---
>  .../packagegroups/packagegroup-arago-tisdk-addons.bb  | 11 ++++-------
>  1 file changed, 4 insertions(+), 7 deletions(-)
> 
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
> index 5b6f05c9..d1b48b57 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
> @@ -63,13 +63,10 @@ UTILS:append:k3 = " mmc-utils \
>                      statcol \
>  "
>  
> -UTILS:append:am64xx = " ti-rtos-firmware pru-icss"
> -UTILS:append:am62xx = " ti-rtos-firmware"
> -#UTILS:append:am65xx = " ti-rtos-firmware pru-icss pru-pwm-fw"
> -UTILS:append:am65xx = " ti-rtos-firmware pru-icss"
> -UTILS:append:j7 = " ti-rtos-firmware"
> -UTILS:append:j721e-evm = " pru-icss"
> -UTILS:append:j721e-hs-evm = " pru-icss"
> +UTILS:append:k3 = " ti-rtos-firmware"
> +UTILS:append:am64xx = " pru-icss"
> +UTILS:append:am65xx = " pru-icss"
> +UTILS:append:j721e = " pru-icss"
>  
>  UTILS:append:omapl138 = " ti-ipc-rtos-fw"


      reply	other threads:[~2022-10-11 19:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-11 17:55 [meta-arago][master/kirkstone][PATCH] packagegroup-arago-tisdk-addons: Make ti-rtos-firmware available for k3 Andrew Davis
2022-10-11 19:23 ` Denys Dmytriyenko [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=20221011192344.GC22689@denix.org \
    --to=denis@denix.org \
    --cc=afd@ti.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.