aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAri Parkkila <ari.parkkila@qt.io>2025-10-14 12:52:47 +0300
committerAri Parkkila <ari.parkkila@qt.io>2025-10-17 09:34:44 +0300
commitd232a784ec478db8fe317b3d3b22e3a55bd0987a (patch)
tree1eca2cfc6820af19d611ab03a4b41d95e05e3243
parent5ba65850fa1e4772879524babcff1163d1e45b40 (diff)
Use Qt commercial by default
Update coin and README to use Qt commercial edition and add Qt commercial modules to build. Task-number: QTBUG-139550 Change-Id: Ib05dc0554aa2093df7080cb951e5caaad5a2e4c6 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
-rw-r--r--README.md5
-rw-r--r--coin/module_config.yaml2
2 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9d164a4..94b847a 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,11 @@ Source environment with Qualcomm Intelligent Multimedia SDK
export EXTRALAYERS="meta-qcom-qim-product-sdk meta-boot2qt/meta-boot2qt meta-qbsp-qcom meta-qt6"
MACHINE=<machine> DISTRO=qcom-wayland source setup-environment
+Accept Qt commercial license
+
+ echo 'QT_EDITION = "commercial"' >> conf/local.conf
+ echo 'QT_COMMERCIAL_MODULES = "1"' >> conf/local.conf
+
Build QBSP for target image and SDK
bitbake meta-qbsp-qcom
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 7f68170..d2f806b 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -82,6 +82,8 @@ instructions:
DISTRO=qcom-wayland source ./setup-environment build || true
echo "require ../layers/meta-qt6/coin/test-ci.inc" >> conf/local.conf
echo 'DISTRO_CODENAME="scarthgap"' >> conf/local.conf
+ echo 'QT_EDITION = "commercial"' >> conf/local.conf
+ echo 'INHERIT += "internal-build"' >> conf/local.conf
bitbake meta-qbsp-qcom