aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-boot2qt-distro/conf/templates/default/local.conf.sample14
1 files changed, 12 insertions, 2 deletions
diff --git a/meta-boot2qt-distro/conf/templates/default/local.conf.sample b/meta-boot2qt-distro/conf/templates/default/local.conf.sample
index 01ebee7f..4bd87115 100644
--- a/meta-boot2qt-distro/conf/templates/default/local.conf.sample
+++ b/meta-boot2qt-distro/conf/templates/default/local.conf.sample
@@ -325,8 +325,18 @@ INHERIT += "buildstats buildstats-summary"
INHERIT += "internal-build"
ACCEPT_FSL_EULA = "1"
-LICENSE_FLAGS_ACCEPTED = "commercial"
-LICENSE_FLAGS_ACCEPTED:append:rpi = " synaptics-killswitch"
+LICENSE_FLAGS_ACCEPTED = "\
+ commercial_gstreamer1.0-libav \
+ commercial_gstreamer1.0-plugins-ugly \
+ commercial_mpeg2dec \
+ commercial_ffmpeg \
+ commercial_x264 \
+ commercial_faad2 \
+"
+LICENSE_FLAGS_ACCEPTED:append:rpi = "\
+ synaptics-killswitch \
+ commercial_gstreamer1.0-omx \
+"
# Path to the Qt online SDK installation, used for sources that are available only from
# the online installer.