[meta-arago][master][PATCH v2] arago.conf: Enable OpenSSL support for HTTPS protocol on ffmpeg

Thorsten Lannynd <[email protected]> Fri, 13 Mar 2026 11:38:03 -0500
Newsgroups org.yoctoproject.lists.meta-arago
Message-ID <[email protected]>
Enable OpenSSL in ffmpeg to support HTTPS streaming and secure media
fetching, allowing ffmpeg to handle HTTPS URLs directly such as Google
Test Videos.

Signed-off-by: Thorsten Lannynd <[email protected]>
---
v2:
- Use arago.conf instead of creating new bbappend files

 meta-arago-distro/conf/distro/arago.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index 43d4db53..a021e370 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -121,6 +121,9 @@ PACKAGECONFIG:append:pn-kmscube = " gstreamer"
 # Disable opengl for opencl-cts by default
 PACKAGECONFIG:remove:pn-opencl-cts = "opengl gles vulkan"
 
+# Add OpenSSL support for HTTPS protocol on ffmpeg
+PACKAGECONFIG:append:pn-ffmpeg = " openssl"
+
 # Configure RAMFS for jailhouse linux-demo
 JH_RAMFS_IMAGE = "arago-jailhouse-inmate"