diff mbox series

[meta-arago,scarthgap] packagegroup-arago-tisdk-graphics-sdk-target: Add KTX and SDL2

Message ID 20251008144535.2679476-1-a-christidis@ti.com
State Under Review
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,scarthgap] packagegroup-arago-tisdk-graphics-sdk-target: Add KTX and SDL2 | expand

Commit Message

Antonios Christidis Oct. 8, 2025, 2:45 p.m. UTC
From: Antonios Christidis <a-christidis@ti.com>

Add development files for KTX and SDL2 within arago-tisdk.

Signed-off-by: Antonios Christidis <a-christidis@ti.com>
---
 .../packagegroup-arago-tisdk-graphics-sdk-target.bb             | 2 ++
 1 file changed, 2 insertions(+)

Comments

PRC Automation Oct. 8, 2025, 2:51 p.m. UTC | #1
meta-arago / na / 20251008144535.2679476-1-a-christidis

PRC Results: PASS

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed



=========================================================
  apply-yocto-patch: PASS
=========================================================
scarthgap
=====================
Summary:
- Patch Series: [meta-arago][scarthgap][PATCH] packagegroup-arago-tisdk-graphics-sdk-target: Add KTX and SDL2
- Submitter: From: <a-christidis@ti.com>
From: Antonios Christidis <a-christidis@ti.com>
- Date: Date: Wed, 8 Oct 2025 09:45:35 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 7a10b601606b79cb84ce9e19e9ea571a1ba44107

Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: scarthgap-wip
- Commit Author: LCPD Automation Script <lcpdbld@list.ti.com>
- Commit Subject: CI/CD Auto-Merger: cicd.scarthgap.202510021800
- Commit SHA: bfe1f7dd39b0a36a80a73c3e2a6c692e3fa1d56e

Patches
----------------------------------------
All patches applied



=========================================================
  check-yocto-repo: PASS
=========================================================
scarthgap
=====================
PASS
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb
index e35f1766..cb19a171 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb
@@ -16,4 +16,6 @@  RDEPENDS:${PN} = "\
     wayland-dev \
     weston-dev \
     ${@bb.utils.contains('MACHINE_FEATURES', 'gc320', 'ti-gc320-libs-dev', '', d)} \
+    libsdl2-dev \
+    ktx-software-dev \
 "