diff options
author | Mikko Gronoff <mikko.gronoff@qt.io> | 2016-09-30 14:24:51 +0300 |
---|---|---|
committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2016-10-04 12:23:45 +0300 |
commit | d4066f7473a9deee26c2a6c564f733b51af773bb (patch) | |
tree | f913ca788beb47a513d2bb2d91e72e9235fd4bd3 /recipes | |
parent | 9785aefe8a6fea45325bc1ad1e23ab88f8900f5c (diff) | |
parent | ab693fb13c88b7134733455c5cb1706813e44e3d (diff) | |
download | meta-boot2qt-d4066f7473a9deee26c2a6c564f733b51af773bb.tar.gz |
Merge remote-tracking branch 'origin/fido' into jethro
origin/fido:
qt5: update submodules
Add connman patch to disable connman with boot over nfs
Conflicts:
recipes-qt/qt5/nativesdk-qtbase_git.bbappend
recipes-qt/qt5/qtbase-native_git.bbappend
recipes-qt/qt5/qtbase_git.bbappend
recipes-qt/qt5/qtwebengine_git.bbappend
Change-Id: Ie5a4e534f4a24034750e8c3964fbb5574ce434cd
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/connman/connman_%.bbappend | 24 | ||||
-rw-r--r-- | recipes/connman/files/0001-disable-connman-when-booting-over-nfs.patch | 21 |
2 files changed, 45 insertions, 0 deletions
diff --git a/recipes/connman/connman_%.bbappend b/recipes/connman/connman_%.bbappend new file mode 100644 index 0000000..0b03755 --- /dev/null +++ b/recipes/connman/connman_%.bbappend | |||
@@ -0,0 +1,24 @@ | |||
1 | ############################################################################## | ||
2 | ## | ||
3 | ## Copyright (C) 2016 The Qt Company Ltd. | ||
4 | ## Contact: http://www.qt.io/licensing/ | ||
5 | ## | ||
6 | ## This file is part of the Boot to Qt meta layer. | ||
7 | ## | ||
8 | ## $QT_BEGIN_LICENSE:COMM$ | ||
9 | ## | ||
10 | ## Commercial License Usage | ||
11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
12 | ## accordance with the commercial license agreement provided with the | ||
13 | ## Software or, alternatively, in accordance with the terms contained in | ||
14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
17 | ## | ||
18 | ## $QT_END_LICENSE$ | ||
19 | ## | ||
20 | ############################################################################## | ||
21 | |||
22 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | ||
23 | |||
24 | SRC_URI += "file://0001-disable-connman-when-booting-over-nfs.patch" | ||
diff --git a/recipes/connman/files/0001-disable-connman-when-booting-over-nfs.patch b/recipes/connman/files/0001-disable-connman-when-booting-over-nfs.patch new file mode 100644 index 0000000..eefd6a3 --- /dev/null +++ b/recipes/connman/files/0001-disable-connman-when-booting-over-nfs.patch | |||
@@ -0,0 +1,21 @@ | |||
1 | From ccc6013f1e55b67981fb336aba657aea1520aeda Mon Sep 17 00:00:00 2001 | ||
2 | From: Mikko Gronoff <mikko.gronoff@qt.io> | ||
3 | Date: Tue, 20 Sep 2016 11:02:50 +0300 | ||
4 | Subject: [PATCH] Disable connman when booting over NFS | ||
5 | |||
6 | --- | ||
7 | src/connman.service.in | 1 + | ||
8 | 1 file changed, 1 insertion(+) | ||
9 | |||
10 | diff --git a/src/connman.service.in b/src/connman.service.in | ||
11 | index 8f7f342..8470f91 100644 | ||
12 | --- a/src/connman.service.in | ||
13 | +++ b/src/connman.service.in | ||
14 | @@ -3,6 +3,7 @@ Description=Connection service | ||
15 | After=dbus.service network-pre.target | ||
16 | Before=network.target remote-fs-pre.target | ||
17 | Wants=network.target remote-fs-pre.target | ||
18 | +ConditionKernelCommandLine=!root=/dev/nfs | ||
19 | |||
20 | [Service] | ||
21 | Type=dbus | ||