diff options
| author | Samuli Piippo <samuli.piippo@qt.io> | 2016-11-16 22:24:01 +0200 |
|---|---|---|
| committer | Samuli Piippo <samuli.piippo@qt.io> | 2016-11-16 22:27:09 +0200 |
| commit | 4e113c7b8e0a7512d2f0ad306decc8b4885ef807 (patch) | |
| tree | 02e337512c2b061d6d3e9b8523491d3441556237 /conf/layer.conf | |
| parent | 8c7e11523eb0bc1044e79593a1ffa823867ff567 (diff) | |
| parent | 81fb771c3f31110e50eebcb004809361fdb28194 (diff) | |
| download | meta-qt5-4e113c7b8e0a7512d2f0ad306decc8b4885ef807.tar.gz | |
Merge remote-tracking branch 'qtyocto/upstream/master' into 5.8
Conflicts:
classes/qmake5_base.bbclass
recipes-qt/qt5/nativesdk-qtbase_git.bb
recipes-qt/qt5/qtbase_git.bb
recipes-qt/qt5/qtwayland-native_git.bb
recipes-qt/qt5/qtwayland_git.bb
Change-Id: I4d383e069efb8f64b7469e414ab368c9ca0ff1ad
Diffstat (limited to 'conf/layer.conf')
| -rw-r--r-- | conf/layer.conf | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index b7207e63..7eb3b2db 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -23,9 +23,16 @@ BBFILE_PATTERN_qt5-layer := "^${LAYERDIR}/" | |||
| 23 | 23 | ||
| 24 | BBFILE_PRIORITY_qt5-layer = "7" | 24 | BBFILE_PRIORITY_qt5-layer = "7" |
| 25 | 25 | ||
| 26 | # This should only be incremented on significant changes that will | ||
| 27 | # cause compatibility issues with other layers | ||
| 28 | LAYERVERSION_qt5-layer = "1" | ||
| 29 | |||
| 30 | LAYERDEPENDS_qt5-layer = "core" | ||
| 31 | |||
| 26 | LICENSE_PATH += "${LAYERDIR}/licenses" | 32 | LICENSE_PATH += "${LAYERDIR}/licenses" |
| 27 | 33 | ||
| 28 | IMAGE_FEATURES[validitems] += "qtcreator-debug" | 34 | IMAGE_FEATURES[validitems] += "qtcreator-debug" |
| 29 | 35 | ||
| 30 | QT_GIT ?= "git://github.com/qtproject" | 36 | QT_GIT ?= "git://github.com/qt" |
| 37 | QT_LABS_GIT ?= "git://github.com/qt-labs" | ||
| 31 | QT_GIT_PROTOCOL ?= "git" | 38 | QT_GIT_PROTOCOL ?= "git" |
