summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/bsp-guide/bsp.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index 46746dc158..2a96b56f14 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -118,6 +118,25 @@ meta-crownbay/recipes-kernel/linux/linux-wrs_git.bbappend
118 118
119 </section> 119 </section>
120 120
121 <section id="bsp-filelayout-license">
122 <title>License Files</title>
123 <programlisting>
124meta-&lt;bsp_name&gt;/&lt;bsp_license_file&gt;
125 </programlisting>
126
127 <para>
128 These optional files satisfy licensing requirements for the BSP.
129 The type or types of files here can vary depending on the licensing requirements.
130 For example, in the crownbay BSP all licensing requirements are handled with the
131 <filename>COPYING.MIT</filename> file.
132 </para>
133
134 <para>
135 Licensing files can be MIT, BSD, GPLv*, and so forth.
136 These files are recommended for the BSP but are optional and totally up to the BSP developer.
137 </para>
138 </section>
139
121 <section id="bsp-filelayout-binary"> 140 <section id="bsp-filelayout-binary">
122 <title>Pre-built User Binaries (meta-&lt;bsp_name&gt;/binary/*)</title> 141 <title>Pre-built User Binaries (meta-&lt;bsp_name&gt;/binary/*)</title>
123 142