From: "Mathieu Dubois-Briand" <mathieu.dubois-briand@bootlin.com>
To: <jan.vermaete@gmail.com>, <openembedded-core@lists.openembedded.org>
Cc: "Gerbrand De Laender" <gdelaende@gmail.com>
Subject: Re: [OE-core] [PATCH v2] u-dma-buf: new recipe at version 5.5.0
Date: Sun, 21 Jun 2026 07:38:39 +0200 [thread overview]
Message-ID: <DJEHHCZ78WJJ.33OK0GL0F70NI@bootlin.com> (raw)
In-Reply-To: <20260620111501.8465-1-jan.vermaete@gmail.com>
On Sat Jun 20, 2026 at 1:15 PM CEST, Jan Vermaete via lists.openembedded.org wrote:
> Add a Yocto recipe for u-dma-buf, an out-of-tree driver that
> provides userspace-mappable contiguous DMA buffers for FPGA
> and other DMA-capable devices.
>
> Signed-off-by: Gerbrand De Laender <gdelaende@gmail.com>
> Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
> ---
> .../u-dma-buf/u-dma-buf_5.5.0.bb | 25 +++++++++++++++++++
> 1 file changed, 25 insertions(+)
> create mode 100644 meta/recipes-kernel/u-dma-buf/u-dma-buf_5.5.0.bb
>
> diff --git a/meta/recipes-kernel/u-dma-buf/u-dma-buf_5.5.0.bb b/meta/recipes-kernel/u-dma-buf/u-dma-buf_5.5.0.bb
> new file mode 100644
> index 0000000000..6dea825b31
> --- /dev/null
> +++ b/meta/recipes-kernel/u-dma-buf/u-dma-buf_5.5.0.bb
> @@ -0,0 +1,25 @@
> +SUMMARY = "u-dma-buf: User-space mappable DMA buffer (CMA-backed)"
> +DESCRIPTION = "\
> + u-dma-buf is a Linux device driver that allocates contiguous memory blocks in the kernel space as DMA buffers \
> + and makes them available from the user space. It is intended that these memory blocks are used as DMA buffers \
> + when a user application implements device driver in user space using UIO (User space I/O). \
> + \
> + A DMA buffer allocated by u-dma-buf can be accessed from the user space by opening the device file (e.g. /dev/udmabuf0) \
> + and mapping to the user memory space, or using the read()/write() functions. \
> +"
> +
> +HOMEPAGE = "https://github.com/ikwzm/udmabuf"
> +LICENSE = "BSD-2-Clause"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=bebf0492502927bef0741aa04d1f35f5"
> +
> +PV = "5.5.0"
> +
> +SRC_URI = "git://github.com/ikwzm/udmabuf.git;protocol=https;branch=master"
> +
> +SRCREV = "15bcde3cb960321e99983e227aeacc5807888333"
> +
> +COMPATIBLE_HOST = '(arm|aarch64).*-linux'
> +
> +inherit module
> +
> +RPROVIDES:${PN} += "kernel-module-u-dma-buf"
Hi,
In addition to Alex message, please add a maintainer entry in
meta/conf/distro/include/maintainers.inc if this recipe is indeed added.
Thanks,
Mathieu
--
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
prev parent reply other threads:[~2026-06-21 5:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-20 11:15 [PATCH v2] u-dma-buf: new recipe at version 5.5.0 Jan Vermaete
2026-06-20 17:44 ` [OE-core] " Alexander Kanavin
2026-06-21 5:38 ` Mathieu Dubois-Briand [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=DJEHHCZ78WJJ.33OK0GL0F70NI@bootlin.com \
--to=mathieu.dubois-briand@bootlin.com \
--cc=gdelaende@gmail.com \
--cc=jan.vermaete@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox