All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: a-christidis@ti.com, Ryan Eatmon <reatmon@ti.com>
Cc: Andrew Davis <afd@ti.com>, meta-arago@lists.yoctoproject.org
Subject: Re: [meta-arago][scarthgap/master][PATCH] packagegroup-arago-tisdk-graphics : Add ti-gc320-libs-dev package
Date: Fri, 14 Mar 2025 17:51:38 -0400	[thread overview]
Message-ID: <20250314215138.GH23729@denix.org> (raw)
In-Reply-To: <3738e4d2-7bc1-41c9-a6de-4cd6ab216725@ti.com>

On Wed, Mar 05, 2025 at 04:31:17PM -0600, Antonios Christidis via lists.yoctoproject.org wrote:
> Ryan reject this patch, I'm sending a new patch that will edit the
> ti-gc320-tests recipe that will achieve the same thing.

Ryan,

I see this on master-wip, while it was requested to be rejected. Thanks.


> On 3/5/25 1:22 PM, Antonios Christidis wrote:
> >
> >On 3/5/25 12:32 PM, Andrew Davis wrote:
> >>On 3/5/25 10:16 AM, Antonios Christidis via
> >>lists.yoctoproject.org wrote:
> >>>From: Antonios Christidis <a-christidis@ti.com>
> >>>
> >>>Reformat the packagegroup, by creating the GFX_GC320 variable which now
> >>>includes ti-gc320-tests and the ti-gc320-libs-dev package.
> >>>This is needed as
> >>>the -dev package includes the symb link for the library.
> >>>
> >>>This patch goes hand in hand with a patch series sent to
> >>>meta-ti porting gc320
> >>>to kernel 6.12 .
> >>>
> >>>Signed-off-by: Antonios Christidis <a-christidis@ti.com>
> >>>---
> >>>  .../packagegroups/packagegroup-arago-tisdk-graphics.bb    |
> >>>8 +++++++-
> >>>  1 file changed, 7 insertions(+), 1 deletion(-)
> >>>
> >>>diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
> >>>
> >>>index a82db154..60806446 100644
> >>>--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
> >>>+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
> >>>@@ -16,11 +16,17 @@ GFX_UTILS:append:omap-a15  = "\
> >>>      glsdk-util-scripts \
> >>>  "
> >>>  +GFX_GC320 = "\
> >>>+    ti-gc320-libs-dev\
> >>
> >>Do you really need this? The -dev package will be pulled into
> >>the sysroot for any package that DEPENDS on the library.
> >>
> >Good point, the only package that needs libs-dev is
> >ti-gc320-tests, I'll update that recipe RRDEPENDS instead of going
> >this route.
> >
> >>>+    ti-gc320-tests\
> >>>+"
> >>>+
> >>>+
> >>
> >>Extra newline?
> >
> >I'll fix this.
> >
> >>
> >>>  RDEPENDS:${PN} = "\
> >>>      libegl \
> >>>      glmark2 \
> >>>      kmscube \
> >>>-    ${@bb.utils.contains('MACHINE_FEATURES', 'gc320',
> >>>'ti-gc320-tests', '', d)} \
> >>>+    ${@bb.utils.contains('MACHINE_FEATURES', 'gc320',
> >>>"${GFX_GC320}", '', d)} \
> >>
> >>Is there some test package that depends on ti-gc320-tests, maybe
> >>ltp-ddt?
> >>If so then this should be a RDEPENDS in that package instead.
> >>
> >There's no package that depends on it.
> >>Andrew
> >>
> >>>${@bb.utils.contains('DISTRO_FEATURES', 'wayland',
> >>>"${GFX_WAYLAND}", '', d)} \
> >>>      ${GFX_UTILS} \
> >>>  "


      reply	other threads:[~2025-03-14 21:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-05 16:16 [meta-arago][scarthgap/master][PATCH] packagegroup-arago-tisdk-graphics : Add ti-gc320-libs-dev package a-christidis
2025-03-05 18:32 ` Andrew Davis
2025-03-05 19:22   ` Antonios Christidis
2025-03-05 22:31     ` Antonios Christidis
2025-03-14 21:51       ` 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=20250314215138.GH23729@denix.org \
    --to=denis@denix.org \
    --cc=a-christidis@ti.com \
    --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.