mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-06-21 08:52:35 +02:00
layer: Mark dunfell as the only compatible release
* there are couple things people need to provide to even parse meta-qt5 dunfell branch with older than dunfell release of oe-core so I don't want to mark it as compatible, people who understand how to provide these missing bits will know how to override LAYERSERIES_COMPAT_qt5-layer from their own layer (which needs to be parsed before meta-qt5 layer - I suggest to use something like separate meta-qt5-compat layer) the required work arounds (these are the examples to build dunfell branch from zeus: 1) mime-xdg.bbclass, e.g.:e57440cb972) gstreamer1.0-plugins-good PACKAGECONFIG:75fd06799b3) meta-python2:57f3f6f20b4) features_check.bbclass:fb3e94ba4aSigned-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -29,7 +29,7 @@ LAYERVERSION_qt5-layer = "1"
|
||||
|
||||
LAYERDEPENDS_qt5-layer = "core"
|
||||
|
||||
LAYERSERIES_COMPAT_qt5-layer = "sumo thud warrior zeus"
|
||||
LAYERSERIES_COMPAT_qt5-layer = "dunfell"
|
||||
|
||||
LICENSE_PATH += "${LAYERDIR}/licenses"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user