diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2018-04-09 16:17:11 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2018-04-17 12:28:34 +0000 |
commit | c3f5d0d537a0a79adbf3771e550f83e341cb5897 (patch) | |
tree | 87b04bf7a1cae7604b5bcb2060d9f2a0652d1641 /meta-boot2qt/conf | |
parent | a0c975500f2b64ed327bd20a61cf9ceca75493ec (diff) | |
download | meta-boot2qt-c3f5d0d537a0a79adbf3771e550f83e341cb5897.tar.gz |
Update all automotive components
Latest revisions from 5.11 branch for all automotive components and
changing the recipe to for neptune3, which replaces both neptune-ui
and multiscreen-demo.
Neptune3 uses git-lfs, which needs to be enabled in the host system.
Task-number: QTAUTO-928
Change-Id: I8494f31267f5362655493155929264698a96d7b5
Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
Diffstat (limited to 'meta-boot2qt/conf')
-rw-r--r-- | meta-boot2qt/conf/layer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-boot2qt/conf/layer.conf b/meta-boot2qt/conf/layer.conf index de3f836..43c8441 100644 --- a/meta-boot2qt/conf/layer.conf +++ b/meta-boot2qt/conf/layer.conf | |||
@@ -41,3 +41,5 @@ BBFILE_PRIORITY_b2qt = "20" | |||
41 | LICENSE_PATH += "${LAYERDIR}/licenses" | 41 | LICENSE_PATH += "${LAYERDIR}/licenses" |
42 | QT_LICENSE = "${LAYERDIR}/licenses/The-Qt-Company-DCLA-2.1" | 42 | QT_LICENSE = "${LAYERDIR}/licenses/The-Qt-Company-DCLA-2.1" |
43 | B2QTBASE = "${LAYERDIR}" | 43 | B2QTBASE = "${LAYERDIR}" |
44 | |||
45 | HOSTTOOLS += "git-lfs" | ||