[libcamera-ci] [RFC PATCH v3 1/4] Enable `UDMABUF` in the kernel
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Tue Dec 17 16:52:27 CET 2024
On Tue, Dec 17, 2024 at 04:31:50PM +0100, Barnabás Pőcze wrote:
> 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'
You'll get a conflict when you rebase this, you can just bump the tag.
>
> .libcamera-ci.debian:13:
> variables:
--
Regards,
Laurent Pinchart
More information about the libcamera-devel
mailing list