[libcamera-ci] [RFC PATCH v2 1/4] Enable `UDMABUF` in the kernel

Barnabás Pőcze barnabas.pocze at ideasonboard.com
Mon Dec 16 18:28:24 CET 2024


This is necessary to test `DmaBufAllocator`, as well as the
"virtual" pipeline handler since it uses the former to allocate
buffers in `PipelineHandler::exportFrameBuffers()`.

Signed-off-by: Barnabás Pőcze <barnabas.pocze at ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
 .gitlab-ci/build-kernel.sh | 1 +
 gitlab-ci.yml              | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci/build-kernel.sh b/.gitlab-ci/build-kernel.sh
index f413693..569f3db 100755
--- a/.gitlab-ci/build-kernel.sh
+++ b/.gitlab-ci/build-kernel.sh
@@ -51,6 +51,7 @@ kernel_config() {
 		VIDEO_VIM2M
 		VIDEO_VIMC
 		VIDEO_VIVID
+		UDMABUF
 	)

 	./scripts/config ${disable[@]/#/--disable }
diff --git a/gitlab-ci.yml b/gitlab-ci.yml
index 601759c..6d26680 100644
--- a/gitlab-ci.yml
+++ b/gitlab-ci.yml
@@ -65,7 +65,7 @@ include:
 .libcamera-ci.debian:12:
   variables:
     FDO_DISTRIBUTION_VERSION: 'bookworm'
-    FDO_DISTRIBUTION_TAG: '2024-11-05.1'
+    FDO_DISTRIBUTION_TAG: '2024-12-12.1'

 .libcamera-ci.debian:13:
   variables:
--
2.47.1


More information about the libcamera-devel mailing list