All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hari Prasath G E <gehariprasath@ti.com>
To: <reatmon@ti.com>, <afd@ti.com>
Cc: <praneeth@ti.com>, <denys@konsulko.com>,
	<meta-arago@lists.yoctoproject.org>, <s-kapoor@ti.com>,
	<p-gupta5@ti.com>, <u-kumar1@ti.com>
Subject: Re: [meta-ti][scarthgap][PATCH 1/2] ti-vendor-kernel-headers: add recipe for TI-only dma-heap.h ioctl
Date: Fri, 28 Aug 2026 13:36:36 +0530	[thread overview]
Message-ID: <e49ebb08-4e37-45aa-a13c-80c15f38c4a0@ti.com> (raw)
In-Reply-To: <20260828055034.1106316-1-gehariprasath@ti.com>

On 8/28/2026 11:20 AM, Hari Prasath Gujulan Elango wrote:
> The TI vendor kernel's dma-heap.h carries DMA_HEAP_IOCTL_EXPORT in
> downstream.The standard header provided by linux-libc-headers' wouldn't
> have the custom changes.Copy it straight from the kernel's staged
> source tree (STAGING_KERNEL_DIR)into a separate /usr/include/ti/linux
> path instead, for userspace code that needs it.
> 

Discard this patch series, forgot to send this patch to the 
meta-ti@lists.yoctoproject.org.

Regards,
Hari

> Signed-off-by: Hari Prasath Gujulan Elango <gehariprasath@ti.com>
> ---
>   .../ti-vendor-kernel-headers_1.0.bb             | 17 +++++++++++++++++
>   1 file changed, 17 insertions(+)
>   create mode 100644 meta-ti-bsp/recipes-kernel/ti-vendor-kernel-headers/ti-vendor-kernel-headers_1.0.bb
> 
> diff --git a/meta-ti-bsp/recipes-kernel/ti-vendor-kernel-headers/ti-vendor-kernel-headers_1.0.bb b/meta-ti-bsp/recipes-kernel/ti-vendor-kernel-headers/ti-vendor-kernel-headers_1.0.bb
> new file mode 100644
> index 000000000..bf7dcc3a5
> --- /dev/null
> +++ b/meta-ti-bsp/recipes-kernel/ti-vendor-kernel-headers/ti-vendor-kernel-headers_1.0.bb
> @@ -0,0 +1,17 @@
> +SUMMARY = "TI vendor kernel uapi headers not present in mainline linux-libc-headers"
> +DESCRIPTION = "Copies select uapi headers straight from the TI vendor kernel source \
> +tree into a TI-specific include path (/usr/include/ti/linux), for userspace code \
> +that needs them but can't rely on linux-libc-headers carrying TI-only additions."
> +LICENSE = "GPL-2.0-only"
> +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
> +
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +
> +do_configure[depends] += "virtual/kernel:do_shared_workdir"
> +do_install[depends] += "virtual/kernel:do_shared_workdir"
> +
> +do_install() {
> +    install -d ${D}${includedir}/ti/linux
> +    install -m 0644 ${STAGING_KERNEL_DIR}/include/uapi/linux/dma-heap.h ${D}${includedir}/ti/linux/dma-heap.h
> +}
> +



      parent reply	other threads:[~2026-08-28  8:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-28  5:50 [meta-ti][scarthgap][PATCH 1/2] ti-vendor-kernel-headers: add recipe for TI-only dma-heap.h ioctl Hari Prasath Gujulan Elango
2026-08-28  5:50 ` [meta-arago][scarthgap][PATCH 2/2] tisdk-default-image: add ti-vendor-kernel-headers-dev to DEVTOOLS Hari Prasath Gujulan Elango
2026-08-28  8:11   ` Hari Prasath G E
2026-08-28  5:55 ` [meta-ti][scarthgap][PATCH 1/2] ti-vendor-kernel-headers: add recipe for TI-only dma-heap.h ioctl PRC Automation
2026-08-28  8:06 ` Hari Prasath G E [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=e49ebb08-4e37-45aa-a13c-80c15f38c4a0@ti.com \
    --to=gehariprasath@ti.com \
    --cc=afd@ti.com \
    --cc=denys@konsulko.com \
    --cc=meta-arago@lists.yoctoproject.org \
    --cc=p-gupta5@ti.com \
    --cc=praneeth@ti.com \
    --cc=reatmon@ti.com \
    --cc=s-kapoor@ti.com \
    --cc=u-kumar1@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.