meta-arago.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Davis <afd@ti.com>
To: <sinthu.raja@mistralsolutions.com>, <reatmon@ti.com>,
	<denys@ti.com>, <detheridge@ti.com>,
	<meta-arago@lists.yoctoproject.org>
Cc: Sinthu Raja <sinthu.raja@ti.com>
Subject: Re: [meta-arago][krikstone][PATCH 2/2] images: Add support to pack the gc320 device libraries
Date: Wed, 15 Nov 2023 11:10:34 -0600	[thread overview]
Message-ID: <9754608b-eb56-4c3e-ab3e-df640d66fda2@ti.com> (raw)
In-Reply-To: <20231115110033.4746-3-sinthu.raja@ti.com>

On 11/15/23 5:00 AM, Sinthu Raja M via lists.yoctoproject.org wrote:
> From: Sinthu Raja <sinthu.raja@ti.com>
> 
> The gc320 driver requires the supporting device libraries to render the
> frames. Add support to install the ti-gc320-libs-dev into the final
> package
> 
> Signed-off-by: Sinthu Raja <sinthu.raja@ti.com>
> ---
>   meta-arago-distro/recipes-core/images/tisdk-default-image.bb | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/meta-arago-distro/recipes-core/images/tisdk-default-image.bb b/meta-arago-distro/recipes-core/images/tisdk-default-image.bb
> index 33ed0f57..baad409a 100644
> --- a/meta-arago-distro/recipes-core/images/tisdk-default-image.bb
> +++ b/meta-arago-distro/recipes-core/images/tisdk-default-image.bb
> @@ -31,6 +31,7 @@ IMAGE_INSTALL += "\
>       ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-tisdk-hmi','packagegroup-arago-base-tisdk-server-extra',d)} \
>       ti-analytics \
>       ti-demos \
> +    ${@bb.utils.contains('MACHINE_FEATURES', 'gc320', 'ti-gc320-libs-dev', '', d)} \

This is already pulled in through packagegroup-arago-tisdk-graphics -> ti-gc320-tests -> ti-gc320-libs

Andrew

>       ${ARAGO_DEFAULT_IMAGE_EXTRA_INSTALL} \
>       packagegroup-arago-tisdk-sysrepo \
>   "


      reply	other threads:[~2023-11-15 17:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-15 11:00 [meta-arago][krikstone][PATCH 0/2] Add gc320 driver support for Sinthu Raja
2023-11-15 11:00 ` [meta-arago][krikstone][PATCH 1/2] branding-core: Add gc320 driver for AM57x platforms Sinthu Raja
2023-11-15 17:08   ` Andrew Davis
2023-11-15 11:00 ` [meta-arago][krikstone][PATCH 2/2] images: Add support to pack the gc320 device libraries Sinthu Raja
2023-11-15 17:10   ` 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=9754608b-eb56-4c3e-ab3e-df640d66fda2@ti.com \
    --to=afd@ti.com \
    --cc=denys@ti.com \
    --cc=detheridge@ti.com \
    --cc=meta-arago@lists.yoctoproject.org \
    --cc=reatmon@ti.com \
    --cc=sinthu.raja@mistralsolutions.com \
    --cc=sinthu.raja@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 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).