All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-arago][scarthgap][PATCH] tisdk-default-image: add ti-vendor-kernel-headers-dev to DEVTOOLS
@ 2026-08-28  8:09 Hari Prasath Gujulan Elango
  2026-08-28  8:16 ` PRC Automation
  2026-08-28 14:18 ` Andrew Davis
  0 siblings, 2 replies; 4+ messages in thread
From: Hari Prasath Gujulan Elango @ 2026-08-28  8:09 UTC (permalink / raw)
  To: reatmon, afd
  Cc: praneeth, denys, meta-arago, s-kapoor, p-gupta5, u-kumar1,
	Hari Prasath Gujulan Elango

TI vendor kernel uapi additions (e.g. DMA_HEAP_IOCTL_EXPORT) isn't
present in the standard header provided by the linux-libc-headers,
so on-target compilation against them needs the ti-vendor-kernel-headers-dev
package alongside linux-libc-headers-dev.

Signed-off-by: Hari Prasath Gujulan Elango <gehariprasath@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 264d1b2d..cac6628e 100644
--- a/meta-arago-distro/recipes-core/images/tisdk-default-image.bb
+++ b/meta-arago-distro/recipes-core/images/tisdk-default-image.bb
@@ -36,6 +36,7 @@ IMAGE_FSTYPES:remove:omapl138 = "ubifs ubi"
 
 DEVTOOLS = " \
     linux-libc-headers-dev \
+    ti-vendor-kernel-headers-dev \
     build-essential \
     packagegroup-core-tools-debug \
     git \
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-08-28 17:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-28  8:09 [meta-arago][scarthgap][PATCH] tisdk-default-image: add ti-vendor-kernel-headers-dev to DEVTOOLS Hari Prasath Gujulan Elango
2026-08-28  8:16 ` PRC Automation
2026-08-28 14:18 ` Andrew Davis
2026-08-28 17:37   ` Denys Dmytriyenko

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.