diff options
| author | Samuli Piippo <samuli.piippo@qt.io> | 2018-12-14 10:50:21 +0200 |
|---|---|---|
| committer | Samuli Piippo <samuli.piippo@qt.io> | 2018-12-19 05:32:41 +0000 |
| commit | 0103760ff29668af74f40d3d344de48dbe920c63 (patch) | |
| tree | 6b8eda0fbe14b636c3cf791b1bf690f83a01835b | |
| parent | 0bdd6a9b302c06cf03c6ad28b4b3ce0d45a1a6fc (diff) | |
| download | meta-boot2qt-0103760ff29668af74f40d3d344de48dbe920c63.tar.gz | |
Remove opencv includes
There's no need to include opencv in these two particular machines.
If ever required, consider including them in packageconfigs for
all targets.
Change-Id: I77bf162855412a9e8c84885c00a2dcb7a0dce63e
Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@qt.io>
3 files changed, 0 insertions, 41 deletions
diff --git a/meta-boot2qt-distro/conf/distro/include/imx6qdlsabresd.conf b/meta-boot2qt-distro/conf/distro/include/imx6qdlsabresd.conf index 5f3ddb3..644dac0 100644 --- a/meta-boot2qt-distro/conf/distro/include/imx6qdlsabresd.conf +++ b/meta-boot2qt-distro/conf/distro/include/imx6qdlsabresd.conf | |||
| @@ -28,7 +28,6 @@ | |||
| 28 | ############################################################################ | 28 | ############################################################################ |
| 29 | 29 | ||
| 30 | include conf/distro/include/fsl.inc | 30 | include conf/distro/include/fsl.inc |
| 31 | include conf/distro/include/opencv.inc | ||
| 32 | 31 | ||
| 33 | DEPLOY_CONF_NAME = "NXP i.MX6QP/Q/DL SABRE Smart Device" | 32 | DEPLOY_CONF_NAME = "NXP i.MX6QP/Q/DL SABRE Smart Device" |
| 34 | 33 | ||
diff --git a/meta-boot2qt-distro/conf/distro/include/nitrogen6x.conf b/meta-boot2qt-distro/conf/distro/include/nitrogen6x.conf index f6871be..7883ab5 100644 --- a/meta-boot2qt-distro/conf/distro/include/nitrogen6x.conf +++ b/meta-boot2qt-distro/conf/distro/include/nitrogen6x.conf | |||
| @@ -28,7 +28,6 @@ | |||
| 28 | ############################################################################ | 28 | ############################################################################ |
| 29 | 29 | ||
| 30 | include conf/distro/include/boundary.inc | 30 | include conf/distro/include/boundary.inc |
| 31 | include conf/distro/include/opencv.inc | ||
| 32 | 31 | ||
| 33 | DEPLOY_CONF_NAME = "Boundary Devices i.MX6" | 32 | DEPLOY_CONF_NAME = "Boundary Devices i.MX6" |
| 34 | 33 | ||
diff --git a/meta-boot2qt-distro/conf/distro/include/opencv.inc b/meta-boot2qt-distro/conf/distro/include/opencv.inc deleted file mode 100644 index a1d37df..0000000 --- a/meta-boot2qt-distro/conf/distro/include/opencv.inc +++ /dev/null | |||
| @@ -1,39 +0,0 @@ | |||
| 1 | ############################################################################ | ||
| 2 | ## | ||
| 3 | ## Copyright (C) 2016 The Qt Company Ltd. | ||
| 4 | ## Contact: https://www.qt.io/licensing/ | ||
| 5 | ## | ||
| 6 | ## This file is part of the Boot to Qt meta layer. | ||
| 7 | ## | ||
| 8 | ## $QT_BEGIN_LICENSE:GPL$ | ||
| 9 | ## Commercial License Usage | ||
| 10 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
| 11 | ## accordance with the commercial license agreement provided with the | ||
| 12 | ## Software or, alternatively, in accordance with the terms contained in | ||
| 13 | ## a written agreement between you and The Qt Company. For licensing terms | ||
| 14 | ## and conditions see https://www.qt.io/terms-conditions. For further | ||
| 15 | ## information use the contact form at https://www.qt.io/contact-us. | ||
| 16 | ## | ||
| 17 | ## GNU General Public License Usage | ||
| 18 | ## Alternatively, this file may be used under the terms of the GNU | ||
| 19 | ## General Public License version 3 or (at your option) any later version | ||
| 20 | ## approved by the KDE Free Qt Foundation. The licenses are as published by | ||
| 21 | ## the Free Software Foundation and appearing in the file LICENSE.GPL3 | ||
| 22 | ## included in the packaging of this file. Please review the following | ||
| 23 | ## information to ensure the GNU General Public License requirements will | ||
| 24 | ## be met: https://www.gnu.org/licenses/gpl-3.0.html. | ||
| 25 | ## | ||
| 26 | ## $QT_END_LICENSE$ | ||
| 27 | ## | ||
| 28 | ############################################################################ | ||
| 29 | |||
| 30 | MACHINE_EXTRA_INSTALL += "\ | ||
| 31 | libopencv-core \ | ||
| 32 | libopencv-imgproc \ | ||
| 33 | libopencv-objdetect \ | ||
| 34 | " | ||
| 35 | |||
| 36 | MACHINE_EXTRA_INSTALL_SDK += " \ | ||
| 37 | opencv-dev \ | ||
| 38 | " | ||
| 39 | |||
