meta-rcar-gen3/recipes-kernel: Add v4l2 vivid module 31/27131/3
authorMarius Vlad <marius.vlad@collabora.com>
Fri, 4 Feb 2022 09:09:51 +0000 (11:09 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 24 Feb 2022 17:00:49 +0000 (17:00 +0000)
Testing out video streaming would be much more easier if the vivid
module was there to be used in the first place.

Bug-AGL: SPEC-4244

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I423499c1cc67fa55585af88308312883a80a9d29
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27131
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/files/vivid.cfg [new file with mode: 0644]
meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_%.bbappend

diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/files/vivid.cfg b/meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/files/vivid.cfg
new file mode 100644 (file)
index 0000000..3c35743
--- /dev/null
@@ -0,0 +1,6 @@
+CONFIG_V4L_TEST_DRIVERS=y
+CONFIG_MEDIA_CONTROLLER_REQUEST_API=y
+CONFIG_MEDIA_TEST_SUPPORT=y
+CONFIG_VIDEO_V4L2_TPG=m
+CONFIG_VIDEO_VIVID=m
+CONFIG_VIDEO_VIVID_MAX_DEVS=64
index 3665664..78996bf 100644 (file)
@@ -9,6 +9,7 @@ SRC_URI:append = " \
 
 AGL_KCONFIG_FRAGMENTS += "namespace_fix.cfg"
 AGL_KCONFIG_FRAGMENTS += "Set_GOV_PERFORMANCE.cfg"
+AGL_KCONFIG_FRAGMENTS += "vivid.cfg"
 
 # For Xen
 AGL_KCONFIG_FRAGMENTS += " \