]> Untitled Git - yocto/meta-hvmpd.git/commitdiff
Set ffmpeg PREFERRED_PROVIDER
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 28 Mar 2026 14:51:29 +0000 (10:51 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 28 Mar 2026 21:11:34 +0000 (17:11 -0400)
hvmpd do not use video, so no need to have "rpidistro-ffmpeg".

Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>
raspberrypi/conf/machine/raspberrypi-extra.conf

index 1c544b0f9d06719bef38bfd92f46c14a0e260c51..f793032e9f455d96c7e1d3c719cc36ca842d57d6 100644 (file)
@@ -28,3 +28,5 @@ RPI_KERNEL_DEVICETREE_OVERLAYS += " \
 "
 
 PREFERRED_VERSION_linux-raspberrypi = "6.12.%"
+
+PREFERRED_PROVIDER_ffmpeg = "ffmpeg"