All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/32] tisdk-image.bbclass: Add additional GPLv3 tables
@ 2013-01-28 17:25 fcooperjr27
  2013-01-28 17:25 ` [PATCH 02/32] tiff: Remove xz and lzma dependency fcooperjr27
                   ` (30 more replies)
  0 siblings, 31 replies; 35+ messages in thread
From: fcooperjr27 @ 2013-01-28 17:25 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

From: Franklin S. Cooper Jr <fcooper@ti.com>

* Add tables that list only the GPLv3 libraries.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 meta-arago-distro/classes/tisdk-image.bbclass |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/meta-arago-distro/classes/tisdk-image.bbclass b/meta-arago-distro/classes/tisdk-image.bbclass
index 8ef8ad8..4434155 100644
--- a/meta-arago-distro/classes/tisdk-image.bbclass
+++ b/meta-arago-distro/classes/tisdk-image.bbclass
@@ -259,6 +259,14 @@ sw_manifest_toolchain_host() {
     opkg_dir="${IMAGE_ROOTFS}/${TISDK_TOOLCHAIN_PATH}/var/lib/opkg/info"
 
 echo "
+<h2><u>GPLv3 Development Host Content</u></h2>
+<p>This table describes any GPLv3 software being delivered that is expected to run on a Development Host, instead of the target device.</p>
+" >> ${SW_MANIFEST_FILE}
+
+    generate_sw_manifest_table $opkg_dir "true"
+
+
+echo "
 <h2><u>Development Host Content</u></h2>
 <p>This table describes any software being delivered that is expected to run on a Development Host, instead of the target device.  Some of this software may be licensed under GPLv3 but it is not expected to be shipped as a product.</p>
 " >> ${SW_MANIFEST_FILE}
@@ -273,6 +281,13 @@ sw_manifest_toolchain_target() {
     opkg_dir="${IMAGE_ROOTFS}/${TISDK_TOOLCHAIN_PATH}/arm-arago-linux-gnueabi/var/lib/opkg/info"
 
 echo "
+<h2><u>GPLv3 Development Libraries Installed on Host</u></h2>
+<p>This table describes GPLv3 software libraries and headers that are installed on the development host and used during the development of software to run on the target. Customers should be careful when linking against these libraries to make sure they are complying with the license(s) of the library</p>
+" >> ${SW_MANIFEST_FILE}
+
+    generate_sw_manifest_table $opkg_dir "true"
+
+echo "
 <h2><u>Development Libraries Installed on Host</u></h2>
 <p>This table describes software libraries and headers that are installed on the development host and used during the development of software to run on the target.  Some of this software may be licensed under GPLv3.  Customers should be careful when linking against these libraries to make sure they are complying with the license(s) of the library</p>
 " >> ${SW_MANIFEST_FILE}
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 35+ messages in thread

end of thread, other threads:[~2013-01-28 18:08 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-28 17:25 [PATCH 01/32] tisdk-image.bbclass: Add additional GPLv3 tables fcooperjr27
2013-01-28 17:25 ` [PATCH 02/32] tiff: Remove xz and lzma dependency fcooperjr27
2013-01-28 17:25 ` [PATCH 03/32] gettext: Mimic patch "Make gettext 0.16.1 extend native and nativesdk" fcooperjr27
2013-01-28 17:25 ` [PATCH 04/32] gnutls: Allow non GPLv3 version of gettext to work fcooperjr27
2013-01-28 17:25 ` [PATCH 05/32] arago.conf: Use non GPLv3 version of gettext fcooperjr27
2013-01-28 17:25 ` [PATCH 06/32] arago-amsdk-image: Remove additional GPLv3 components fcooperjr27
2013-01-28 17:25 ` [PATCH 07/32] linux-am335x: Remove dirty tag patch fcooperjr27
2013-01-28 17:25 ` [PATCH 08/32] linux-am335x: Add patch to Update SPI flash layout fcooperjr27
2013-01-28 17:25 ` [PATCH 09/32] task-arago-tisdk-addons: Add canutils fcooperjr27
2013-01-28 17:25 ` [PATCH 10/32] task-arago-toolchain-tisdk-target: Add task-arago-tisdk-addons-sdk-target fcooperjr27
2013-01-28 17:25 ` [PATCH 11/32] ti-crypto-examples: Install OpenSSL script fcooperjr27
2013-01-28 17:25 ` [PATCH 12/32] matrix-gui-apps-git: Pull in latest Matrix Apps changes fcooperjr27
2013-01-28 17:25 ` [PATCH 13/32] matrix-gui-crypto-demos: Switch to C base crypto applications fcooperjr27
2013-01-28 17:25 ` [PATCH 14/32] busybox: Add rtcwake fcooperjr27
2013-01-28 17:25 ` [PATCH 15/32] ti-tisdk-setup: Update to include several bug fixes fcooperjr27
2013-01-28 17:25 ` [PATCH 16/32] task-arago-tisdk-connectivity: Add obex-client to the runtime dependencies list fcooperjr27
2013-01-28 17:25 ` [PATCH 17/32] wl1271-demo_git: " fcooperjr27
2013-01-28 17:25 ` [PATCH 18/32] wpa_supplicant: add a script for killing in case running fcooperjr27
2013-01-28 17:25 ` [PATCH 19/32] wifi-direct-demo: kill the supplicant before starting fcooperjr27
2013-01-28 17:25 ` [PATCH 20/32] battleship: kill wpa_supplicant before launching fcooperjr27
2013-01-28 17:25 ` [PATCH 21/32] ti-wif-utils: Only run calibrate on startup fcooperjr27
2013-01-28 17:25 ` [PATCH 22/32] ti-compat-wireless: remove driver version print fcooperjr27
2013-01-28 17:25 ` [PATCH 23/32] dosfstools: Increase FAT partition size and large file support fcooperjr27
2013-01-28 17:25 ` [PATCH 24/32] oprofile-example: Use updated PACKAGE_STRIP syntax fcooperjr27
2013-01-28 17:25 ` [PATCH 25/32] linux-am335x_3.2.0-psp05.06.00.00: Limit Smartreflex to PG 1.0 silicon fcooperjr27
2013-01-28 17:25 ` [PATCH 26/32] linux-am335x-3.2.0-psp05.06.00.00: Fix Suspend and Resume fcooperjr27
2013-01-28 17:25 ` [PATCH 27/32] matrix-gui-apps-git.inc: Pull in latest power management script fcooperjr27
2013-01-28 17:25 ` [PATCH 28/32] qt4-embedded: Add patch to fix QWSLOCK messages fcooperjr27
2013-01-28 17:25 ` [PATCH 29/32] u-boot_2012.10.psp05.06.00.00 - Freeze PSP 05.06.00.00 fcooperjr27
2013-01-28 17:25 ` [PATCH 30/32] bc: Fix segmentation fault when using -l option fcooperjr27
2013-01-28 17:25 ` [PATCH 31/32] meta-toolchain-arago: Remove remaining .la files fcooperjr27
2013-01-28 17:35   ` Denys Dmytriyenko
2013-01-28 17:42     ` Cooper Jr., Franklin
2013-01-28 18:08       ` Denys Dmytriyenko
2013-01-28 17:25 ` [PATCH 32/32] recipes: Remove unused recipe and bbappend fcooperjr27

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.