summaryrefslogtreecommitdiffstats
path: root/recipes-qt/images/b2qt-automotive-qt5-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/images/b2qt-automotive-qt5-image.bb')
-rw-r--r--recipes-qt/images/b2qt-automotive-qt5-image.bb50
1 files changed, 0 insertions, 50 deletions
diff --git a/recipes-qt/images/b2qt-automotive-qt5-image.bb b/recipes-qt/images/b2qt-automotive-qt5-image.bb
deleted file mode 100644
index 004c2e8..0000000
--- a/recipes-qt/images/b2qt-automotive-qt5-image.bb
+++ /dev/null
@@ -1,50 +0,0 @@
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
22DESCRIPTION = "B2Qt Automotive Qt5 image"
23LICENSE = "QtEnterprise"
24LIC_FILES_CHKSUM = "file://${QT_LICENCE};md5=7bc9c54e450006250a60e96604c186c9"
25PR = "r0"
26
27DEPLOY_CONF_TYPE = "Automotive"
28
29IMAGE_FEATURES += "\
30 package-management \
31 ssh-server-dropbear \
32 tools-debug \
33 debug-tweaks \
34 hwcodecs \
35 "
36
37inherit core-image
38inherit bootfs-image
39
40MACHINE_EXTRA_INSTALL_QT ?= ""
41
42IMAGE_INSTALL += "\
43 ${MACHINE_EXTRA_INSTALL_QT} \
44 packagegroup-b2qt-embedded-base \
45 packagegroup-b2qt-embedded-tools \
46 ${@base_contains("DISTRO_FEATURES", "gstreamer010", "packagegroup-b2qt-embedded-gstreamer010", "", d)} \
47 ${@base_contains("DISTRO_FEATURES", "gstreamer", "packagegroup-b2qt-embedded-gstreamer", "", d)} \
48 packagegroup-b2qt-qt5-modules \
49 packagegroup-b2qt-automotive-addons \
50 "