diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-03-31 11:01:04 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-05-12 14:47:11 +0300 |
commit | ae4b6421c0bb4771e2cedfcdadd44c04dc8e93f5 (patch) | |
tree | acaecd3b089b341f87dd27384bb800c9b497148d /conf/layer.conf | |
parent | 5fcb893d078d718318ca94bf7f284ef35355c152 (diff) | |
download | meta-boot2qt-ae4b6421c0bb4771e2cedfcdadd44c04dc8e93f5.tar.gz |
Build Qt5 and all addons
Use meta-qt5 layer to build Qt5, commercial addons and b2qt addons.
Create new image and toolchain recipes with Qt5 content, so that the
existing image and toolchain remain as-is without Qt5.
Currently support only for imx6 targets.
Change-Id: I398750dd1a62c6ff8ea216cfe364da273d8e9a77
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r-- | conf/layer.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 97eb8ae..ea30841 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -33,3 +33,4 @@ BBFILE_PATTERN_b2qt := "^${LAYERDIR}/" | |||
33 | BBFILE_PRIORITY_b2qt = "20" | 33 | BBFILE_PRIORITY_b2qt = "20" |
34 | 34 | ||
35 | LICENSE_PATH += "${LAYERDIR}/licenses" | 35 | LICENSE_PATH += "${LAYERDIR}/licenses" |
36 | QT_LICENCE = "${LAYERDIR}/licenses/QtEnterprise" | ||