aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2023-03-31 12:33:55 +0000
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-05-15 11:38:41 +0000
commitc1e0a0ad74c6dbc20957170e1b2984346007e537 (patch)
tree896d19ef2f451664f0969b69952f0b89a61b77c8
parent8e48bd2ebe7675846fc08fe1617d124393ea58a4 (diff)
Identify problematic licenses
The image contains components which have problematic license, which must be separately accepted before those can be built. This is done in the local.conf.sample file which is used by default when initializing build env. Instead of accepting all such components, be specific which ones are included. Change-Id: I2d50e5d8897573d05f87d739a78ee4a0516a73fd Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Ari Parkkila <ari.parkkila@qt.io> (cherry picked from commit 4b7dea6f5b18043147e2601e07e2f4718fc6035e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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.