On 11/15/23 5:00 AM, Sinthu Raja M via lists.yoctoproject.org wrote:
From: Sinthu Raja <[email protected]>

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 <[email protected]>
---
  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 \
  "


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#15013): 
https://lists.yoctoproject.org/g/meta-arago/message/15013
Mute This Topic: https://lists.yoctoproject.org/mt/102602708/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to