aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2023-03-31 12:33:55 +0000
committerSamuli Piippo <samuli.piippo@qt.io>2023-05-15 06:08:29 +0000
commit4b7dea6f5b18043147e2601e07e2f4718fc6035e (patch)
treee3e23575006998689c3f10ae0c7d71f627ee60ee
parenteba013dcb82760418dbb37ca3d57d9fe34b0304e (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. Pick-to: langdale kirkstone Change-Id: I2d50e5d8897573d05f87d739a78ee4a0516a73fd Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
-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.