summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2015-11-26 08:58:23 +0200
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2015-11-26 13:22:39 +0000
commit5a98998f7a98111ab1963ba4be26a974ea608929 (patch)
treebcfa07d4d217c18868472d7670b5e7da2a7be317
parent5805c97a45b34e0ede4e6a481315ebbd4a95d4ba (diff)
downloadmeta-boot2qt-5a98998f7a98111ab1963ba4be26a974ea608929.tar.gz
Use wip-compositor-api branch for Qt Wayland
Use WIP branch of Qt Wayland for the B2Qt image, while the automotive image will still the official version from 5.6 branch. This is done by temporarily using a 'b2qt-auto' distro that differs only by the version of qtwayland module. Change-Id: I9bb377bfd6b92241eea2848b3b88249763e3f347 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
-rw-r--r--conf/distro/b2qt-auto.conf26
-rw-r--r--recipes-qt/qt5/qtwayland-native_5.7-wip.bb29
-rw-r--r--recipes-qt/qt5/qtwayland_5.7-wip.bb29
3 files changed, 84 insertions, 0 deletions
diff --git a/conf/distro/b2qt-auto.conf b/conf/distro/b2qt-auto.conf
new file mode 100644
index 0000000..6ac10cb
--- /dev/null
+++ b/conf/distro/b2qt-auto.conf
@@ -0,0 +1,26 @@
1#############################################################################
2##
3## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
4##
5## This file is part of the Qt Enterprise Embedded Scripts of the Qt
6## framework.
7##
8## $QT_BEGIN_LICENSE$
9## Commercial License Usage Only
10## Licensees holding valid commercial Qt license agreements with Digia
11## with an appropriate addendum covering the Qt Enterprise Embedded Scripts,
12## may use this file in accordance with the terms contained in said license
13## agreement.
14##
15## For further information use the contact form at
16## http://www.qt.io/contact-us.
17##
18##
19## $QT_END_LICENSE$
20##
21#############################################################################
22
23include conf/distro/b2qt.conf
24
25PREFERRED_VERSION_qtwayland = "5.5%"
26PREFERRED_VERSION_qtwayland-native = "5.5%"
diff --git a/recipes-qt/qt5/qtwayland-native_5.7-wip.bb b/recipes-qt/qt5/qtwayland-native_5.7-wip.bb
new file mode 100644
index 0000000..b1d03c2
--- /dev/null
+++ b/recipes-qt/qt5/qtwayland-native_5.7-wip.bb
@@ -0,0 +1,29 @@
1#############################################################################
2##
3## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
4##
5## This file is part of the Qt Enterprise Embedded Scripts of the Qt
6## framework.
7##
8## $QT_BEGIN_LICENSE$
9## Commercial License Usage Only
10## Licensees holding valid commercial Qt license agreements with Digia
11## with an appropriate addendum covering the Qt Enterprise Embedded Scripts,
12## may use this file in accordance with the terms contained in said license
13## agreement.
14##
15## For further information use the contact form at
16## http://www.qt.io/contact-us.
17##
18##
19## $QT_END_LICENSE$
20##
21#############################################################################
22
23require recipes-qt/qt5/qtwayland-native_git.bb
24
25FILESEXTRAPATHS_append := "${COREBASE}/../meta-qt5/recipes-qt/qt5/qtwayland:"
26
27SRCREV = "22caa63a70245087e0fca51f2186597c232e2d21"
28PV = "5.7-wip+git${SRCPV}"
29QT_MODULE_BRANCH = "wip-compositor-api"
diff --git a/recipes-qt/qt5/qtwayland_5.7-wip.bb b/recipes-qt/qt5/qtwayland_5.7-wip.bb
new file mode 100644
index 0000000..6a97e19
--- /dev/null
+++ b/recipes-qt/qt5/qtwayland_5.7-wip.bb
@@ -0,0 +1,29 @@
1#############################################################################
2##
3## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
4##
5## This file is part of the Qt Enterprise Embedded Scripts of the Qt
6## framework.
7##
8## $QT_BEGIN_LICENSE$
9## Commercial License Usage Only
10## Licensees holding valid commercial Qt license agreements with Digia
11## with an appropriate addendum covering the Qt Enterprise Embedded Scripts,
12## may use this file in accordance with the terms contained in said license
13## agreement.
14##
15## For further information use the contact form at
16## http://www.qt.io/contact-us.
17##
18##
19## $QT_END_LICENSE$
20##
21#############################################################################
22
23require recipes-qt/qt5/qtwayland_git.bb
24
25SRCREV = "22caa63a70245087e0fca51f2186597c232e2d21"
26PV = "5.7-wip+git${SRCPV}"
27QT_MODULE_BRANCH = "wip-compositor-api"
28
29SRC_URI_remove = "file://0001-examples-wayland-include-server-buffer-only-when-bui.patch"