aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-v1000/conf/local.conf.append.v10003
-rw-r--r--meta-v1000/recipes-core/packagegroups/packagegroup-multimedia-risky.bbappend1
-rw-r--r--meta-v1000/recipes-multimedia/ffmpeg/ffmpeg_%.bbappend1
3 files changed, 4 insertions, 1 deletions
diff --git a/meta-v1000/conf/local.conf.append.v1000 b/meta-v1000/conf/local.conf.append.v1000
index 92c34763..bac98044 100644
--- a/meta-v1000/conf/local.conf.append.v1000
+++ b/meta-v1000/conf/local.conf.append.v1000
@@ -35,7 +35,8 @@ COMMERCIAL_LIC_FLAGS_MULTIMEDIA = "commercial_gstreamer1.0-plugins-ugly \
commercial_lame \
commercial_mpeg2dec \
commercial_gstreamer1.0-libav \
- commercial_mpg123"
+ commercial_mpg123 \
+ commercial_ffmpeg"
LICENSE_FLAGS_WHITELIST_append = "${@' ${COMMERCIAL_LIC_FLAGS_MULTIMEDIA}' if bb.utils.to_boolean('${INCLUDE_COMMERCIAL_MULTIMEDIA}') else ''}"
CORE_IMAGE_EXTRA_INSTALL_append = "${@' packagegroup-multimedia-risky' if bb.utils.to_boolean('${INCLUDE_COMMERCIAL_MULTIMEDIA}') else ''}"
diff --git a/meta-v1000/recipes-core/packagegroups/packagegroup-multimedia-risky.bbappend b/meta-v1000/recipes-core/packagegroups/packagegroup-multimedia-risky.bbappend
new file mode 100644
index 00000000..92c1cc5d
--- /dev/null
+++ b/meta-v1000/recipes-core/packagegroups/packagegroup-multimedia-risky.bbappend
@@ -0,0 +1 @@
+RDEPENDS_${PN}_append_v1000 = " ffmpeg"
diff --git a/meta-v1000/recipes-multimedia/ffmpeg/ffmpeg_%.bbappend b/meta-v1000/recipes-multimedia/ffmpeg/ffmpeg_%.bbappend
new file mode 100644
index 00000000..53f3483c
--- /dev/null
+++ b/meta-v1000/recipes-multimedia/ffmpeg/ffmpeg_%.bbappend
@@ -0,0 +1 @@
+PACKAGECONFIG_append_v1000 = " vaapi"