* [PATCH 1/1] Add licenses path for the layer
@ 2014-06-13 20:33 Tudor Florea
2014-06-13 20:37 ` Denys Dmytriyenko
0 siblings, 1 reply; 2+ messages in thread
From: Tudor Florea @ 2014-06-13 20:33 UTC (permalink / raw)
To: meta-arago
This patch solve the following:
WARNING: wl18xx-firmware: No generic license file exists for: TI-TSPA in any provider
Added the TI-TSPA license as it is found in the git repo in
wl18xx-firmware recipe
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
---
| 1 +
| 46 +++++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
create mode 100644 meta-arago-extras/custom-licenses/TI-TSPA
--git a/meta-arago-extras/conf/layer.conf b/meta-arago-extras/conf/layer.conf
index db98224..8e95aaa 100644
--- a/meta-arago-extras/conf/layer.conf
+++ b/meta-arago-extras/conf/layer.conf
@@ -10,3 +10,4 @@ BBFILE_PRIORITY_meta-arago-extras = "10"
# Set a variable to get to the top of the metadata location
ARAGOBASE := '${@os.path.normpath("${LAYERDIR}/../")}'
+LICENSE_PATH += "${LAYERDIR}/custom-licenses"
--git a/meta-arago-extras/custom-licenses/TI-TSPA b/meta-arago-extras/custom-licenses/TI-TSPA
new file mode 100644
index 0000000..b570993
--- /dev/null
+++ b/meta-arago-extras/custom-licenses/TI-TSPA
@@ -0,0 +1,46 @@
+ 1 TECHNOLOGY AND SOFTWARE PUBLICLY AVAILABLE
+ 2 SOFTWARE LICENSE
+ 3
+ 4 Copyright (c) 2013, Texas Instruments Incorporated.
+ 5
+ 6 All rights reserved.
+ 7
+ 8 Redistribution.
+ 9
+ 10 Redistribution and use in binary form, without modification, are
+ 11 permitted provided that the following conditions are met:
+ 12
+ 13 * Redistributions must preserve existing copyright notices and reproduce
+ 14 this license (including the above copyright notice and the disclaimer below)
+ 15 in the documentation and/or other materials provided with the distribution.
+ 16
+ 17 * Neither the name of Texas Instruments Incorporated nor the names of
+ 18 its suppliers may be used to endorse or promote products derived
+ 19 from this software without specific prior written permission.
+ 20
+ 21 * No reverse engineering, decompilation, or disassembly of this
+ 22 software is permitted.
+ 23
+ 24 Limited patent license.
+ 25
+ 26 Texas Instruments Incorporated grants a world-wide, royalty-free,
+ 27 non-exclusive license under patents it now or hereafter owns or controls
+ 28 to make, have made, use, import, offer to sell and sell ("Utilize") this
+ 29 software, but solely to the extent that any such patent is necessary
+ 30 to Utilize the software alone. The patent license shall not apply to
+ 31 any combinations which include this software. No hardware per se is
+ 32 licensed hereunder.
+ 33
+ 34 DISCLAIMER.
+ 35
+ 36 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ 37 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ 38 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ 39 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ 40 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ 41 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ 42 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ 43 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ 44 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ 45 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ 46 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH 1/1] Add licenses path for the layer
2014-06-13 20:33 [PATCH 1/1] Add licenses path for the layer Tudor Florea
@ 2014-06-13 20:37 ` Denys Dmytriyenko
0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2014-06-13 20:37 UTC (permalink / raw)
To: Tudor Florea; +Cc: meta-arago
NAK:
http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/commit/?id=0442fa03bc07bd70376522c290c1af254f7e77d4
--
Denys
On Fri, Jun 13, 2014 at 10:33:37PM +0200, Tudor Florea wrote:
> This patch solve the following:
> WARNING: wl18xx-firmware: No generic license file exists for: TI-TSPA in any provider
> Added the TI-TSPA license as it is found in the git repo in
> wl18xx-firmware recipe
>
> Signed-off-by: Tudor Florea <tudor.florea@enea.com>
> ---
> meta-arago-extras/conf/layer.conf | 1 +
> meta-arago-extras/custom-licenses/TI-TSPA | 46 +++++++++++++++++++++++++++++
> 2 files changed, 47 insertions(+)
> create mode 100644 meta-arago-extras/custom-licenses/TI-TSPA
>
> diff --git a/meta-arago-extras/conf/layer.conf b/meta-arago-extras/conf/layer.conf
> index db98224..8e95aaa 100644
> --- a/meta-arago-extras/conf/layer.conf
> +++ b/meta-arago-extras/conf/layer.conf
> @@ -10,3 +10,4 @@ BBFILE_PRIORITY_meta-arago-extras = "10"
>
> # Set a variable to get to the top of the metadata location
> ARAGOBASE := '${@os.path.normpath("${LAYERDIR}/../")}'
> +LICENSE_PATH += "${LAYERDIR}/custom-licenses"
> diff --git a/meta-arago-extras/custom-licenses/TI-TSPA b/meta-arago-extras/custom-licenses/TI-TSPA
> new file mode 100644
> index 0000000..b570993
> --- /dev/null
> +++ b/meta-arago-extras/custom-licenses/TI-TSPA
> @@ -0,0 +1,46 @@
> + 1 TECHNOLOGY AND SOFTWARE PUBLICLY AVAILABLE
> + 2 SOFTWARE LICENSE
> + 3
> + 4 Copyright (c) 2013, Texas Instruments Incorporated.
> + 5
> + 6 All rights reserved.
> + 7
> + 8 Redistribution.
> + 9
> + 10 Redistribution and use in binary form, without modification, are
> + 11 permitted provided that the following conditions are met:
> + 12
> + 13 * Redistributions must preserve existing copyright notices and reproduce
> + 14 this license (including the above copyright notice and the disclaimer below)
> + 15 in the documentation and/or other materials provided with the distribution.
> + 16
> + 17 * Neither the name of Texas Instruments Incorporated nor the names of
> + 18 its suppliers may be used to endorse or promote products derived
> + 19 from this software without specific prior written permission.
> + 20
> + 21 * No reverse engineering, decompilation, or disassembly of this
> + 22 software is permitted.
> + 23
> + 24 Limited patent license.
> + 25
> + 26 Texas Instruments Incorporated grants a world-wide, royalty-free,
> + 27 non-exclusive license under patents it now or hereafter owns or controls
> + 28 to make, have made, use, import, offer to sell and sell ("Utilize") this
> + 29 software, but solely to the extent that any such patent is necessary
> + 30 to Utilize the software alone. The patent license shall not apply to
> + 31 any combinations which include this software. No hardware per se is
> + 32 licensed hereunder.
> + 33
> + 34 DISCLAIMER.
> + 35
> + 36 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
> + 37 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
> + 38 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
> + 39 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
> + 40 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
> + 41 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
> + 42 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
> + 43 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
> + 44 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
> + 45 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
> + 46 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
> --
> 1.7.10.4
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-13 20:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-13 20:33 [PATCH 1/1] Add licenses path for the layer Tudor Florea
2014-06-13 20:37 ` Denys Dmytriyenko
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.