| Message ID | 20260828055034.1106316-2-gehariprasath@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-ti,scarthgap,1/2] ti-vendor-kernel-headers: add recipe for TI-only dma-heap.h ioctl | expand |
On 8/28/2026 11:20 AM, Hari Prasath Gujulan Elango wrote: > 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. > Pls discard this, I have resent it as a separate patch instead since it's two different mailing lists. Sorry for the noise. Regards, Hari > 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 \
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 \
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(+)