summaryrefslogtreecommitdiffstats
path: root/meta-fsl-extras
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2016-02-09 08:44:00 +0200
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2016-02-09 10:15:02 +0000
commite58e1e259754a721f108c3732d638c803ab70aaa (patch)
tree4afe76614789c2884b5bd944ed895948338cbcd7 /meta-fsl-extras
parent94eac04d4a3463354cdea72e36729517721b8b26 (diff)
downloadmeta-boot2qt-e58e1e259754a721f108c3732d638c803ab70aaa.tar.gz
Update license headers
Change-Id: Iabcf736e6f4ae2149b57c84ebdc8b5b1be82023d Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'meta-fsl-extras')
-rw-r--r--meta-fsl-extras/conf/layer.conf27
-rw-r--r--meta-fsl-extras/recipes/amd-gpu-bin-mx51/amd-gpu-bin-mx51_11.09.01.bbappend27
-rw-r--r--meta-fsl-extras/recipes/broadcom-nvram-config/bcm4330-nvram-config.bbappend21
-rw-r--r--meta-fsl-extras/recipes/linux/linux-boundary_3.14.%.bbappend27
-rw-r--r--meta-fsl-extras/recipes/linux/linux-imx_3.14.%.bbappend27
-rw-r--r--meta-fsl-extras/recipes/u-boot/u-boot-fslc_2015.%.bbappend27
-rw-r--r--meta-fsl-extras/recipes/u-boot/u-boot-script-boundary_git.bbappend27
7 files changed, 99 insertions, 84 deletions
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
24BBPATH .= ":${LAYERDIR}" 23BBPATH .= ":${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
23FILESEXTRAPATHS_append := "${THISDIR}/${PN}:" 22FILESEXTRAPATHS_append := "${THISDIR}/${PN}:"
24SRC_URI += " \ 23SRC_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
1FILESEXTRAPATHS_prepend := "${THISDIR}/${MACHINE}:" 22FILESEXTRAPATHS_prepend := "${THISDIR}/${MACHINE}:"
2 23
3COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite|wandboard-dual|wandboard-quad)" 24COMPATIBLE_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
23FILESEXTRAPATHS_append := "${THISDIR}/${PN}:" 22FILESEXTRAPATHS_append := "${THISDIR}/${PN}:"
24SRC_URI += " \ 23SRC_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
24RDEPENDS_kernel-base = "" 23RDEPENDS_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
23FILESEXTRAPATHS_append := "${THISDIR}/${PN}:" 22FILESEXTRAPATHS_append := "${THISDIR}/${PN}:"
24SRC_URI += " \ 23SRC_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
23FILESEXTRAPATHS_append := "${THISDIR}/${PN}:" 22FILESEXTRAPATHS_append := "${THISDIR}/${PN}:"
24SRC_URI += " \ 23SRC_URI += " \