diff options
190 files changed, 2578 insertions, 2434 deletions
diff --git a/b2qt-init-build-env b/b2qt-init-build-env index 709b0b9..e3c619b 100755 --- a/b2qt-init-build-env +++ b/b2qt-init-build-env | |||
@@ -1,25 +1,24 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | ############################################################################# | 2 | ############################################################################## |
3 | ## | 3 | ## |
4 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 4 | ## Copyright (C) 2016 The Qt Company Ltd. |
5 | ## Contact: http://www.qt.io/licensing/ | ||
5 | ## | 6 | ## |
6 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 7 | ## This file is part of the Boot to Qt meta layer. |
7 | ## framework. | ||
8 | ## | 8 | ## |
9 | ## $QT_BEGIN_LICENSE$ | 9 | ## $QT_BEGIN_LICENSE:COMM$ |
10 | ## Commercial License Usage Only | ||
11 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
12 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
13 | ## may use this file in accordance with the terms contained in said license | ||
14 | ## agreement. | ||
15 | ## | ||
16 | ## For further information use the contact form at | ||
17 | ## http://www.qt.io/contact-us. | ||
18 | ## | 10 | ## |
11 | ## Commercial License Usage | ||
12 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
13 | ## accordance with the commercial license agreement provided with the | ||
14 | ## Software or, alternatively, in accordance with the terms contained in | ||
15 | ## a written agreement between you and The Qt Company. For licensing terms | ||
16 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
17 | ## information use the contact form at http://www.qt.io/contact-us. | ||
19 | ## | 18 | ## |
20 | ## $QT_END_LICENSE$ | 19 | ## $QT_END_LICENSE$ |
21 | ## | 20 | ## |
22 | ############################################################################# | 21 | ############################################################################## |
23 | 22 | ||
24 | set -e | 23 | set -e |
25 | 24 | ||
diff --git a/classes/bootfs-image.bbclass b/classes/bootfs-image.bbclass index 39c696d..56b2acb 100644 --- a/classes/bootfs-image.bbclass +++ b/classes/bootfs-image.bbclass | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | BOOTFS_NAME = "${IMAGE_BASENAME}-boot-${MACHINE}-${DATETIME}" | 22 | BOOTFS_NAME = "${IMAGE_BASENAME}-boot-${MACHINE}-${DATETIME}" |
24 | BOOTFS_LINK_NAME = "${IMAGE_BASENAME}-boot-${MACHINE}" | 23 | BOOTFS_LINK_NAME = "${IMAGE_BASENAME}-boot-${MACHINE}" |
diff --git a/classes/deploy-conf.bbclass b/classes/deploy-conf.bbclass index c49c375..8467576 100644 --- a/classes/deploy-conf.bbclass +++ b/classes/deploy-conf.bbclass | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | inherit image_types | 22 | inherit image_types |
24 | 23 | ||
diff --git a/classes/image-hdd.bbclass b/classes/image-hdd.bbclass index 482be06..c4940aa 100644 --- a/classes/image-hdd.bbclass +++ b/classes/image-hdd.bbclass | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | # need to define the dependency and the ROOTFS for directdisk | 22 | # need to define the dependency and the ROOTFS for directdisk |
24 | do_bootdirectdisk[depends] += "${PN}:do_rootfs" | 23 | do_bootdirectdisk[depends] += "${PN}:do_rootfs" |
diff --git a/classes/image_types_sdcard.bbclass b/classes/image_types_sdcard.bbclass index 6065cf0..0ce12e4 100644 --- a/classes/image_types_sdcard.bbclass +++ b/classes/image_types_sdcard.bbclass | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | IMAGE_ROOTFS_EXTRA_SPACE = "100000" | 22 | IMAGE_ROOTFS_EXTRA_SPACE = "100000" |
24 | SDCARD_ROOTFS = "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" | 23 | SDCARD_ROOTFS = "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" |
diff --git a/classes/populate_b2qt_qt5_sdk.bbclass b/classes/populate_b2qt_qt5_sdk.bbclass index 8a14084..5f45b05 100644 --- a/classes/populate_b2qt_qt5_sdk.bbclass +++ b/classes/populate_b2qt_qt5_sdk.bbclass | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | inherit populate_b2qt_sdk populate_sdk_qt5_base | 22 | inherit populate_b2qt_sdk populate_sdk_qt5_base |
24 | 23 | ||
diff --git a/classes/populate_b2qt_sdk.bbclass b/classes/populate_b2qt_sdk.bbclass index 0ce717f..e09743b 100644 --- a/classes/populate_b2qt_sdk.bbclass +++ b/classes/populate_b2qt_sdk.bbclass | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | inherit populate_sdk | 22 | inherit populate_sdk |
24 | 23 | ||
diff --git a/classes/qt5-module.bbclass b/classes/qt5-module.bbclass index 2f186e8..febd6b0 100644 --- a/classes/qt5-module.bbclass +++ b/classes/qt5-module.bbclass | |||
@@ -1 +1,22 @@ | |||
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 | |||
1 | require recipes-qt/qt5/qt5.inc | 22 | require recipes-qt/qt5/qt5.inc |
diff --git a/classes/qtquickcompiler.bbclass b/classes/qtquickcompiler.bbclass index acb1bd6..16fb6fe 100644 --- a/classes/qtquickcompiler.bbclass +++ b/classes/qtquickcompiler.bbclass | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | python __anonymous() { | 22 | python __anonymous() { |
24 | sdk_path = d.getVar('QT_SDK_PATH', True) or "" | 23 | sdk_path = d.getVar('QT_SDK_PATH', True) or "" |
diff --git a/classes/sdk-sources.bbclass b/classes/sdk-sources.bbclass index 1c3629b..5f75357 100644 --- a/classes/sdk-sources.bbclass +++ b/classes/sdk-sources.bbclass | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | python do_fetch () { | 22 | python do_fetch () { |
24 | src_uri = (d.getVar('SRC_URI', True) or "").split() | 23 | src_uri = (d.getVar('SRC_URI', True) or "").split() |
diff --git a/conf/bblayers.conf.bbb.sample b/conf/bblayers.conf.bbb.sample index abfa876..65ed121 100644 --- a/conf/bblayers.conf.bbb.sample +++ b/conf/bblayers.conf.bbb.sample | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf | 22 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf |
24 | # changes incompatibly | 23 | # changes incompatibly |
diff --git a/conf/bblayers.conf.emulator.sample b/conf/bblayers.conf.emulator.sample index 3fea849..975776e 100644 --- a/conf/bblayers.conf.emulator.sample +++ b/conf/bblayers.conf.emulator.sample | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf | 22 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf |
24 | # changes incompatibly | 23 | # changes incompatibly |
diff --git a/conf/bblayers.conf.fsl.sample b/conf/bblayers.conf.fsl.sample index 144ec19..50ebdc4 100644 --- a/conf/bblayers.conf.fsl.sample +++ b/conf/bblayers.conf.fsl.sample | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf | 22 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf |
24 | # changes incompatibly | 23 | # changes incompatibly |
diff --git a/conf/bblayers.conf.nuc.sample b/conf/bblayers.conf.nuc.sample index a2467d7..57ff3cc 100644 --- a/conf/bblayers.conf.nuc.sample +++ b/conf/bblayers.conf.nuc.sample | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf | 22 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf |
24 | # changes incompatibly | 23 | # changes incompatibly |
diff --git a/conf/bblayers.conf.nvidia-logan.sample b/conf/bblayers.conf.nvidia-logan.sample index 535862b..b447bcc 100644 --- a/conf/bblayers.conf.nvidia-logan.sample +++ b/conf/bblayers.conf.nvidia-logan.sample | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf | 22 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf |
24 | # changes incompatibly | 23 | # changes incompatibly |
diff --git a/conf/bblayers.conf.rpi.sample b/conf/bblayers.conf.rpi.sample index 418422c..a8d401c 100644 --- a/conf/bblayers.conf.rpi.sample +++ b/conf/bblayers.conf.rpi.sample | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf | 22 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf |
24 | # changes incompatibly | 23 | # changes incompatibly |
diff --git a/conf/bblayers.conf.sample b/conf/bblayers.conf.sample index 72982d5..8ea7ff3 100644 --- a/conf/bblayers.conf.sample +++ b/conf/bblayers.conf.sample | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf | 22 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf |
24 | # changes incompatibly | 23 | # changes incompatibly |
diff --git a/conf/bblayers.conf.ti.sample b/conf/bblayers.conf.ti.sample index a2246a0..35bbef2 100644 --- a/conf/bblayers.conf.ti.sample +++ b/conf/bblayers.conf.ti.sample | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf | 22 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf |
24 | # changes incompatibly | 23 | # changes incompatibly |
diff --git a/conf/bblayers.conf.tibidabo.sample b/conf/bblayers.conf.tibidabo.sample index ccba8de..14bfb06 100644 --- a/conf/bblayers.conf.tibidabo.sample +++ b/conf/bblayers.conf.tibidabo.sample | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf | 22 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf |
24 | # changes incompatibly | 23 | # changes incompatibly |
diff --git a/conf/bblayers.conf.toradex.sample b/conf/bblayers.conf.toradex.sample index 4d9237e..411cde3 100644 --- a/conf/bblayers.conf.toradex.sample +++ b/conf/bblayers.conf.toradex.sample | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf | 22 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf |
24 | # changes incompatibly | 23 | # changes incompatibly |
diff --git a/conf/distro/b2qt-auto.conf b/conf/distro/b2qt-auto.conf index 6ac10cb..3732090 100644 --- a/conf/distro/b2qt-auto.conf +++ b/conf/distro/b2qt-auto.conf | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | include conf/distro/b2qt.conf | 22 | include conf/distro/b2qt.conf |
24 | 23 | ||
diff --git a/conf/distro/b2qt.conf b/conf/distro/b2qt.conf index c109029..1c605d2 100644 --- a/conf/distro/b2qt.conf +++ b/conf/distro/b2qt.conf | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | include conf/distro/poky.conf | 22 | include conf/distro/poky.conf |
24 | 23 | ||
diff --git a/conf/distro/include/am335x-evm.conf b/conf/distro/include/am335x-evm.conf index a2300cf..30bbe1c 100644 --- a/conf/distro/include/am335x-evm.conf +++ b/conf/distro/include/am335x-evm.conf | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | include conf/distro/include/ti.inc | 22 | include conf/distro/include/ti.inc |
24 | 23 | ||
diff --git a/conf/distro/include/apalis-imx6.conf b/conf/distro/include/apalis-imx6.conf index 0764a81..f794a48 100644 --- a/conf/distro/include/apalis-imx6.conf +++ b/conf/distro/include/apalis-imx6.conf | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | include conf/distro/include/toradex.inc | 22 | include conf/distro/include/toradex.inc |
24 | include conf/distro/include/imx6.inc | 23 | include conf/distro/include/imx6.inc |
diff --git a/conf/distro/include/beagleboard.conf b/conf/distro/include/beagleboard.conf index ab47646..25976b0 100644 --- a/conf/distro/include/beagleboard.conf +++ b/conf/distro/include/beagleboard.conf | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | include conf/distro/include/ti.inc | 22 | include conf/distro/include/ti.inc |
24 | 23 | ||
diff --git a/conf/distro/include/beaglebone.conf b/conf/distro/include/beaglebone.conf index 5e795c6..8a2c3e2 100644 --- a/conf/distro/include/beaglebone.conf +++ b/conf/distro/include/beaglebone.conf | |||
@@ -1,20 +1,23 @@ | |||
1 | ############################################################################ | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## All rights reserved. | 4 | ## Contact: http://www.qt.io/licensing/ |
5 | ## For any questions to Digia, please use contact form at http://www.qt.io | ||
6 | ## | 5 | ## |
7 | ## This file is part of QtEnterprise Embedded. | 6 | ## This file is part of the Boot to Qt meta layer. |
8 | ## | 7 | ## |
9 | ## Licensees holding valid Qt Enterprise licenses may use this file in | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
10 | ## accordance with the Qt Enterprise License Agreement provided with the | 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 | ||
11 | ## Software or, alternatively, in accordance with the terms contained in | 13 | ## Software or, alternatively, in accordance with the terms contained in |
12 | ## a written agreement between you and Digia. | 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. | ||
13 | ## | 17 | ## |
14 | ## If you have questions regarding the use of this file, please use | 18 | ## $QT_END_LICENSE$ |
15 | ## contact form at http://www.qt.io | ||
16 | ## | 19 | ## |
17 | ############################################################################ | 20 | ############################################################################## |
18 | 21 | ||
19 | include conf/distro/include/ti.inc | 22 | include conf/distro/include/ti.inc |
20 | 23 | ||
diff --git a/conf/distro/include/colibri-imx6.conf b/conf/distro/include/colibri-imx6.conf index 0d3037b..6d1a2d5 100644 --- a/conf/distro/include/colibri-imx6.conf +++ b/conf/distro/include/colibri-imx6.conf | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | include conf/distro/include/toradex.inc | 22 | include conf/distro/include/toradex.inc |
24 | include conf/distro/include/imx6.inc | 23 | include conf/distro/include/imx6.inc |
diff --git a/conf/distro/include/colibri-vf.conf b/conf/distro/include/colibri-vf.conf index 2911e96..e10fddc 100644 --- a/conf/distro/include/colibri-vf.conf +++ b/conf/distro/include/colibri-vf.conf | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | include conf/distro/include/toradex.inc | 22 | include conf/distro/include/toradex.inc |
24 | 23 | ||
diff --git a/conf/distro/include/emulator.conf b/conf/distro/include/emulator.conf index e63d5ff..d80299d 100644 --- a/conf/distro/include/emulator.conf +++ b/conf/distro/include/emulator.conf | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | IMAGE_CLASSES += "image-hdd" | 22 | IMAGE_CLASSES += "image-hdd" |
24 | IMAGE_ROOTFS_ALIGNMENT = "1048576" | 23 | IMAGE_ROOTFS_ALIGNMENT = "1048576" |
diff --git a/conf/distro/include/imx53qsb.conf b/conf/distro/include/imx53qsb.conf index fb90045..5fd52a0 100644 --- a/conf/distro/include/imx53qsb.conf +++ b/conf/distro/include/imx53qsb.conf | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | include conf/distro/include/imx6.inc | 22 | include conf/distro/include/imx6.inc |
24 | 23 | ||
diff --git a/conf/distro/include/imx6.inc b/conf/distro/include/imx6.inc index 0afaa43..b952eda 100644 --- a/conf/distro/include/imx6.inc +++ b/conf/distro/include/imx6.inc | |||
@@ -1,3 +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 | |||
1 | BBMASK ?= " " | 22 | BBMASK ?= " " |
2 | BBMASK .= "|meta-fsl-arm/qt5-layer/recipes-qt/qt5" | 23 | BBMASK .= "|meta-fsl-arm/qt5-layer/recipes-qt/qt5" |
3 | 24 | ||
diff --git a/conf/distro/include/imx6dlsabresd.conf b/conf/distro/include/imx6dlsabresd.conf index 0c25c4b..39b12e0 100644 --- a/conf/distro/include/imx6dlsabresd.conf +++ b/conf/distro/include/imx6dlsabresd.conf | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | require imx6qsabresd.conf | 22 | require imx6qsabresd.conf |
24 | 23 | ||
diff --git a/conf/distro/include/imx6qsabresd.conf b/conf/distro/include/imx6qsabresd.conf index dae5927..984428d 100644 --- a/conf/distro/include/imx6qsabresd.conf +++ b/conf/distro/include/imx6qsabresd.conf | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | include conf/distro/include/imx6.inc | 22 | include conf/distro/include/imx6.inc |
24 | 23 | ||
diff --git a/conf/distro/include/nitrogen6x.conf b/conf/distro/include/nitrogen6x.conf index 93e682a..542e159 100644 --- a/conf/distro/include/nitrogen6x.conf +++ b/conf/distro/include/nitrogen6x.conf | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | include conf/distro/include/imx6.inc | 22 | include conf/distro/include/imx6.inc |
24 | 23 | ||
diff --git a/conf/distro/include/nuc.conf b/conf/distro/include/nuc.conf index 941c3a2..fe04572 100644 --- a/conf/distro/include/nuc.conf +++ b/conf/distro/include/nuc.conf | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2015 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DEPLOY_CONF_NAME = "Intel NUC" | 22 | DEPLOY_CONF_NAME = "Intel NUC" |
24 | 23 | ||
diff --git a/conf/distro/include/nvidia-logan.conf b/conf/distro/include/nvidia-logan.conf index c39d757..21dd305 100644 --- a/conf/distro/include/nvidia-logan.conf +++ b/conf/distro/include/nvidia-logan.conf | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2015 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DISTRO_FEATURES_remove += "wayland" | 22 | DISTRO_FEATURES_remove += "wayland" |
24 | 23 | ||
diff --git a/conf/distro/include/raspberrypi.conf b/conf/distro/include/raspberrypi.conf index 78730cc..a9e4b20 100644 --- a/conf/distro/include/raspberrypi.conf +++ b/conf/distro/include/raspberrypi.conf | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DEPLOY_CONF_NAME = "Raspberry Pi" | 22 | DEPLOY_CONF_NAME = "Raspberry Pi" |
24 | 23 | ||
diff --git a/conf/distro/include/raspberrypi2.conf b/conf/distro/include/raspberrypi2.conf index 497d733..7e4c057 100644 --- a/conf/distro/include/raspberrypi2.conf +++ b/conf/distro/include/raspberrypi2.conf | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DEPLOY_CONF_NAME = "Raspberry Pi 2" | 22 | DEPLOY_CONF_NAME = "Raspberry Pi 2" |
24 | 23 | ||
diff --git a/conf/distro/include/smarc-samx6i.conf b/conf/distro/include/smarc-samx6i.conf index 2f931b7..23bc85f 100644 --- a/conf/distro/include/smarc-samx6i.conf +++ b/conf/distro/include/smarc-samx6i.conf | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | include conf/distro/include/imx6.inc | 22 | include conf/distro/include/imx6.inc |
24 | 23 | ||
diff --git a/conf/distro/include/ti.inc b/conf/distro/include/ti.inc index fe1f253..2872c65 100644 --- a/conf/distro/include/ti.inc +++ b/conf/distro/include/ti.inc | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | BBMASK ?= " " | 22 | BBMASK ?= " " |
24 | BBMASK .= "|meta-fsl-arm/qt5-layer/recipes-qt/qt5" | 23 | BBMASK .= "|meta-fsl-arm/qt5-layer/recipes-qt/qt5" |
diff --git a/conf/distro/include/tibidabo.conf b/conf/distro/include/tibidabo.conf index f26efc9..19399c6 100644 --- a/conf/distro/include/tibidabo.conf +++ b/conf/distro/include/tibidabo.conf | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | include conf/distro/include/imx6.inc | 22 | include conf/distro/include/imx6.inc |
24 | 23 | ||
diff --git a/conf/distro/include/toradex.inc b/conf/distro/include/toradex.inc index 063244e..0a13402 100644 --- a/conf/distro/include/toradex.inc +++ b/conf/distro/include/toradex.inc | |||
@@ -1,2 +1,23 @@ | |||
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 | |||
1 | BBMASK ?= " " | 22 | BBMASK ?= " " |
2 | BBMASK .= "|meta-toradex/recipes-mozilla|meta-toradex/recipes-browser|meta-toradex/recipes-lxde|meta-toradex/recipes-connectivity|meta-toradex/recipes-gnome|meta-toradex/recipes/trdx-config|meta-toradex/recipes-multimedia/webm|meta-toradex/recipes-qt|meta-toradex/recipes-core/psplash|meta-toradex/recipes-support/florence|meta-toradex/recipes-core/systemd|meta-toradex/recipes-efl|meta-toradex/recipes-core/dropbear|meta-toradex/recipes-support/icu|meta-toradex/recipes-support/i2c-tools|meta-toradex/recipes-benchmark|meta-toradex/recipes-core/udev|meta-toradex/recipes-support/gnutls|meta-toradex/recipes-graphics/gpu-viv-bin-mx6q|meta-toradex/recipes-multimedia/gstreamer|meta-toradex/recipes-fsl/packagegroups" | 23 | BBMASK .= "|meta-toradex/recipes-mozilla|meta-toradex/recipes-browser|meta-toradex/recipes-lxde|meta-toradex/recipes-connectivity|meta-toradex/recipes-gnome|meta-toradex/recipes/trdx-config|meta-toradex/recipes-multimedia/webm|meta-toradex/recipes-qt|meta-toradex/recipes-core/psplash|meta-toradex/recipes-support/florence|meta-toradex/recipes-core/systemd|meta-toradex/recipes-efl|meta-toradex/recipes-core/dropbear|meta-toradex/recipes-support/icu|meta-toradex/recipes-support/i2c-tools|meta-toradex/recipes-benchmark|meta-toradex/recipes-core/udev|meta-toradex/recipes-support/gnutls|meta-toradex/recipes-graphics/gpu-viv-bin-mx6q|meta-toradex/recipes-multimedia/gstreamer|meta-toradex/recipes-fsl/packagegroups" |
diff --git a/conf/layer.conf b/conf/layer.conf index 0c0468b..61b7dc9 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | # We have a conf and classes directory, append to BBPATH | 22 | # We have a conf and classes directory, append to BBPATH |
24 | BBPATH .= ":${LAYERDIR}" | 23 | BBPATH .= ":${LAYERDIR}" |
diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 245b779..7aa0dc8 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | # | 22 | # |
24 | # This file is your local configuration file and is where all local user settings | 23 | # This file is your local configuration file and is where all local user settings |
diff --git a/conf/machine/emulator.conf b/conf/machine/emulator.conf index d16dc0f..feaa9c6 100644 --- a/conf/machine/emulator.conf +++ b/conf/machine/emulator.conf | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | #@TYPE: Machine | 22 | #@TYPE: Machine |
24 | #@NAME: virtual box emulator | 23 | #@NAME: virtual box emulator |
diff --git a/meta-architech-extras/conf/layer.conf b/meta-architech-extras/conf/layer.conf index 749ea42..7aac55e 100644 --- a/meta-architech-extras/conf/layer.conf +++ b/meta-architech-extras/conf/layer.conf | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | # We have a conf and classes directory, append to BBPATH | 22 | # We have a conf and classes directory, append to BBPATH |
24 | BBPATH .= ":${LAYERDIR}" | 23 | BBPATH .= ":${LAYERDIR}" |
diff --git a/meta-architech-extras/recipes/bootscript/tibidabo-bootscript-sd_1.0.bbappend b/meta-architech-extras/recipes/bootscript/tibidabo-bootscript-sd_1.0.bbappend index f00eddb..fc1934d 100644 --- a/meta-architech-extras/recipes/bootscript/tibidabo-bootscript-sd_1.0.bbappend +++ b/meta-architech-extras/recipes/bootscript/tibidabo-bootscript-sd_1.0.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}:" |
24 | SRC_URI += " \ | 23 | SRC_URI += " \ |
diff --git a/meta-beagleboard-extras/conf/layer.conf b/meta-beagleboard-extras/conf/layer.conf index 3394604..1f7639f 100644 --- a/meta-beagleboard-extras/conf/layer.conf +++ b/meta-beagleboard-extras/conf/layer.conf | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | # We have a conf and classes directory, append to BBPATH | 22 | # We have a conf and classes directory, append to BBPATH |
24 | BBPATH .= ":${LAYERDIR}" | 23 | BBPATH .= ":${LAYERDIR}" |
diff --git a/meta-beagleboard-extras/recipes/linux/linux-mainline_3.8.bbappend b/meta-beagleboard-extras/recipes/linux/linux-mainline_3.8.bbappend index 3424c27..bf2a850 100644 --- a/meta-beagleboard-extras/recipes/linux/linux-mainline_3.8.bbappend +++ b/meta-beagleboard-extras/recipes/linux/linux-mainline_3.8.bbappend | |||
@@ -1,3 +1,23 @@ | |||
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 | ############################################################################## | ||
1 | 21 | ||
2 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
3 | SRC_URI += "\ | 23 | SRC_URI += "\ |
diff --git a/meta-beagleboard-extras/recipes/u-boot/u-boot-uenv-script.bb b/meta-beagleboard-extras/recipes/u-boot/u-boot-uenv-script.bb index d970045..5695561 100644 --- a/meta-beagleboard-extras/recipes/u-boot/u-boot-uenv-script.bb +++ b/meta-beagleboard-extras/recipes/u-boot/u-boot-uenv-script.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "U-Boot script to start up BeagleBone Black" | 22 | DESCRIPTION = "U-Boot script to start up BeagleBone Black" |
24 | LICENSE = "CLOSED" | 23 | LICENSE = "CLOSED" |
diff --git a/meta-fsl-extras/conf/layer.conf b/meta-fsl-extras/conf/layer.conf index b00b76e..e3b3382 100644 --- a/meta-fsl-extras/conf/layer.conf +++ b/meta-fsl-extras/conf/layer.conf | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | # We have a conf and classes directory, append to BBPATH | 22 | # We have a conf and classes directory, append to BBPATH |
24 | BBPATH .= ":${LAYERDIR}" | 23 | BBPATH .= ":${LAYERDIR}" |
diff --git a/meta-fsl-extras/recipes/amd-gpu-bin-mx51/amd-gpu-bin-mx51_11.09.01.bbappend b/meta-fsl-extras/recipes/amd-gpu-bin-mx51/amd-gpu-bin-mx51_11.09.01.bbappend index 2635710..102fbfe 100644 --- a/meta-fsl-extras/recipes/amd-gpu-bin-mx51/amd-gpu-bin-mx51_11.09.01.bbappend +++ b/meta-fsl-extras/recipes/amd-gpu-bin-mx51/amd-gpu-bin-mx51_11.09.01.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}:" |
24 | SRC_URI += " \ | 23 | SRC_URI += " \ |
diff --git a/meta-fsl-extras/recipes/broadcom-nvram-config/bcm4330-nvram-config.bbappend b/meta-fsl-extras/recipes/broadcom-nvram-config/bcm4330-nvram-config.bbappend index e7331d5..837ce16 100644 --- a/meta-fsl-extras/recipes/broadcom-nvram-config/bcm4330-nvram-config.bbappend +++ b/meta-fsl-extras/recipes/broadcom-nvram-config/bcm4330-nvram-config.bbappend | |||
@@ -1,3 +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 | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${MACHINE}:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/${MACHINE}:" |
2 | 23 | ||
3 | COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite|wandboard-dual|wandboard-quad)" | 24 | COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite|wandboard-dual|wandboard-quad)" |
diff --git a/meta-fsl-extras/recipes/linux/linux-boundary_3.14.%.bbappend b/meta-fsl-extras/recipes/linux/linux-boundary_3.14.%.bbappend index 1f23439..74e5b59 100644 --- a/meta-fsl-extras/recipes/linux/linux-boundary_3.14.%.bbappend +++ b/meta-fsl-extras/recipes/linux/linux-boundary_3.14.%.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}:" |
24 | SRC_URI += " \ | 23 | SRC_URI += " \ |
diff --git a/meta-fsl-extras/recipes/linux/linux-imx_3.14.%.bbappend b/meta-fsl-extras/recipes/linux/linux-imx_3.14.%.bbappend index fe8c087..60464ee 100644 --- a/meta-fsl-extras/recipes/linux/linux-imx_3.14.%.bbappend +++ b/meta-fsl-extras/recipes/linux/linux-imx_3.14.%.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | # kernel image files are not needed in the image | 22 | # kernel image files are not needed in the image |
24 | RDEPENDS_kernel-base = "" | 23 | RDEPENDS_kernel-base = "" |
diff --git a/meta-fsl-extras/recipes/u-boot/u-boot-fslc_2015.%.bbappend b/meta-fsl-extras/recipes/u-boot/u-boot-fslc_2015.%.bbappend index a1a3b27..533fef6 100644 --- a/meta-fsl-extras/recipes/u-boot/u-boot-fslc_2015.%.bbappend +++ b/meta-fsl-extras/recipes/u-boot/u-boot-fslc_2015.%.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}:" |
24 | SRC_URI += " \ | 23 | SRC_URI += " \ |
diff --git a/meta-fsl-extras/recipes/u-boot/u-boot-script-boundary_git.bbappend b/meta-fsl-extras/recipes/u-boot/u-boot-script-boundary_git.bbappend index d2294ba..7ab08e6 100644 --- a/meta-fsl-extras/recipes/u-boot/u-boot-script-boundary_git.bbappend +++ b/meta-fsl-extras/recipes/u-boot/u-boot-script-boundary_git.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}:" |
24 | SRC_URI += " \ | 23 | SRC_URI += " \ |
diff --git a/meta-nuc-extras/conf/layer.conf b/meta-nuc-extras/conf/layer.conf index 6eb4d71..f0cb66f 100644 --- a/meta-nuc-extras/conf/layer.conf +++ b/meta-nuc-extras/conf/layer.conf | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | # We have a conf and classes directory, append to BBPATH | 22 | # We have a conf and classes directory, append to BBPATH |
24 | BBPATH .= ":${LAYERDIR}" | 23 | BBPATH .= ":${LAYERDIR}" |
diff --git a/meta-nuc-extras/recipes/linux/linux-yocto_3.%.bbappend b/meta-nuc-extras/recipes/linux/linux-yocto_3.%.bbappend index d6182fc..55ac1a2 100644 --- a/meta-nuc-extras/recipes/linux/linux-yocto_3.%.bbappend +++ b/meta-nuc-extras/recipes/linux/linux-yocto_3.%.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
24 | SRC_URI += "\ | 23 | SRC_URI += "\ |
diff --git a/meta-nuc-extras/recipes/recipes-qt/qtbase_git.bbappend b/meta-nuc-extras/recipes/recipes-qt/qtbase_git.bbappend index c8a81a2..2346521 100644 --- a/meta-nuc-extras/recipes/recipes-qt/qtbase_git.bbappend +++ b/meta-nuc-extras/recipes/recipes-qt/qtbase_git.bbappend | |||
@@ -1,23 +1,22 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2016 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | PACKAGECONFIG += "kms" | 22 | PACKAGECONFIG += "kms" |
diff --git a/meta-nvidia-logan-extras/conf/layer.conf b/meta-nvidia-logan-extras/conf/layer.conf index 0fc22ca..da03f5e 100644 --- a/meta-nvidia-logan-extras/conf/layer.conf +++ b/meta-nvidia-logan-extras/conf/layer.conf | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | # We have a conf and classes directory, append to BBPATH | 22 | # We have a conf and classes directory, append to BBPATH |
24 | BBPATH .= ":${LAYERDIR}" | 23 | BBPATH .= ":${LAYERDIR}" |
diff --git a/meta-nvidia-logan-extras/recipes/connman-conf/connman-conf.bbappend b/meta-nvidia-logan-extras/recipes/connman-conf/connman-conf.bbappend index becde5f..86f0571 100644 --- a/meta-nvidia-logan-extras/recipes/connman-conf/connman-conf.bbappend +++ b/meta-nvidia-logan-extras/recipes/connman-conf/connman-conf.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
24 | 23 | ||
diff --git a/meta-nvidia-logan-extras/recipes/qt5/qtbase_git.bbappend b/meta-nvidia-logan-extras/recipes/qt5/qtbase_git.bbappend index 1cb7143..f2f7e11 100644 --- a/meta-nvidia-logan-extras/recipes/qt5/qtbase_git.bbappend +++ b/meta-nvidia-logan-extras/recipes/qt5/qtbase_git.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DEPENDS += "graphics-headers" | 22 | DEPENDS += "graphics-headers" |
24 | 23 | ||
diff --git a/meta-nvidia-logan-extras/recipes/qt5/qtwebengine_git.bbappend b/meta-nvidia-logan-extras/recipes/qt5/qtwebengine_git.bbappend index 78453ef..7f9ce03 100644 --- a/meta-nvidia-logan-extras/recipes/qt5/qtwebengine_git.bbappend +++ b/meta-nvidia-logan-extras/recipes/qt5/qtwebengine_git.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2015 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | CXXFLAGS +=" -DWIN_INTERFACE_CUSTOM" | 22 | CXXFLAGS +=" -DWIN_INTERFACE_CUSTOM" |
24 | 23 | ||
diff --git a/meta-ti-extras/conf/layer.conf b/meta-ti-extras/conf/layer.conf index 75d9174..80fba29 100644 --- a/meta-ti-extras/conf/layer.conf +++ b/meta-ti-extras/conf/layer.conf | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | # We have a conf and classes directory, append to BBPATH | 22 | # We have a conf and classes directory, append to BBPATH |
24 | BBPATH .= ":${LAYERDIR}" | 23 | BBPATH .= ":${LAYERDIR}" |
diff --git a/meta-ti-extras/recipes/libgles/libgles-omap3_4.09.00.01.bbappend b/meta-ti-extras/recipes/libgles/libgles-omap3_4.09.00.01.bbappend index 452f8a2..3f5d3cb 100644 --- a/meta-ti-extras/recipes/libgles/libgles-omap3_4.09.00.01.bbappend +++ b/meta-ti-extras/recipes/libgles/libgles-omap3_4.09.00.01.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | BINLOCATION_omap3 = "${S}/gfx_rel_es5.x" | 22 | BINLOCATION_omap3 = "${S}/gfx_rel_es5.x" |
24 | 23 | ||
diff --git a/meta-ti-extras/recipes/libgles/libgles-omap3_5.01.01.01.bbappend b/meta-ti-extras/recipes/libgles/libgles-omap3_5.01.01.01.bbappend index 9917d00..e26f67f 100644 --- a/meta-ti-extras/recipes/libgles/libgles-omap3_5.01.01.01.bbappend +++ b/meta-ti-extras/recipes/libgles/libgles-omap3_5.01.01.01.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
24 | 23 | ||
diff --git a/meta-ti-extras/recipes/linux/linux-ti-staging_3.12.bbappend b/meta-ti-extras/recipes/linux/linux-ti-staging_3.12.bbappend index b6f70cd..49f8f58 100644 --- a/meta-ti-extras/recipes/linux/linux-ti-staging_3.12.bbappend +++ b/meta-ti-extras/recipes/linux/linux-ti-staging_3.12.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
24 | SRC_URI += "\ | 23 | SRC_URI += "\ |
diff --git a/meta-ti-extras/recipes/u-boot/u-boot-am33x_2013.01.01.bbappend b/meta-ti-extras/recipes/u-boot/u-boot-am33x_2013.01.01.bbappend index 4ea1893..e15ecf2 100644 --- a/meta-ti-extras/recipes/u-boot/u-boot-am33x_2013.01.01.bbappend +++ b/meta-ti-extras/recipes/u-boot/u-boot-am33x_2013.01.01.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}:" |
24 | SRC_URI += " \ | 23 | SRC_URI += " \ |
diff --git a/meta-ti-extras/recipes/u-boot/u-boot-ti-staging_2013.10.bbappend b/meta-ti-extras/recipes/u-boot/u-boot-ti-staging_2013.10.bbappend index 4c8818a..ca0b2ea 100644 --- a/meta-ti-extras/recipes/u-boot/u-boot-ti-staging_2013.10.bbappend +++ b/meta-ti-extras/recipes/u-boot/u-boot-ti-staging_2013.10.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
24 | SRC_URI += " \ | 23 | SRC_URI += " \ |
diff --git a/meta-toradex-extras/conf/layer.conf b/meta-toradex-extras/conf/layer.conf index 1d0c27f..4d96449 100644 --- a/meta-toradex-extras/conf/layer.conf +++ b/meta-toradex-extras/conf/layer.conf | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | # We have a conf and classes directory, append to BBPATH | 22 | # We have a conf and classes directory, append to BBPATH |
24 | BBPATH .= ":${LAYERDIR}" | 23 | BBPATH .= ":${LAYERDIR}" |
diff --git a/meta-toradex-extras/recipes/base-files/base-files_3.0.14.bbappend b/meta-toradex-extras/recipes/base-files/base-files_3.0.14.bbappend index bdb9cdd..9b56df1 100644 --- a/meta-toradex-extras/recipes/base-files/base-files_3.0.14.bbappend +++ b/meta-toradex-extras/recipes/base-files/base-files_3.0.14.bbappend | |||
@@ -1,23 +1,22 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
diff --git a/meta-toradex-extras/recipes/linux/linux-toradex-fsl_git.bbappend b/meta-toradex-extras/recipes/linux/linux-toradex-fsl_git.bbappend index 30aab2e..25d756f 100644 --- a/meta-toradex-extras/recipes/linux/linux-toradex-fsl_git.bbappend +++ b/meta-toradex-extras/recipes/linux/linux-toradex-fsl_git.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
24 | SRC_URI += "\ | 23 | SRC_URI += "\ |
diff --git a/meta-toradex-extras/recipes/linux/linux-toradex_4.%.bbappend b/meta-toradex-extras/recipes/linux/linux-toradex_4.%.bbappend index fd9ad55..ce34400 100644 --- a/meta-toradex-extras/recipes/linux/linux-toradex_4.%.bbappend +++ b/meta-toradex-extras/recipes/linux/linux-toradex_4.%.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}:" |
24 | 23 | ||
diff --git a/meta-toradex-extras/recipes/u-boot/u-boot-script-toradex.bb b/meta-toradex-extras/recipes/u-boot/u-boot-script-toradex.bb index 92ea3bd..3d63f6b 100644 --- a/meta-toradex-extras/recipes/u-boot/u-boot-script-toradex.bb +++ b/meta-toradex-extras/recipes/u-boot/u-boot-script-toradex.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | LICENSE = "CLOSED" | 22 | LICENSE = "CLOSED" |
24 | DEPENDS = "u-boot-mkimage-native" | 23 | DEPENDS = "u-boot-mkimage-native" |
diff --git a/meta-toradex-extras/recipes/u-boot/u-boot-toradex-fsl_git.bbappend b/meta-toradex-extras/recipes/u-boot/u-boot-toradex-fsl_git.bbappend index 1c2e561..905619a 100644 --- a/meta-toradex-extras/recipes/u-boot/u-boot-toradex-fsl_git.bbappend +++ b/meta-toradex-extras/recipes/u-boot/u-boot-toradex-fsl_git.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
24 | SRC_URI_append_apalis-imx6 = " \ | 23 | SRC_URI_append_apalis-imx6 = " \ |
diff --git a/recipes-qt/automotive/neptune-ui_git.bb b/recipes-qt/automotive/neptune-ui_git.bb index 94dca1f..aef6034 100644 --- a/recipes-qt/automotive/neptune-ui_git.bb +++ b/recipes-qt/automotive/neptune-ui_git.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "Neptune IVI UI" | 22 | DESCRIPTION = "Neptune IVI UI" |
24 | LICENSE = "GPLv3" | 23 | LICENSE = "GPLv3" |
diff --git a/recipes-qt/automotive/qtapplicationmanager_git.bb b/recipes-qt/automotive/qtapplicationmanager_git.bb index bf6279e..2c21d1b 100644 --- a/recipes-qt/automotive/qtapplicationmanager_git.bb +++ b/recipes-qt/automotive/qtapplicationmanager_git.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "Qt component for application lifecycle management" | 22 | DESCRIPTION = "Qt component for application lifecycle management" |
24 | LICENSE = "GPLv3" | 23 | LICENSE = "GPLv3" |
diff --git a/recipes-qt/automotive/qtivi_git.bb b/recipes-qt/automotive/qtivi_git.bb index 6e1368f..c2d82df 100644 --- a/recipes-qt/automotive/qtivi_git.bb +++ b/recipes-qt/automotive/qtivi_git.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "Qt IVI" | 22 | DESCRIPTION = "Qt IVI" |
24 | LICENSE = "LGPL-3.0" | 23 | LICENSE = "LGPL-3.0" |
diff --git a/recipes-qt/automotive/qtwebbrowser_git.bb b/recipes-qt/automotive/qtwebbrowser_git.bb index 036e2e6..25494bf 100644 --- a/recipes-qt/automotive/qtwebbrowser_git.bb +++ b/recipes-qt/automotive/qtwebbrowser_git.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "Qt Web Browser" | 22 | DESCRIPTION = "Qt Web Browser" |
24 | LICENSE = "GPLv3" | 23 | LICENSE = "GPLv3" |
diff --git a/recipes-qt/b2qt-addons/b2qt-appcontroller.bb b/recipes-qt/b2qt-addons/b2qt-appcontroller.bb index 939c60c..ebf585d 100644 --- a/recipes-qt/b2qt-addons/b2qt-appcontroller.bb +++ b/recipes-qt/b2qt-addons/b2qt-appcontroller.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "Boot to Qt Appcontroller" | 22 | DESCRIPTION = "Boot to Qt Appcontroller" |
24 | LICENSE = "QtEnterprise" | 23 | LICENSE = "QtEnterprise" |
diff --git a/recipes-qt/b2qt-addons/b2qt-demos.bb b/recipes-qt/b2qt-addons/b2qt-demos.bb index 173a4ff..43f0af0 100644 --- a/recipes-qt/b2qt-addons/b2qt-demos.bb +++ b/recipes-qt/b2qt-addons/b2qt-demos.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "Boot to Qt Demos" | 22 | DESCRIPTION = "Boot to Qt Demos" |
24 | LICENSE = "QtEnterprise" | 23 | LICENSE = "QtEnterprise" |
diff --git a/recipes-qt/b2qt-addons/b2qt-emulator-proxy.bb b/recipes-qt/b2qt-addons/b2qt-emulator-proxy.bb index ea31e21..ad0f9dd 100644 --- a/recipes-qt/b2qt-addons/b2qt-emulator-proxy.bb +++ b/recipes-qt/b2qt-addons/b2qt-emulator-proxy.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "Proxy daemon for QtSimulator" | 22 | DESCRIPTION = "Proxy daemon for QtSimulator" |
24 | LICENSE = "QtEnterprise" | 23 | LICENSE = "QtEnterprise" |
diff --git a/recipes-qt/b2qt-addons/b2qt-emulator-proxy/emulatorproxyd.sh b/recipes-qt/b2qt-addons/b2qt-emulator-proxy/emulatorproxyd.sh index 48177fa..2864ffe 100755 --- a/recipes-qt/b2qt-addons/b2qt-emulator-proxy/emulatorproxyd.sh +++ b/recipes-qt/b2qt-addons/b2qt-emulator-proxy/emulatorproxyd.sh | |||
@@ -1,25 +1,24 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | ############################################################################# | 2 | ############################################################################## |
3 | ## | 3 | ## |
4 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 4 | ## Copyright (C) 2016 The Qt Company Ltd. |
5 | ## Contact: http://www.qt.io/licensing/ | ||
5 | ## | 6 | ## |
6 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 7 | ## This file is part of the Boot to Qt meta layer. |
7 | ## framework. | ||
8 | ## | 8 | ## |
9 | ## $QT_BEGIN_LICENSE$ | 9 | ## $QT_BEGIN_LICENSE:COMM$ |
10 | ## Commercial License Usage Only | ||
11 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
12 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
13 | ## may use this file in accordance with the terms contained in said license | ||
14 | ## agreement. | ||
15 | ## | ||
16 | ## For further information use the contact form at | ||
17 | ## http://www.qt.io/contact-us. | ||
18 | ## | 10 | ## |
11 | ## Commercial License Usage | ||
12 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
13 | ## accordance with the commercial license agreement provided with the | ||
14 | ## Software or, alternatively, in accordance with the terms contained in | ||
15 | ## a written agreement between you and The Qt Company. For licensing terms | ||
16 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
17 | ## information use the contact form at http://www.qt.io/contact-us. | ||
19 | ## | 18 | ## |
20 | ## $QT_END_LICENSE$ | 19 | ## $QT_END_LICENSE$ |
21 | ## | 20 | ## |
22 | ############################################################################# | 21 | ############################################################################## |
23 | 22 | ||
24 | DAEMON=/usr/bin/emulatorproxyd | 23 | DAEMON=/usr/bin/emulatorproxyd |
25 | 24 | ||
diff --git a/recipes-qt/b2qt-addons/b2qt-emulator-sdcardmountd.bb b/recipes-qt/b2qt-addons/b2qt-emulator-sdcardmountd.bb index 038c972..888093d 100644 --- a/recipes-qt/b2qt-addons/b2qt-emulator-sdcardmountd.bb +++ b/recipes-qt/b2qt-addons/b2qt-emulator-sdcardmountd.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2015 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "SD-Card mount daemon for Emulator" | 22 | DESCRIPTION = "SD-Card mount daemon for Emulator" |
24 | LICENSE = "QtEnterprise" | 23 | LICENSE = "QtEnterprise" |
diff --git a/recipes-qt/b2qt-addons/b2qt-emulator-sdcardmountd/sdcardmountd.sh b/recipes-qt/b2qt-addons/b2qt-emulator-sdcardmountd/sdcardmountd.sh index 565d9b5..4e0f226 100755 --- a/recipes-qt/b2qt-addons/b2qt-emulator-sdcardmountd/sdcardmountd.sh +++ b/recipes-qt/b2qt-addons/b2qt-emulator-sdcardmountd/sdcardmountd.sh | |||
@@ -1,25 +1,24 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | ############################################################################# | 2 | ############################################################################## |
3 | ## | 3 | ## |
4 | ## Copyright (C) 2015 Digia Plc and/or its subsidiary(-ies). | 4 | ## Copyright (C) 2016 The Qt Company Ltd. |
5 | ## Contact: http://www.qt.io/licensing/ | ||
5 | ## | 6 | ## |
6 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 7 | ## This file is part of the Boot to Qt meta layer. |
7 | ## framework. | ||
8 | ## | 8 | ## |
9 | ## $QT_BEGIN_LICENSE$ | 9 | ## $QT_BEGIN_LICENSE:COMM$ |
10 | ## Commercial License Usage Only | ||
11 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
12 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
13 | ## may use this file in accordance with the terms contained in said license | ||
14 | ## agreement. | ||
15 | ## | ||
16 | ## For further information use the contact form at | ||
17 | ## http://www.qt.io/contact-us. | ||
18 | ## | 10 | ## |
11 | ## Commercial License Usage | ||
12 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
13 | ## accordance with the commercial license agreement provided with the | ||
14 | ## Software or, alternatively, in accordance with the terms contained in | ||
15 | ## a written agreement between you and The Qt Company. For licensing terms | ||
16 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
17 | ## information use the contact form at http://www.qt.io/contact-us. | ||
19 | ## | 18 | ## |
20 | ## $QT_END_LICENSE$ | 19 | ## $QT_END_LICENSE$ |
21 | ## | 20 | ## |
22 | ############################################################################# | 21 | ############################################################################## |
23 | 22 | ||
24 | DAEMON=/usr/bin/sdcardmountd | 23 | DAEMON=/usr/bin/sdcardmountd |
25 | 24 | ||
diff --git a/recipes-qt/b2qt-addons/b2qt-emulator-vinput.bb b/recipes-qt/b2qt-addons/b2qt-emulator-vinput.bb index 221816e..ad4ac45 100644 --- a/recipes-qt/b2qt-addons/b2qt-emulator-vinput.bb +++ b/recipes-qt/b2qt-addons/b2qt-emulator-vinput.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "Virtual input plugin for QtSimulator" | 22 | DESCRIPTION = "Virtual input plugin for QtSimulator" |
24 | LICENSE = "QtEnterprise" | 23 | LICENSE = "QtEnterprise" |
diff --git a/recipes-qt/b2qt-addons/b2qt-launcher.bb b/recipes-qt/b2qt-addons/b2qt-launcher.bb index 299ffbd..147f90b 100644 --- a/recipes-qt/b2qt-addons/b2qt-launcher.bb +++ b/recipes-qt/b2qt-addons/b2qt-launcher.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "Boot to Qt Demo Launcher" | 22 | DESCRIPTION = "Boot to Qt Demo Launcher" |
24 | LICENSE = "QtEnterprise" | 23 | LICENSE = "QtEnterprise" |
diff --git a/recipes-qt/b2qt-addons/b2qt-launcher/b2qt-startup.sh b/recipes-qt/b2qt-addons/b2qt-launcher/b2qt-startup.sh index 3acbd65..5635756 100755 --- a/recipes-qt/b2qt-addons/b2qt-launcher/b2qt-startup.sh +++ b/recipes-qt/b2qt-addons/b2qt-launcher/b2qt-startup.sh | |||
@@ -1,25 +1,24 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | ############################################################################# | 2 | ############################################################################## |
3 | ## | 3 | ## |
4 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 4 | ## Copyright (C) 2016 The Qt Company Ltd. |
5 | ## Contact: http://www.qt.io/licensing/ | ||
5 | ## | 6 | ## |
6 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 7 | ## This file is part of the Boot to Qt meta layer. |
7 | ## framework. | ||
8 | ## | 8 | ## |
9 | ## $QT_BEGIN_LICENSE$ | 9 | ## $QT_BEGIN_LICENSE:COMM$ |
10 | ## Commercial License Usage Only | ||
11 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
12 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
13 | ## may use this file in accordance with the terms contained in said license | ||
14 | ## agreement. | ||
15 | ## | ||
16 | ## For further information use the contact form at | ||
17 | ## http://www.qt.io/contact-us. | ||
18 | ## | 10 | ## |
11 | ## Commercial License Usage | ||
12 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
13 | ## accordance with the commercial license agreement provided with the | ||
14 | ## Software or, alternatively, in accordance with the terms contained in | ||
15 | ## a written agreement between you and The Qt Company. For licensing terms | ||
16 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
17 | ## information use the contact form at http://www.qt.io/contact-us. | ||
19 | ## | 18 | ## |
20 | ## $QT_END_LICENSE$ | 19 | ## $QT_END_LICENSE$ |
21 | ## | 20 | ## |
22 | ############################################################################# | 21 | ############################################################################## |
23 | 22 | ||
24 | case "$1" in | 23 | case "$1" in |
25 | start) | 24 | start) |
diff --git a/recipes-qt/b2qt-addons/b2qt-utils.bb b/recipes-qt/b2qt-addons/b2qt-utils.bb index 7b0b721..00efce9 100644 --- a/recipes-qt/b2qt-addons/b2qt-utils.bb +++ b/recipes-qt/b2qt-addons/b2qt-utils.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "Boot to Qt Utils module" | 22 | DESCRIPTION = "Boot to Qt Utils module" |
24 | LICENSE = "QtEnterprise" | 23 | LICENSE = "QtEnterprise" |
diff --git a/recipes-qt/images/b2qt-automotive-qt5-image.bb b/recipes-qt/images/b2qt-automotive-qt5-image.bb index 7c3cd0c..004c2e8 100644 --- a/recipes-qt/images/b2qt-automotive-qt5-image.bb +++ b/recipes-qt/images/b2qt-automotive-qt5-image.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "B2Qt Automotive Qt5 image" | 22 | DESCRIPTION = "B2Qt Automotive Qt5 image" |
24 | LICENSE = "QtEnterprise" | 23 | LICENSE = "QtEnterprise" |
diff --git a/recipes-qt/images/b2qt-embedded-qt5-image.bb b/recipes-qt/images/b2qt-embedded-qt5-image.bb index bc130fb..2909e38 100644 --- a/recipes-qt/images/b2qt-embedded-qt5-image.bb +++ b/recipes-qt/images/b2qt-embedded-qt5-image.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "B2Qt embedded Qt5 image" | 22 | DESCRIPTION = "B2Qt embedded Qt5 image" |
24 | LICENSE = "QtEnterprise" | 23 | LICENSE = "QtEnterprise" |
diff --git a/recipes-qt/meta/meta-toolchain-b2qt-automotive-qt5-sdk.bb b/recipes-qt/meta/meta-toolchain-b2qt-automotive-qt5-sdk.bb index 124adbe..945a330 100644 --- a/recipes-qt/meta/meta-toolchain-b2qt-automotive-qt5-sdk.bb +++ b/recipes-qt/meta/meta-toolchain-b2qt-automotive-qt5-sdk.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "B2Qt embedded Qt5 SDK toolchain" | 22 | DESCRIPTION = "B2Qt embedded Qt5 SDK toolchain" |
24 | 23 | ||
diff --git a/recipes-qt/meta/meta-toolchain-b2qt-embedded-qt5-sdk.bb b/recipes-qt/meta/meta-toolchain-b2qt-embedded-qt5-sdk.bb index eb114cd..9b6bb87 100644 --- a/recipes-qt/meta/meta-toolchain-b2qt-embedded-qt5-sdk.bb +++ b/recipes-qt/meta/meta-toolchain-b2qt-embedded-qt5-sdk.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "B2Qt embedded Qt5 SDK toolchain" | 22 | DESCRIPTION = "B2Qt embedded Qt5 SDK toolchain" |
24 | 23 | ||
diff --git a/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-embedded-qt5-toolchain-host.bb b/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-embedded-qt5-toolchain-host.bb index b1456ed..19e6952 100644 --- a/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-embedded-qt5-toolchain-host.bb +++ b/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-embedded-qt5-toolchain-host.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "Host packages for B2Qt embedded Qt5 SDK" | 22 | DESCRIPTION = "Host packages for B2Qt embedded Qt5 SDK" |
24 | LICENSE = "QtEnterprise" | 23 | LICENSE = "QtEnterprise" |
diff --git a/recipes-qt/packagegroups/packagegroup-b2qt-automotive-addons.bb b/recipes-qt/packagegroups/packagegroup-b2qt-automotive-addons.bb index c1bdd89..5857af2 100644 --- a/recipes-qt/packagegroups/packagegroup-b2qt-automotive-addons.bb +++ b/recipes-qt/packagegroups/packagegroup-b2qt-automotive-addons.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "Automotive specific Qt packages" | 22 | DESCRIPTION = "Automotive specific Qt packages" |
24 | LICENSE = "QtEnterprise" | 23 | LICENSE = "QtEnterprise" |
diff --git a/recipes-qt/packagegroups/packagegroup-b2qt-automotive-qt5-toolchain-target.bb b/recipes-qt/packagegroups/packagegroup-b2qt-automotive-qt5-toolchain-target.bb index 4c7de92..8a05757 100644 --- a/recipes-qt/packagegroups/packagegroup-b2qt-automotive-qt5-toolchain-target.bb +++ b/recipes-qt/packagegroups/packagegroup-b2qt-automotive-qt5-toolchain-target.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "Target packages for B2Qt Automotive Qt5 SDK" | 22 | DESCRIPTION = "Target packages for B2Qt Automotive Qt5 SDK" |
24 | LICENSE = "QtEnterprise" | 23 | LICENSE = "QtEnterprise" |
diff --git a/recipes-qt/packagegroups/packagegroup-b2qt-embedded-addons.bb b/recipes-qt/packagegroups/packagegroup-b2qt-embedded-addons.bb index 006702a..2676e6e 100644 --- a/recipes-qt/packagegroups/packagegroup-b2qt-embedded-addons.bb +++ b/recipes-qt/packagegroups/packagegroup-b2qt-embedded-addons.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "Device Creation specific Qt packages" | 22 | DESCRIPTION = "Device Creation specific Qt packages" |
24 | LICENSE = "QtEnterprise" | 23 | LICENSE = "QtEnterprise" |
diff --git a/recipes-qt/packagegroups/packagegroup-b2qt-embedded-qt5-toolchain-target.bb b/recipes-qt/packagegroups/packagegroup-b2qt-embedded-qt5-toolchain-target.bb index 66e0d75..66f055c 100644 --- a/recipes-qt/packagegroups/packagegroup-b2qt-embedded-qt5-toolchain-target.bb +++ b/recipes-qt/packagegroups/packagegroup-b2qt-embedded-qt5-toolchain-target.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "Target packages for B2Qt embedded Qt5 SDK" | 22 | DESCRIPTION = "Target packages for B2Qt embedded Qt5 SDK" |
24 | LICENSE = "QtEnterprise" | 23 | LICENSE = "QtEnterprise" |
diff --git a/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb b/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb index b4e1d9e..7e8ce67 100644 --- a/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb +++ b/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "Qt5 modules" | 22 | DESCRIPTION = "Qt5 modules" |
24 | LICENSE = "QtEnterprise" | 23 | LICENSE = "QtEnterprise" |
diff --git a/recipes-qt/qt5-addons/qtcharts_git.bb b/recipes-qt/qt5-addons/qtcharts_git.bb index 1f79d25..b1361ea 100644 --- a/recipes-qt/qt5-addons/qtcharts_git.bb +++ b/recipes-qt/qt5-addons/qtcharts_git.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "Qt Charts" | 22 | DESCRIPTION = "Qt Charts" |
24 | LICENSE = "QtEnterprise" | 23 | LICENSE = "QtEnterprise" |
diff --git a/recipes-qt/qt5-addons/qtdatavis3d_git.bb b/recipes-qt/qt5-addons/qtdatavis3d_git.bb index 5d1aad0..e60540b 100644 --- a/recipes-qt/qt5-addons/qtdatavis3d_git.bb +++ b/recipes-qt/qt5-addons/qtdatavis3d_git.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "Qt Data Visualization" | 22 | DESCRIPTION = "Qt Data Visualization" |
24 | LICENSE = "QtEnterprise" | 23 | LICENSE = "QtEnterprise" |
diff --git a/recipes-qt/qt5-addons/qtdeclarative-render2d_git.bb b/recipes-qt/qt5-addons/qtdeclarative-render2d_git.bb index 8753c62..9aaf2ff 100644 --- a/recipes-qt/qt5-addons/qtdeclarative-render2d_git.bb +++ b/recipes-qt/qt5-addons/qtdeclarative-render2d_git.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "Qt Quick 2D Rendender" | 22 | DESCRIPTION = "Qt Quick 2D Rendender" |
24 | LICENSE = "QtEnterprise" | 23 | LICENSE = "QtEnterprise" |
diff --git a/recipes-qt/qt5-addons/qtglesstream.bb b/recipes-qt/qt5-addons/qtglesstream.bb index 6b64cb1..79fe2f8 100644 --- a/recipes-qt/qt5-addons/qtglesstream.bb +++ b/recipes-qt/qt5-addons/qtglesstream.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "QtGlesStream" | 22 | DESCRIPTION = "QtGlesStream" |
24 | LICENSE = "QtEnterprise" | 23 | LICENSE = "QtEnterprise" |
diff --git a/recipes-qt/qt5-addons/qtquickcompiler_git.bb b/recipes-qt/qt5-addons/qtquickcompiler_git.bb index cfdf3d2..4ddb443 100644 --- a/recipes-qt/qt5-addons/qtquickcompiler_git.bb +++ b/recipes-qt/qt5-addons/qtquickcompiler_git.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "Qt Quick Compiler" | 22 | DESCRIPTION = "Qt Quick Compiler" |
24 | LICENSE = "QtEnterprise" | 23 | LICENSE = "QtEnterprise" |
diff --git a/recipes-qt/qt5-addons/qtsimulator_1.0.bb b/recipes-qt/qt5-addons/qtsimulator_1.0.bb index 095b9bc..447ad48 100644 --- a/recipes-qt/qt5-addons/qtsimulator_1.0.bb +++ b/recipes-qt/qt5-addons/qtsimulator_1.0.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "QtSimulator" | 22 | DESCRIPTION = "QtSimulator" |
24 | LICENSE = "QtEnterprise" | 23 | LICENSE = "QtEnterprise" |
diff --git a/recipes-qt/qt5-addons/qtvirtualkeyboard_git.bb b/recipes-qt/qt5-addons/qtvirtualkeyboard_git.bb index 13f02b6..8594dc5 100644 --- a/recipes-qt/qt5-addons/qtvirtualkeyboard_git.bb +++ b/recipes-qt/qt5-addons/qtvirtualkeyboard_git.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "Qt Virtual Keyboard" | 22 | DESCRIPTION = "Qt Virtual Keyboard" |
24 | LICENSE = "QtEnterprise" | 23 | LICENSE = "QtEnterprise" |
diff --git a/recipes-qt/qt5/nativesdk-qtbase_git.bbappend b/recipes-qt/qt5/nativesdk-qtbase_git.bbappend index a5e3919..a525959 100644 --- a/recipes-qt/qt5/nativesdk-qtbase_git.bbappend +++ b/recipes-qt/qt5/nativesdk-qtbase_git.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | # Needed by qtxmlpatterns | 22 | # Needed by qtxmlpatterns |
24 | EXTRA_QTLIB_append = " Network Sql" | 23 | EXTRA_QTLIB_append = " Network Sql" |
diff --git a/recipes-qt/qt5/qt3d_git.bbappend b/recipes-qt/qt5/qt3d_git.bbappend index 19970ef..d13b7f1 100644 --- a/recipes-qt/qt5/qt3d_git.bbappend +++ b/recipes-qt/qt5/qt3d_git.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}:" |
24 | 23 | ||
diff --git a/recipes-qt/qt5/qtbase-native_git.bbappend b/recipes-qt/qt5/qtbase-native_git.bbappend index 3aa38cb..4363833 100644 --- a/recipes-qt/qt5/qtbase-native_git.bbappend +++ b/recipes-qt/qt5/qtbase-native_git.bbappend | |||
@@ -1,23 +1,22 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | SRCREV = "3880f41e683f02b905c8cbc3c578c3f3a0a1eb2e" | 22 | SRCREV = "3880f41e683f02b905c8cbc3c578c3f3a0a1eb2e" |
diff --git a/recipes-qt/qt5/qtbase_git.bbappend b/recipes-qt/qt5/qtbase_git.bbappend index d83db2e..20d5cce 100644 --- a/recipes-qt/qt5/qtbase_git.bbappend +++ b/recipes-qt/qt5/qtbase_git.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | PACKAGECONFIG_GL = "gles2" | 22 | PACKAGECONFIG_GL = "gles2" |
24 | PACKAGECONFIG += " \ | 23 | PACKAGECONFIG += " \ |
diff --git a/recipes-qt/qt5/qtcanvas3d_git.bbappend b/recipes-qt/qt5/qtcanvas3d_git.bbappend index 1d2a6ba..ef7433e 100644 --- a/recipes-qt/qt5/qtcanvas3d_git.bbappend +++ b/recipes-qt/qt5/qtcanvas3d_git.bbappend | |||
@@ -1,23 +1,22 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | SRCREV = "bb1504c271e18a26ad6ac20d55485c167671b1c2" | 22 | SRCREV = "bb1504c271e18a26ad6ac20d55485c167671b1c2" |
diff --git a/recipes-qt/qt5/qtconnectivity_git.bbappend b/recipes-qt/qt5/qtconnectivity_git.bbappend index 3d2c0be..97a2a1e 100644 --- a/recipes-qt/qt5/qtconnectivity_git.bbappend +++ b/recipes-qt/qt5/qtconnectivity_git.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | PACKAGECONFIG += "bluez4" | 22 | PACKAGECONFIG += "bluez4" |
24 | 23 | ||
diff --git a/recipes-qt/qt5/qtdeclarative_git.bbappend b/recipes-qt/qt5/qtdeclarative_git.bbappend index 2df08a7..12f332a 100644 --- a/recipes-qt/qt5/qtdeclarative_git.bbappend +++ b/recipes-qt/qt5/qtdeclarative_git.bbappend | |||
@@ -1,23 +1,22 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | SRCREV = "a4b2fa94d28327b83c8a1ddce5741c29cb0a7e0c" | 22 | SRCREV = "a4b2fa94d28327b83c8a1ddce5741c29cb0a7e0c" |
diff --git a/recipes-qt/qt5/qtgraphicaleffects_git.bbappend b/recipes-qt/qt5/qtgraphicaleffects_git.bbappend index d5051e3..fff3b75 100644 --- a/recipes-qt/qt5/qtgraphicaleffects_git.bbappend +++ b/recipes-qt/qt5/qtgraphicaleffects_git.bbappend | |||
@@ -1,23 +1,22 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | SRCREV = "3f240169388d2f3090cd5730e03df8d8ab670510" | 22 | SRCREV = "3f240169388d2f3090cd5730e03df8d8ab670510" |
diff --git a/recipes-qt/qt5/qtimageformats_git.bbappend b/recipes-qt/qt5/qtimageformats_git.bbappend index dffcaa7..e0bbea2 100644 --- a/recipes-qt/qt5/qtimageformats_git.bbappend +++ b/recipes-qt/qt5/qtimageformats_git.bbappend | |||
@@ -1,23 +1,22 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | SRCREV = "6730d70f001c9492d32a6a8e95c304a52d7ddc35" | 22 | SRCREV = "6730d70f001c9492d32a6a8e95c304a52d7ddc35" |
diff --git a/recipes-qt/qt5/qtlocation_git.bbappend b/recipes-qt/qt5/qtlocation_git.bbappend index 5e6f59e..f928317 100644 --- a/recipes-qt/qt5/qtlocation_git.bbappend +++ b/recipes-qt/qt5/qtlocation_git.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | PACKAGECONFIG += "gypsy" | 22 | PACKAGECONFIG += "gypsy" |
24 | 23 | ||
diff --git a/recipes-qt/qt5/qtmultimedia_git.bbappend b/recipes-qt/qt5/qtmultimedia_git.bbappend index abfd613..2662c2a 100644 --- a/recipes-qt/qt5/qtmultimedia_git.bbappend +++ b/recipes-qt/qt5/qtmultimedia_git.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | PACKAGECONFIG += "${@base_contains("DISTRO_FEATURES", "gstreamer010", "gstreamer010", "gstreamer", d)}" | 22 | PACKAGECONFIG += "${@base_contains("DISTRO_FEATURES", "gstreamer010", "gstreamer010", "gstreamer", d)}" |
24 | 23 | ||
diff --git a/recipes-qt/qt5/qtquickcontrols2_git.bb b/recipes-qt/qt5/qtquickcontrols2_git.bb index e09985c..9414c13 100644 --- a/recipes-qt/qt5/qtquickcontrols2_git.bb +++ b/recipes-qt/qt5/qtquickcontrols2_git.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | require recipes-qt/qt5/qt5.inc | 22 | require recipes-qt/qt5/qt5.inc |
24 | require recipes-qt/qt5/qt5-git.inc | 23 | require recipes-qt/qt5/qt5-git.inc |
diff --git a/recipes-qt/qt5/qtquickcontrols_git.bbappend b/recipes-qt/qt5/qtquickcontrols_git.bbappend index 2f54def..c83ca28 100644 --- a/recipes-qt/qt5/qtquickcontrols_git.bbappend +++ b/recipes-qt/qt5/qtquickcontrols_git.bbappend | |||
@@ -1,23 +1,22 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | SRCREV = "5a992a14da4334364d81ad8d9e0b270ad0bb370d" | 22 | SRCREV = "5a992a14da4334364d81ad8d9e0b270ad0bb370d" |
diff --git a/recipes-qt/qt5/qtsensors_git.bbappend b/recipes-qt/qt5/qtsensors_git.bbappend index 14c2844..aa5db59 100644 --- a/recipes-qt/qt5/qtsensors_git.bbappend +++ b/recipes-qt/qt5/qtsensors_git.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | EXTRA_QMAKEVARS_PRE_emulator += "SENSORS_PLUGINS=simulator" | 22 | EXTRA_QMAKEVARS_PRE_emulator += "SENSORS_PLUGINS=simulator" |
24 | DEPENDS_emulator += "qtsimulator" | 23 | DEPENDS_emulator += "qtsimulator" |
diff --git a/recipes-qt/qt5/qtserialbus_git.bb b/recipes-qt/qt5/qtserialbus_git.bb index 7d763f8..c8e4776 100644 --- a/recipes-qt/qt5/qtserialbus_git.bb +++ b/recipes-qt/qt5/qtserialbus_git.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | require recipes-qt/qt5/qt5.inc | 22 | require recipes-qt/qt5/qt5.inc |
24 | require recipes-qt/qt5/qt5-git.inc | 23 | require recipes-qt/qt5/qt5-git.inc |
diff --git a/recipes-qt/qt5/qtserialport_git.bbappend b/recipes-qt/qt5/qtserialport_git.bbappend index 7184873..b1ce4f0 100644 --- a/recipes-qt/qt5/qtserialport_git.bbappend +++ b/recipes-qt/qt5/qtserialport_git.bbappend | |||
@@ -1,23 +1,22 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | SRCREV = "afe2f2386ecfdc3d0d3fe46f7d1662ab0b6851ce" | 22 | SRCREV = "afe2f2386ecfdc3d0d3fe46f7d1662ab0b6851ce" |
diff --git a/recipes-qt/qt5/qtsvg_git.bbappend b/recipes-qt/qt5/qtsvg_git.bbappend index 5560292..03ad0cd 100644 --- a/recipes-qt/qt5/qtsvg_git.bbappend +++ b/recipes-qt/qt5/qtsvg_git.bbappend | |||
@@ -1,23 +1,22 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | SRCREV = "84eae855ee57ab1c37c8a84ad7e7afcd40b919e6" | 22 | SRCREV = "84eae855ee57ab1c37c8a84ad7e7afcd40b919e6" |
diff --git a/recipes-qt/qt5/qtsystems_git.bbappend b/recipes-qt/qt5/qtsystems_git.bbappend index 40fc028..3d02409 100644 --- a/recipes-qt/qt5/qtsystems_git.bbappend +++ b/recipes-qt/qt5/qtsystems_git.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | EXTRA_QMAKEVARS_PRE_emulator += "CONFIG+=simulator" | 22 | EXTRA_QMAKEVARS_PRE_emulator += "CONFIG+=simulator" |
24 | DEPENDS_emulator += "qtsimulator" | 23 | DEPENDS_emulator += "qtsimulator" |
diff --git a/recipes-qt/qt5/qttools_git.bbappend b/recipes-qt/qt5/qttools_git.bbappend index aeb6ce7..a133bfc 100644 --- a/recipes-qt/qt5/qttools_git.bbappend +++ b/recipes-qt/qt5/qttools_git.bbappend | |||
@@ -1,23 +1,22 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | SRCREV = "fe4c8a36bccf83b0026ef000af69cbc41b269386" | 22 | SRCREV = "fe4c8a36bccf83b0026ef000af69cbc41b269386" |
diff --git a/recipes-qt/qt5/qttranslations_git.bbappend b/recipes-qt/qt5/qttranslations_git.bbappend index 6c92e7c..9488e7b 100644 --- a/recipes-qt/qt5/qttranslations_git.bbappend +++ b/recipes-qt/qt5/qttranslations_git.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | SRCREV = "2d9a8c83893be4abde136ec87fc3db220ce8a0a5" | 22 | SRCREV = "2d9a8c83893be4abde136ec87fc3db220ce8a0a5" |
24 | 23 | ||
diff --git a/recipes-qt/qt5/qtwayland-native_5.7-wip.bb b/recipes-qt/qt5/qtwayland-native_5.7-wip.bb index b1d03c2..cd54903 100644 --- a/recipes-qt/qt5/qtwayland-native_5.7-wip.bb +++ b/recipes-qt/qt5/qtwayland-native_5.7-wip.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | require recipes-qt/qt5/qtwayland-native_git.bb | 22 | require recipes-qt/qt5/qtwayland-native_git.bb |
24 | 23 | ||
diff --git a/recipes-qt/qt5/qtwayland-native_git.bbappend b/recipes-qt/qt5/qtwayland-native_git.bbappend index c269361..5d1b41b 100644 --- a/recipes-qt/qt5/qtwayland-native_git.bbappend +++ b/recipes-qt/qt5/qtwayland-native_git.bbappend | |||
@@ -1,23 +1,22 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | SRCREV = "f51de354b14d5a25d7e32debe0d56b9fbed67a4f" | 22 | SRCREV = "f51de354b14d5a25d7e32debe0d56b9fbed67a4f" |
diff --git a/recipes-qt/qt5/qtwayland_5.7-wip.bb b/recipes-qt/qt5/qtwayland_5.7-wip.bb index 6a97e19..b3dcfe7 100644 --- a/recipes-qt/qt5/qtwayland_5.7-wip.bb +++ b/recipes-qt/qt5/qtwayland_5.7-wip.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | require recipes-qt/qt5/qtwayland_git.bb | 22 | require recipes-qt/qt5/qtwayland_git.bb |
24 | 23 | ||
diff --git a/recipes-qt/qt5/qtwayland_git.bbappend b/recipes-qt/qt5/qtwayland_git.bbappend index c269361..5d1b41b 100644 --- a/recipes-qt/qt5/qtwayland_git.bbappend +++ b/recipes-qt/qt5/qtwayland_git.bbappend | |||
@@ -1,23 +1,22 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | SRCREV = "f51de354b14d5a25d7e32debe0d56b9fbed67a4f" | 22 | SRCREV = "f51de354b14d5a25d7e32debe0d56b9fbed67a4f" |
diff --git a/recipes-qt/qt5/qtwebchannel_git.bbappend b/recipes-qt/qt5/qtwebchannel_git.bbappend index 53bd939..7b129ac 100644 --- a/recipes-qt/qt5/qtwebchannel_git.bbappend +++ b/recipes-qt/qt5/qtwebchannel_git.bbappend | |||
@@ -1,23 +1,22 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | SRCREV = "97577a0f27a1f427948871ae535645a2e0788bf7" | 22 | SRCREV = "97577a0f27a1f427948871ae535645a2e0788bf7" |
diff --git a/recipes-qt/qt5/qtwebengine_git.bbappend b/recipes-qt/qt5/qtwebengine_git.bbappend index 168f5aa..ea9b1a6 100644 --- a/recipes-qt/qt5/qtwebengine_git.bbappend +++ b/recipes-qt/qt5/qtwebengine_git.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}:" |
24 | 23 | ||
diff --git a/recipes-qt/qt5/qtwebsockets_git.bbappend b/recipes-qt/qt5/qtwebsockets_git.bbappend index eeded12..c83e137 100644 --- a/recipes-qt/qt5/qtwebsockets_git.bbappend +++ b/recipes-qt/qt5/qtwebsockets_git.bbappend | |||
@@ -1,23 +1,22 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | SRCREV = "469f748515b65cd4c9bec8794ec37ca6cf5df026" | 22 | SRCREV = "469f748515b65cd4c9bec8794ec37ca6cf5df026" |
diff --git a/recipes-qt/qt5/qtxmlpatterns_git.bbappend b/recipes-qt/qt5/qtxmlpatterns_git.bbappend index 4d508e7..2a81e0a 100644 --- a/recipes-qt/qt5/qtxmlpatterns_git.bbappend +++ b/recipes-qt/qt5/qtxmlpatterns_git.bbappend | |||
@@ -1,23 +1,22 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | SRCREV = "8ba610490e2d93526c165584e2f52c7ae8e9edc0" | 22 | SRCREV = "8ba610490e2d93526c165584e2f52c7ae8e9edc0" |
diff --git a/recipes/adbd/adbd.bb b/recipes/adbd/adbd.bb index e32311e..fa74a48 100644 --- a/recipes/adbd/adbd.bb +++ b/recipes/adbd/adbd.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "Android Debug Bridge Daemon" | 22 | DESCRIPTION = "Android Debug Bridge Daemon" |
24 | HOMEPAGE = "http://developer.android.com/tools/help/adb.html" | 23 | HOMEPAGE = "http://developer.android.com/tools/help/adb.html" |
diff --git a/recipes/alsa/alsa-state.bbappend b/recipes/alsa/alsa-state.bbappend index bdb9cdd..9b56df1 100644 --- a/recipes/alsa/alsa-state.bbappend +++ b/recipes/alsa/alsa-state.bbappend | |||
@@ -1,23 +1,22 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
diff --git a/recipes/base-files/base-files_3.0.14.bbappend b/recipes/base-files/base-files_3.0.14.bbappend index 20f38d7..e889a2d 100644 --- a/recipes/base-files/base-files_3.0.14.bbappend +++ b/recipes/base-files/base-files_3.0.14.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
24 | SRC_URI += "\ | 23 | SRC_URI += "\ |
diff --git a/recipes/ca-certificates/ca-certificates_%.bbappend b/recipes/ca-certificates/ca-certificates_%.bbappend index 9ad02d6..0c31fb9 100644 --- a/recipes/ca-certificates/ca-certificates_%.bbappend +++ b/recipes/ca-certificates/ca-certificates_%.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | SRC_URI_remove = "file://0001-update-ca-certificates-remove-c-rehash.patch" | 22 | SRC_URI_remove = "file://0001-update-ca-certificates-remove-c-rehash.patch" |
24 | DEPENDS_class-native = "coreutils-native" | 23 | DEPENDS_class-native = "coreutils-native" |
diff --git a/recipes/dbus/dbus_%.bbappend b/recipes/dbus/dbus_%.bbappend index 4eab3aa..6905df3 100644 --- a/recipes/dbus/dbus_%.bbappend +++ b/recipes/dbus/dbus_%.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | FILESEXTRAPATHS_append := ":${THISDIR}/${PN}" | 22 | FILESEXTRAPATHS_append := ":${THISDIR}/${PN}" |
24 | SRC_URI += " \ | 23 | SRC_URI += " \ |
diff --git a/recipes/dracut/dracut_git.bbappend b/recipes/dracut/dracut_git.bbappend index 3e974cd..e33637a 100644 --- a/recipes/dracut/dracut_git.bbappend +++ b/recipes/dracut/dracut_git.bbappend | |||
@@ -1,3 +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 | |||
1 | # Upstream recipe mistakenly depends on systemd, we remove that dependency here. | 22 | # Upstream recipe mistakenly depends on systemd, we remove that dependency here. |
2 | RDEPENDS_${PN}_remove = "systemd" | 23 | RDEPENDS_${PN}_remove = "systemd" |
3 | REQUIRED_DISTRO_FEATURES_remove = "systemd" | 24 | REQUIRED_DISTRO_FEATURES_remove = "systemd" |
diff --git a/recipes/fonts/otf-noto.bb b/recipes/fonts/otf-noto.bb index 742c001..d49e111 100644 --- a/recipes/fonts/otf-noto.bb +++ b/recipes/fonts/otf-noto.bb | |||
@@ -1,3 +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 | |||
1 | SUMMARY = "Noto Sans CJK" | 22 | SUMMARY = "Noto Sans CJK" |
2 | SECTION = "fonts" | 23 | SECTION = "fonts" |
3 | HOMEPAGE = "http://www.google.com/get/noto" | 24 | HOMEPAGE = "http://www.google.com/get/noto" |
diff --git a/recipes/fonts/ttf-devanagari_2.94.0.bb b/recipes/fonts/ttf-devanagari_2.94.0.bb index f945c82..513ef60 100644 --- a/recipes/fonts/ttf-devanagari_2.94.0.bb +++ b/recipes/fonts/ttf-devanagari_2.94.0.bb | |||
@@ -1,3 +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 | |||
1 | SUMMARY = "Lohit Devanagari Fonts" | 22 | SUMMARY = "Lohit Devanagari Fonts" |
2 | SECTION = "fonts" | 23 | SECTION = "fonts" |
3 | HOMEPAGE = "https://fedorahosted.org/lohit/" | 24 | HOMEPAGE = "https://fedorahosted.org/lohit/" |
diff --git a/recipes/fonts/ttf-opensans.bb b/recipes/fonts/ttf-opensans.bb index d115219..814eadb 100644 --- a/recipes/fonts/ttf-opensans.bb +++ b/recipes/fonts/ttf-opensans.bb | |||
@@ -1,3 +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 | |||
1 | SUMMARY = "Open Sans Fonts" | 22 | SUMMARY = "Open Sans Fonts" |
2 | SECTION = "fonts" | 23 | SECTION = "fonts" |
3 | HOMEPAGE = "https://www.google.com/fonts" | 24 | HOMEPAGE = "https://www.google.com/fonts" |
diff --git a/recipes/gcc/gcc-source_4.9.bbappend b/recipes/gcc/gcc-source_4.9.bbappend index 8702aae..2b937e6 100644 --- a/recipes/gcc/gcc-source_4.9.bbappend +++ b/recipes/gcc/gcc-source_4.9.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | FILESEXTRAPATHS_append := "${THISDIR}/gcc-4.9:" | 22 | FILESEXTRAPATHS_append := "${THISDIR}/gcc-4.9:" |
24 | 23 | ||
diff --git a/recipes/gdb/gdb-cross-canadian_7.8.1.bbappend b/recipes/gdb/gdb-cross-canadian_7.8.1.bbappend index 7e73d41..b8a804f 100644 --- a/recipes/gdb/gdb-cross-canadian_7.8.1.bbappend +++ b/recipes/gdb/gdb-cross-canadian_7.8.1.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DEPENDS_${PN}_append_sdkmingw32 = " nativesdk-prebuild-python" | 22 | DEPENDS_${PN}_append_sdkmingw32 = " nativesdk-prebuild-python" |
24 | RDEPENDS_${PN}_append_sdkmingw32 = " nativesdk-prebuild-python" | 23 | RDEPENDS_${PN}_append_sdkmingw32 = " nativesdk-prebuild-python" |
diff --git a/recipes/gperf/gperf_%.bbappend b/recipes/gperf/gperf_%.bbappend index 2dc86e4..ffc1dcd 100644 --- a/recipes/gperf/gperf_%.bbappend +++ b/recipes/gperf/gperf_%.bbappend | |||
@@ -1,23 +1,22 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | BBCLASSEXTEND = "native nativesdk" | 22 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/recipes/gstreamer/gst-plugins-bad_0.10.23.bbappend b/recipes/gstreamer/gst-plugins-bad_0.10.23.bbappend index 1c5cc7c..5912e52 100644 --- a/recipes/gstreamer/gst-plugins-bad_0.10.23.bbappend +++ b/recipes/gstreamer/gst-plugins-bad_0.10.23.bbappend | |||
@@ -1 +1,22 @@ | |||
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 | |||
1 | PACKAGECONFIG_append = " faad" | 22 | PACKAGECONFIG_append = " faad" |
diff --git a/recipes/gstreamer/gst-plugins-base_0.10.%.bbappend b/recipes/gstreamer/gst-plugins-base_0.10.%.bbappend index 026aa2b..120546d 100644 --- a/recipes/gstreamer/gst-plugins-base_0.10.%.bbappend +++ b/recipes/gstreamer/gst-plugins-base_0.10.%.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
24 | 23 | ||
diff --git a/recipes/gstreamer/gstreamer1.0-plugins-bad_%.bbappend b/recipes/gstreamer/gstreamer1.0-plugins-bad_%.bbappend index 1c5cc7c..5912e52 100644 --- a/recipes/gstreamer/gstreamer1.0-plugins-bad_%.bbappend +++ b/recipes/gstreamer/gstreamer1.0-plugins-bad_%.bbappend | |||
@@ -1 +1,22 @@ | |||
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 | |||
1 | PACKAGECONFIG_append = " faad" | 22 | PACKAGECONFIG_append = " faad" |
diff --git a/recipes/gstreamer/gstreamer1.0-plugins-base_%.bbappend b/recipes/gstreamer/gstreamer1.0-plugins-base_%.bbappend index 026aa2b..120546d 100644 --- a/recipes/gstreamer/gstreamer1.0-plugins-base_%.bbappend +++ b/recipes/gstreamer/gstreamer1.0-plugins-base_%.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
24 | 23 | ||
diff --git a/recipes/gstreamer/gstreamer1.0-plugins-ugly_%.bbappend b/recipes/gstreamer/gstreamer1.0-plugins-ugly_%.bbappend index cff6298..00d6a82 100644 --- a/recipes/gstreamer/gstreamer1.0-plugins-ugly_%.bbappend +++ b/recipes/gstreamer/gstreamer1.0-plugins-ugly_%.bbappend | |||
@@ -1,2 +1,23 @@ | |||
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 | |||
1 | PACKAGECONFIG_append = " x264" | 22 | PACKAGECONFIG_append = " x264" |
2 | FILES_${PN}-x264 += "${datadir}/gstreamer-1.0/presets/*.prs" | 23 | FILES_${PN}-x264 += "${datadir}/gstreamer-1.0/presets/*.prs" |
diff --git a/recipes/hunspell/hunspell_1.3.2.bb b/recipes/hunspell/hunspell_1.3.2.bb index 6adb48c..6faea05 100644 --- a/recipes/hunspell/hunspell_1.3.2.bb +++ b/recipes/hunspell/hunspell_1.3.2.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "Hunspell" | 22 | DESCRIPTION = "Hunspell" |
24 | LICENSE = "LGPLv2" | 23 | LICENSE = "LGPLv2" |
diff --git a/recipes/images/b2qt-embedded-image.bb b/recipes/images/b2qt-embedded-image.bb index d8e55ef..05f2dbf 100644 --- a/recipes/images/b2qt-embedded-image.bb +++ b/recipes/images/b2qt-embedded-image.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "B2Qt on embedded Linux SDK image" | 22 | DESCRIPTION = "B2Qt on embedded Linux SDK image" |
24 | LICENSE = "CLOSED" | 23 | LICENSE = "CLOSED" |
diff --git a/recipes/init-ifupdown/init-ifupdown_1.0.bbappend b/recipes/init-ifupdown/init-ifupdown_1.0.bbappend index 38ea659..c1299e2 100644 --- a/recipes/init-ifupdown/init-ifupdown_1.0.bbappend +++ b/recipes/init-ifupdown/init-ifupdown_1.0.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
24 | 23 | ||
diff --git a/recipes/initscripts/initscripts_1.0.bbappend b/recipes/initscripts/initscripts_1.0.bbappend index f8cdf55..d9c5e82 100644 --- a/recipes/initscripts/initscripts_1.0.bbappend +++ b/recipes/initscripts/initscripts_1.0.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | do_configure_append() { | 22 | do_configure_append() { |
24 | sed -i -e "/echo/d" ${WORKDIR}/banner.sh | 23 | sed -i -e "/echo/d" ${WORKDIR}/banner.sh |
diff --git a/recipes/libgsystem/libgsystem.bb b/recipes/libgsystem/libgsystem.bb index d2d1a0b..fde40d8 100644 --- a/recipes/libgsystem/libgsystem.bb +++ b/recipes/libgsystem/libgsystem.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2015 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | SUMMARY = "LibGSystem is a GIO-based library, targeted primarily for use by operating system components." | 22 | SUMMARY = "LibGSystem is a GIO-based library, targeted primarily for use by operating system components." |
24 | 23 | ||
diff --git a/recipes/libsdl/libsdl_1.2.15.bbappend b/recipes/libsdl/libsdl_1.2.15.bbappend index 3a08249..7e931a8 100644 --- a/recipes/libsdl/libsdl_1.2.15.bbappend +++ b/recipes/libsdl/libsdl_1.2.15.bbappend | |||
@@ -1 +1,22 @@ | |||
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 | |||
1 | DEPENDS_remove = "virtual/libgl libglu" | 22 | DEPENDS_remove = "virtual/libgl libglu" |
diff --git a/recipes/libsoup-2.4/libsoup-2.4_2.46.0.bbappend b/recipes/libsoup-2.4/libsoup-2.4_2.46.0.bbappend index bc3d1ff..fec4f94 100644 --- a/recipes/libsoup-2.4/libsoup-2.4_2.46.0.bbappend +++ b/recipes/libsoup-2.4/libsoup-2.4_2.46.0.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2015 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | # Remove this recipe when openembedded-core/meta/recipes-support/libsoup/ | 22 | # Remove this recipe when openembedded-core/meta/recipes-support/libsoup/ |
24 | # will be updated to 2.50.0 version or above. | 23 | # will be updated to 2.50.0 version or above. |
diff --git a/recipes/linux/linux-yocto_3.%.bbappend b/recipes/linux/linux-yocto_3.%.bbappend index 7d6289e..23b9d3a 100644 --- a/recipes/linux/linux-yocto_3.%.bbappend +++ b/recipes/linux/linux-yocto_3.%.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
24 | SRC_URI += "\ | 23 | SRC_URI += "\ |
diff --git a/recipes/meta/meta-environment.bbappend b/recipes/meta/meta-environment.bbappend index 93500c0..39f3586 100644 --- a/recipes/meta/meta-environment.bbappend +++ b/recipes/meta/meta-environment.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | toolchain_create_sdk_version_append () { | 22 | toolchain_create_sdk_version_append () { |
24 | echo 'Layer Revisions:' >> $versionfile | 23 | echo 'Layer Revisions:' >> $versionfile |
diff --git a/recipes/meta/meta-toolchain-b2qt-embedded-sdk.bb b/recipes/meta/meta-toolchain-b2qt-embedded-sdk.bb index fab2c25..5c91810 100644 --- a/recipes/meta/meta-toolchain-b2qt-embedded-sdk.bb +++ b/recipes/meta/meta-toolchain-b2qt-embedded-sdk.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "B2Qt on embedded Linux SDK toolchain" | 22 | DESCRIPTION = "B2Qt on embedded Linux SDK toolchain" |
24 | PR = "r0" | 23 | PR = "r0" |
diff --git a/recipes/opengldummy/opengldummy.bb b/recipes/opengldummy/opengldummy.bb index bfd8870..6636335 100644 --- a/recipes/opengldummy/opengldummy.bb +++ b/recipes/opengldummy/opengldummy.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "OpenGL dummy library provides headers and a dummy library for EGL/GLES" | 22 | DESCRIPTION = "OpenGL dummy library provides headers and a dummy library for EGL/GLES" |
24 | SECTION = "devel" | 23 | SECTION = "devel" |
diff --git a/recipes/opengldummy/opengldummy.inc b/recipes/opengldummy/opengldummy.inc index 7719f0c..a4966e8 100644 --- a/recipes/opengldummy/opengldummy.inc +++ b/recipes/opengldummy/opengldummy.inc | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | PROVIDES = "virtual/libgles2 virtual/libgles3 virtual/egl" | 22 | PROVIDES = "virtual/libgles2 virtual/libgles3 virtual/egl" |
24 | 23 | ||
diff --git a/recipes/opengldummy/qtglesstream-dummy-client.bb b/recipes/opengldummy/qtglesstream-dummy-client.bb index 1c02de1..6c71739 100644 --- a/recipes/opengldummy/qtglesstream-dummy-client.bb +++ b/recipes/opengldummy/qtglesstream-dummy-client.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "QtGlesStream dummy client provides headers and a dummy library for EGL/GLES" | 22 | DESCRIPTION = "QtGlesStream dummy client provides headers and a dummy library for EGL/GLES" |
24 | SECTION = "devel" | 23 | SECTION = "devel" |
diff --git a/recipes/openssl/openssl_1.%.bbappend b/recipes/openssl/openssl_1.%.bbappend index ce68b59..b44097a 100644 --- a/recipes/openssl/openssl_1.%.bbappend +++ b/recipes/openssl/openssl_1.%.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
24 | SRC_URI += "file://0001-Support-SYSROOT-in-c_rehash.patch" | 23 | SRC_URI += "file://0001-Support-SYSROOT-in-c_rehash.patch" |
diff --git a/recipes/ostree/ostree.bb b/recipes/ostree/ostree.bb index 74b3fbd..a0a1b8a 100644 --- a/recipes/ostree/ostree.bb +++ b/recipes/ostree/ostree.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2015 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | SUMMARY = "Tool for managing bootable, immutable, versioned filesystem trees." | 22 | SUMMARY = "Tool for managing bootable, immutable, versioned filesystem trees." |
24 | 23 | ||
diff --git a/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb b/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb index 9a89baf..a0de5e1 100644 --- a/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb +++ b/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "Host packages for B2Qt on embedded Linux SDK" | 22 | DESCRIPTION = "Host packages for B2Qt on embedded Linux SDK" |
24 | PR = "r0" | 23 | PR = "r0" |
diff --git a/recipes/packagegroup/packagegroup-b2qt-embedded-base.bb b/recipes/packagegroup/packagegroup-b2qt-embedded-base.bb index b6b9d11..8d993d9 100644 --- a/recipes/packagegroup/packagegroup-b2qt-embedded-base.bb +++ b/recipes/packagegroup/packagegroup-b2qt-embedded-base.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "Packagegroup for B2Qt embedded Linux image" | 22 | DESCRIPTION = "Packagegroup for B2Qt embedded Linux image" |
24 | LICENSE = "CLOSED" | 23 | LICENSE = "CLOSED" |
diff --git a/recipes/packagegroup/packagegroup-b2qt-embedded-gstreamer.bb b/recipes/packagegroup/packagegroup-b2qt-embedded-gstreamer.bb index b76304e..04a64e7 100644 --- a/recipes/packagegroup/packagegroup-b2qt-embedded-gstreamer.bb +++ b/recipes/packagegroup/packagegroup-b2qt-embedded-gstreamer.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "Additional gstreamer packagegroup for B2Qt embedded Linux image" | 22 | DESCRIPTION = "Additional gstreamer packagegroup for B2Qt embedded Linux image" |
24 | LICENSE = "CLOSED" | 23 | LICENSE = "CLOSED" |
diff --git a/recipes/packagegroup/packagegroup-b2qt-embedded-gstreamer010.bb b/recipes/packagegroup/packagegroup-b2qt-embedded-gstreamer010.bb index 5567303..ae9ef68 100644 --- a/recipes/packagegroup/packagegroup-b2qt-embedded-gstreamer010.bb +++ b/recipes/packagegroup/packagegroup-b2qt-embedded-gstreamer010.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "Additional gstreamer packagegroup for B2Qt embedded Linux image" | 22 | DESCRIPTION = "Additional gstreamer packagegroup for B2Qt embedded Linux image" |
24 | LICENSE = "CLOSED" | 23 | LICENSE = "CLOSED" |
diff --git a/recipes/packagegroup/packagegroup-b2qt-embedded-toolchain-target.bb b/recipes/packagegroup/packagegroup-b2qt-embedded-toolchain-target.bb index 47b7716..13935bd 100644 --- a/recipes/packagegroup/packagegroup-b2qt-embedded-toolchain-target.bb +++ b/recipes/packagegroup/packagegroup-b2qt-embedded-toolchain-target.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "Target packages for B2Qt on embedded Linux SDK" | 22 | DESCRIPTION = "Target packages for B2Qt on embedded Linux SDK" |
24 | PR = "r0" | 23 | PR = "r0" |
diff --git a/recipes/packagegroup/packagegroup-b2qt-embedded-tools.bb b/recipes/packagegroup/packagegroup-b2qt-embedded-tools.bb index 1af3a6b..c83b993 100644 --- a/recipes/packagegroup/packagegroup-b2qt-embedded-tools.bb +++ b/recipes/packagegroup/packagegroup-b2qt-embedded-tools.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "Additional tools packagegroup for B2Qt embedded Linux image" | 22 | DESCRIPTION = "Additional tools packagegroup for B2Qt embedded Linux image" |
24 | LICENSE = "CLOSED" | 23 | LICENSE = "CLOSED" |
diff --git a/recipes/perf/perf.bbappend b/recipes/perf/perf.bbappend index 1eec18d..c48e88e 100644 --- a/recipes/perf/perf.bbappend +++ b/recipes/perf/perf.bbappend | |||
@@ -1,2 +1,23 @@ | |||
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 | |||
1 | PERF_FEATURES_ENABLE = "perf-libunwind" | 22 | PERF_FEATURES_ENABLE = "perf-libunwind" |
2 | EXTRA_OEMAKE_remove = "NO_DWARF=1" | 23 | EXTRA_OEMAKE_remove = "NO_DWARF=1" |
diff --git a/recipes/perl/perl_5.%.bbappend b/recipes/perl/perl_5.%.bbappend index 22ce2a8..c8ac824 100644 --- a/recipes/perl/perl_5.%.bbappend +++ b/recipes/perl/perl_5.%.bbappend | |||
@@ -1,6 +1,6 @@ | |||
1 | ############################################################################## | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2015 The Qt Company Ltd. | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | 4 | ## Contact: http://www.qt.io/licensing/ |
5 | ## | 5 | ## |
6 | ## This file is part of the Boot to Qt meta layer. | 6 | ## This file is part of the Boot to Qt meta layer. |
diff --git a/recipes/psplash/psplash_git.bbappend b/recipes/psplash/psplash_git.bbappend index a5f7e1d..aa2c0d5 100644 --- a/recipes/psplash/psplash_git.bbappend +++ b/recipes/psplash/psplash_git.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" |
24 | 23 | ||
diff --git a/recipes/python/nativesdk-prebuild-python.bb b/recipes/python/nativesdk-prebuild-python.bb index 256a774..f67f634 100644 --- a/recipes/python/nativesdk-prebuild-python.bb +++ b/recipes/python/nativesdk-prebuild-python.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | LICENSE = "PSFv2" | 22 | LICENSE = "PSFv2" |
24 | 23 | ||
diff --git a/recipes/systemd/systemd_%.bbappend b/recipes/systemd/systemd_%.bbappend index be5517d..87b998b 100644 --- a/recipes/systemd/systemd_%.bbappend +++ b/recipes/systemd/systemd_%.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | do_install_append() { | 22 | do_install_append() { |
24 | # remove login from tty1 | 23 | # remove login from tty1 |
diff --git a/recipes/udev/udev_182.bbappend b/recipes/udev/udev_182.bbappend index aa23fd0..b1696e6 100644 --- a/recipes/udev/udev_182.bbappend +++ b/recipes/udev/udev_182.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
24 | 23 | ||
diff --git a/recipes/v86d/v86d_0.1.10.bbappend b/recipes/v86d/v86d_0.1.10.bbappend index 9d5dfe1..0a967ad 100644 --- a/recipes/v86d/v86d_0.1.10.bbappend +++ b/recipes/v86d/v86d_0.1.10.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
24 | 23 | ||
diff --git a/recipes/virtualbox/mount-vboxsf_4.3.30.bb b/recipes/virtualbox/mount-vboxsf_4.3.30.bb index e84e227..73dd40c 100644 --- a/recipes/virtualbox/mount-vboxsf_4.3.30.bb +++ b/recipes/virtualbox/mount-vboxsf_4.3.30.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "VirtualBox Guest Additions for Linux: mount" | 22 | DESCRIPTION = "VirtualBox Guest Additions for Linux: mount" |
24 | LICENSE = "GPLv2" | 23 | LICENSE = "GPLv2" |
diff --git a/recipes/virtualbox/virtualbox-guest-additions_4.3.30.bb b/recipes/virtualbox/virtualbox-guest-additions_4.3.30.bb index 43af064..d1b3347 100644 --- a/recipes/virtualbox/virtualbox-guest-additions_4.3.30.bb +++ b/recipes/virtualbox/virtualbox-guest-additions_4.3.30.bb | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | DESCRIPTION = "Kernel drivers for the VirtualBox guest additions" | 22 | DESCRIPTION = "Kernel drivers for the VirtualBox guest additions" |
24 | LICENSE = "GPLv2" | 23 | LICENSE = "GPLv2" |
diff --git a/recipes/wayland/wayland_1.%.bbappend b/recipes/wayland/wayland_1.%.bbappend index f61301d..4497942 100644 --- a/recipes/wayland/wayland_1.%.bbappend +++ b/recipes/wayland/wayland_1.%.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
24 | SRC_URI_append_class-nativesdk = " \ | 23 | SRC_URI_append_class-nativesdk = " \ |
diff --git a/recipes/wayland/weston_1.%.bbappend b/recipes/wayland/weston_1.%.bbappend index c3aa184..6e91467 100644 --- a/recipes/wayland/weston_1.%.bbappend +++ b/recipes/wayland/weston_1.%.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2015 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
24 | SRC_URI_append = " \ | 23 | SRC_URI_append = " \ |
diff --git a/recipes/wpa-supplicant/wpa-supplicant_2.%.bbappend b/recipes/wpa-supplicant/wpa-supplicant_2.%.bbappend index 708a616..34df95e 100644 --- a/recipes/wpa-supplicant/wpa-supplicant_2.%.bbappend +++ b/recipes/wpa-supplicant/wpa-supplicant_2.%.bbappend | |||
@@ -1,3 +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 | |||
1 | do_install_append () { | 22 | do_install_append () { |
2 | install -d ${D}${includedir}/wpa-supplicant | 23 | install -d ${D}${includedir}/wpa-supplicant |
3 | 24 | ||
diff --git a/recipes/x264/x264_git.bbappend b/recipes/x264/x264_git.bbappend index 6aed778..0e0e10a 100644 --- a/recipes/x264/x264_git.bbappend +++ b/recipes/x264/x264_git.bbappend | |||
@@ -1,24 +1,23 @@ | |||
1 | ############################################################################# | 1 | ############################################################################## |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 3 | ## Copyright (C) 2016 The Qt Company Ltd. |
4 | ## Contact: http://www.qt.io/licensing/ | ||
4 | ## | 5 | ## |
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 6 | ## This file is part of the Boot to Qt meta layer. |
6 | ## framework. | ||
7 | ## | 7 | ## |
8 | ## $QT_BEGIN_LICENSE$ | 8 | ## $QT_BEGIN_LICENSE:COMM$ |
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 | ## | 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. | ||
18 | ## | 17 | ## |
19 | ## $QT_END_LICENSE$ | 18 | ## $QT_END_LICENSE$ |
20 | ## | 19 | ## |
21 | ############################################################################# | 20 | ############################################################################## |
22 | 21 | ||
23 | # Workaround: at the sha version defined by tibidabo, the x264 recipe | 22 | # Workaround: at the sha version defined by tibidabo, the x264 recipe |
24 | # defines a nonexisting SRCREV sha. | 23 | # defines a nonexisting SRCREV sha. |
diff --git a/scripts/build-all.sh b/scripts/build-all.sh index 6bb939e..057eb7b 100755 --- a/scripts/build-all.sh +++ b/scripts/build-all.sh | |||
@@ -1,25 +1,24 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | ############################################################################# | 2 | ############################################################################## |
3 | ## | 3 | ## |
4 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 4 | ## Copyright (C) 2016 The Qt Company Ltd. |
5 | ## Contact: http://www.qt.io/licensing/ | ||
5 | ## | 6 | ## |
6 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 7 | ## This file is part of the Boot to Qt meta layer. |
7 | ## framework. | ||
8 | ## | 8 | ## |
9 | ## $QT_BEGIN_LICENSE$ | 9 | ## $QT_BEGIN_LICENSE:COMM$ |
10 | ## Commercial License Usage Only | ||
11 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
12 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
13 | ## may use this file in accordance with the terms contained in said license | ||
14 | ## agreement. | ||
15 | ## | ||
16 | ## For further information use the contact form at | ||
17 | ## http://www.qt.io/contact-us. | ||
18 | ## | 10 | ## |
11 | ## Commercial License Usage | ||
12 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
13 | ## accordance with the commercial license agreement provided with the | ||
14 | ## Software or, alternatively, in accordance with the terms contained in | ||
15 | ## a written agreement between you and The Qt Company. For licensing terms | ||
16 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
17 | ## information use the contact form at http://www.qt.io/contact-us. | ||
19 | ## | 18 | ## |
20 | ## $QT_END_LICENSE$ | 19 | ## $QT_END_LICENSE$ |
21 | ## | 20 | ## |
22 | ############################################################################# | 21 | ############################################################################## |
23 | 22 | ||
24 | while test -n "$1"; do | 23 | while test -n "$1"; do |
25 | case "$1" in | 24 | case "$1" in |
diff --git a/scripts/configure-qtcreator.sh b/scripts/configure-qtcreator.sh index 526d86f..1044d2a 100755 --- a/scripts/configure-qtcreator.sh +++ b/scripts/configure-qtcreator.sh | |||
@@ -1,25 +1,24 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | ############################################################################# | 2 | ############################################################################## |
3 | ## | 3 | ## |
4 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 4 | ## Copyright (C) 2016 The Qt Company Ltd. |
5 | ## Contact: http://www.qt.io/licensing/ | ||
5 | ## | 6 | ## |
6 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 7 | ## This file is part of the Boot to Qt meta layer. |
7 | ## framework. | ||
8 | ## | 8 | ## |
9 | ## $QT_BEGIN_LICENSE$ | 9 | ## $QT_BEGIN_LICENSE:COMM$ |
10 | ## Commercial License Usage Only | ||
11 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
12 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
13 | ## may use this file in accordance with the terms contained in said license | ||
14 | ## agreement. | ||
15 | ## | ||
16 | ## For further information use the contact form at | ||
17 | ## http://www.qt.io/contact-us. | ||
18 | ## | 10 | ## |
11 | ## Commercial License Usage | ||
12 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
13 | ## accordance with the commercial license agreement provided with the | ||
14 | ## Software or, alternatively, in accordance with the terms contained in | ||
15 | ## a written agreement between you and The Qt Company. For licensing terms | ||
16 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
17 | ## information use the contact form at http://www.qt.io/contact-us. | ||
19 | ## | 18 | ## |
20 | ## $QT_END_LICENSE$ | 19 | ## $QT_END_LICENSE$ |
21 | ## | 20 | ## |
22 | ############################################################################# | 21 | ############################################################################## |
23 | 22 | ||
24 | set -e | 23 | set -e |
25 | 24 | ||
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh index 0736d0d..f681d14 100755 --- a/scripts/setup-environment.sh +++ b/scripts/setup-environment.sh | |||
@@ -1,25 +1,24 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | ############################################################################# | 2 | ############################################################################## |
3 | ## | 3 | ## |
4 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 4 | ## Copyright (C) 2016 The Qt Company Ltd. |
5 | ## Contact: http://www.qt.io/licensing/ | ||
5 | ## | 6 | ## |
6 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 7 | ## This file is part of the Boot to Qt meta layer. |
7 | ## framework. | ||
8 | ## | 8 | ## |
9 | ## $QT_BEGIN_LICENSE$ | 9 | ## $QT_BEGIN_LICENSE:COMM$ |
10 | ## Commercial License Usage Only | ||
11 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
12 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
13 | ## may use this file in accordance with the terms contained in said license | ||
14 | ## agreement. | ||
15 | ## | ||
16 | ## For further information use the contact form at | ||
17 | ## http://www.qt.io/contact-us. | ||
18 | ## | 10 | ## |
11 | ## Commercial License Usage | ||
12 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
13 | ## accordance with the commercial license agreement provided with the | ||
14 | ## Software or, alternatively, in accordance with the terms contained in | ||
15 | ## a written agreement between you and The Qt Company. For licensing terms | ||
16 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
17 | ## information use the contact form at http://www.qt.io/contact-us. | ||
19 | ## | 18 | ## |
20 | ## $QT_END_LICENSE$ | 19 | ## $QT_END_LICENSE$ |
21 | ## | 20 | ## |
22 | ############################################################################# | 21 | ############################################################################## |
23 | 22 | ||
24 | while test -n "$1"; do | 23 | while test -n "$1"; do |
25 | case "$1" in | 24 | case "$1" in |
diff --git a/scripts/upload.sh b/scripts/upload.sh index c5a3bb6..2a87217 100755 --- a/scripts/upload.sh +++ b/scripts/upload.sh | |||
@@ -1,25 +1,24 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | ############################################################################# | 2 | ############################################################################## |
3 | ## | 3 | ## |
4 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | 4 | ## Copyright (C) 2016 The Qt Company Ltd. |
5 | ## Contact: http://www.qt.io/licensing/ | ||
5 | ## | 6 | ## |
6 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | 7 | ## This file is part of the Boot to Qt meta layer. |
7 | ## framework. | ||
8 | ## | 8 | ## |
9 | ## $QT_BEGIN_LICENSE$ | 9 | ## $QT_BEGIN_LICENSE:COMM$ |
10 | ## Commercial License Usage Only | ||
11 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
12 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
13 | ## may use this file in accordance with the terms contained in said license | ||
14 | ## agreement. | ||
15 | ## | ||
16 | ## For further information use the contact form at | ||
17 | ## http://qt.digia.com/contact-us. | ||
18 | ## | 10 | ## |
11 | ## Commercial License Usage | ||
12 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
13 | ## accordance with the commercial license agreement provided with the | ||
14 | ## Software or, alternatively, in accordance with the terms contained in | ||
15 | ## a written agreement between you and The Qt Company. For licensing terms | ||
16 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
17 | ## information use the contact form at http://www.qt.io/contact-us. | ||
19 | ## | 18 | ## |
20 | ## $QT_END_LICENSE$ | 19 | ## $QT_END_LICENSE$ |
21 | ## | 20 | ## |
22 | ############################################################################# | 21 | ############################################################################## |
23 | 22 | ||
24 | set -x | 23 | set -x |
25 | set -e | 24 | set -e |