diff options
| author | Samuli Piippo <samuli.piippo@qt.io> | 2022-02-03 14:17:40 +0000 |
|---|---|---|
| committer | Samuli Piippo <samuli.piippo@qt.io> | 2022-02-16 11:53:41 +0000 |
| commit | 7f188d498f25dd4156f9a82bca8305bf7beced94 (patch) | |
| tree | fe133367059ee050ca0296dc465d69d1baa6ca35 | |
| parent | 87eaa818b63ef528945953ccb83734aab7403e71 (diff) | |
Update to Qt 6
And add compatibility for more recent yocto versions.
Change-Id: I6a5c9a1e8604547c45d2a4a50e5c7123fd25bb5a
Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@qt.io>
| -rw-r--r-- | conf/bblayers.conf.sample | 2 | ||||
| -rw-r--r-- | conf/layer.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/bblayers.conf.sample b/conf/bblayers.conf.sample index 1351810..919b04c 100644 --- a/conf/bblayers.conf.sample +++ b/conf/bblayers.conf.sample @@ -49,5 +49,5 @@ BBLAYERS ?= " \ ${BSPDIR}/sources/meta-boot2qt/meta-boot2qt-distro \ ${BSPDIR}/sources/meta-boot2qt-st \ ${BSPDIR}/sources/meta-mingw \ - ${BSPDIR}/sources/meta-qt5 \ + ${BSPDIR}/sources/meta-qt6 \ " diff --git a/conf/layer.conf b/conf/layer.conf index 5d79992..cfa2a9e 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -39,4 +39,4 @@ BBFILE_COLLECTIONS += "b2qt_st" BBFILE_PATTERN_b2qt_st := "^${LAYERDIR}/" BBFILE_PRIORITY_b2qt_st = "20" -LAYERSERIES_COMPAT_b2qt_st = "zeus" +LAYERSERIES_COMPAT_b2qt_st = "honister hardknott" |
