From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from linuxmail.bmw-carit.de (mail.bmw-carit.de [62.245.222.98]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by yocto-www.yoctoproject.org (Postfix) with ESMTPS id 6EFC5E00527 for ; Fri, 8 Feb 2013 05:24:45 -0800 (PST) Received: from localhost (mysterion.bmw-carit.intra [192.168.101.53]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: timo.mueller) by linuxmail.bmw-carit.de (Postfix) with ESMTPSA id 96FE040238; Fri, 8 Feb 2013 13:44:17 +0100 (CET) From: Timo Mueller To: yocto@yoctoproject.org Date: Fri, 8 Feb 2013 14:24:34 +0100 Message-Id: <68de3739abb8de52bbc3e42769b14a745a47f7f4.1360320932.git.timo.mueller@bmw-carit.de> X-Mailer: git-send-email 1.7.11.7 In-Reply-To: References: <5ea21b7fbee999dedbd9e17f8e1f7202fa526204.1360320932.git.timo.mueller@bmw-carit.de> In-Reply-To: References: Cc: Timo Mueller Subject: [RFC v5 04/12] plugins/sdk.ide.doc.user: Add about.html to prepare addition of yocto documentation X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 13:24:45 -0000 From: Timo Mueller As documentation is licensed under CCA-SA 2.0 UK and the plugin itself is licensed under EPL v1.0 an about file needs to be added to the plugin identifying the third party content. Signed-off-by: Timo Mueller --- plugins/org.yocto.doc.user/about.html.in | 189 ++++++++++++++++++++++++++++ plugins/org.yocto.doc.user/build.properties | 6 +- 2 files changed, 193 insertions(+), 2 deletions(-) create mode 100644 plugins/org.yocto.doc.user/about.html.in diff --git a/plugins/org.yocto.doc.user/about.html.in b/plugins/org.yocto.doc.user/about.html.in new file mode 100644 index 0000000..3040859 --- /dev/null +++ b/plugins/org.yocto.doc.user/about.html.in @@ -0,0 +1,189 @@ + + + + +About + + +

About This Content

+ +

+ December, 2012 +

+

License

+ +

+ Copyright (c) 2010 Intel, Inc. and others. + All rights reserved. This program and the accompanying materials + are made available under the terms of the Eclipse Public License v1.0 + which accompanies this distribution, and is available at
+ + http://www.eclipse.org/legal/epl-v10.html + +

+ +

Third Party Content

+

The Content includes items that have been sourced from the Yocto project + as set out below. If you did not receive this Content directly + from the Linux Foundation, the following is provided for + informational purposes only, and you should look to the + Redistributor's license for terms and conditions of use.

+

+ + Yocto Project Quick Start + +
+
+ This short document lets you get started with the Yocto Project + quickly and start building an image. +
+
+ License: + + http://creativecommons.org/licenses/by-sa/2.0/uk/legalcode + +
+ Source Code Repository: + + git://git.yoctoproject.org/yocto-docs + +
+ Commit: @COMMIT_ID-yocto-project-qs@ +
+
+ + Yocto Project Application Developer's Guide: + +
+
+ This manual shows you how to setup and use the Application Development + Toolkit (ADT) and stand-alone cross-development toolchains so you can + develop user-space applications. +
+
+ License: + + http://creativecommons.org/licenses/by-sa/2.0/uk/legalcode + +
+ Source Code Repository: + + git://git.yoctoproject.org/yocto-docs + +
+ Commit: @COMMIT_ID-adt-manual@ +
+
+ + Yocto Project Development Manual: + +
+
+ This manual describes how to use the Yocto Project to develop + embedded Linux images and user-space applications to run on + targeted devices. +
+
+ License: + + http://creativecommons.org/licenses/by-sa/2.0/uk/legalcode + +
+ Source Code Repository: + + git://git.yoctoproject.org/yocto-docs + +
+ Commit: @COMMIT_ID-dev-manual@ +
+
+ + Yocto Project Reference Manual: + +
+
+ This manual is the complete reference guide to the Poky component. + It also contains a chapter on Board Support Package (BSP) development. +
+
+ License: + + http://creativecommons.org/licenses/by-sa/2.0/uk/legalcode + +
+ Source Code Repository: + + git://git.yoctoproject.org/yocto-docs + +
+ Commit: @COMMIT_ID-ref-manual@ +
+
+ + Yocto Project Board Support Package (BSP) Developer's Guide: + +
+
+ This brief document defines a structure for BSP components. + Having a commonly understood layout encourages standardization. +
+
+ License: + + http://creativecommons.org/licenses/by-sa/2.0/uk/legalcode + +
+ Source Code Repository: + + git://git.yoctoproject.org/yocto-docs + +
+ Commit: @COMMIT_ID-bsp-guide@ +
+
+ + Yocto Project Linux Kernel Development Manual: + +
+
+ This document describes the architecture of the Yocto Project + kernel and provides some work flow examples. +
+
+ License: + + http://creativecommons.org/licenses/by-sa/2.0/uk/legalcode + +
+ Source Code Repository: + + git://git.yoctoproject.org/yocto-docs + +
+ Commit: @COMMIT_ID-kernel-dev@ +
+
+ + Yocto Project Profiling and Tracing Manual: + +
+
+ This manual presents a set of common and generally useful + tracing and profiling schemes along with their application + (as appropriate) to each tool. +
+
+ License: + + http://creativecommons.org/licenses/by-sa/2.0/uk/legalcode + +
+ Source Code Repository: + + git://git.yoctoproject.org/yocto-docs + +
+ Commit: @COMMIT_ID-profile-manual@ +

+ diff --git a/plugins/org.yocto.doc.user/build.properties b/plugins/org.yocto.doc.user/build.properties index 525a366..cbceb14 100644 --- a/plugins/org.yocto.doc.user/build.properties +++ b/plugins/org.yocto.doc.user/build.properties @@ -3,5 +3,7 @@ bin.includes = plugin.xml,\ META-INF/,\ OSGI-INF/,\ html/,\ - toc.xml -src.includes = html/ + toc.xml,\ + about.html +src.includes = html/,\ + about.html -- 1.7.11.7