diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-12-15 13:11:27 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-21 12:49:43 +0000 |
commit | 0ab1b2c31c4899e8d9c641584e48e35acc544b8c (patch) | |
tree | 8df5181c15438429acb1912ff6f46d29d5c08b73 /documentation/bsp-guide | |
parent | cd9dc32945766f02d76d604632c989a6c657ac82 (diff) | |
download | openembedded-core-0ab1b2c31c4899e8d9c641584e48e35acc544b8c.tar.gz openembedded-core-0ab1b2c31c4899e8d9c641584e48e35acc544b8c.tar.bz2 openembedded-core-0ab1b2c31c4899e8d9c641584e48e35acc544b8c.tar.xz openembedded-core-0ab1b2c31c4899e8d9c641584e48e35acc544b8c.zip |
documentation/bsp-guide/bsp.xml: Added new "License Files" section.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 46746dc15..2a96b56f1 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 </section> + <section id="bsp-filelayout-license"> + <title>License Files</title> + <programlisting> +meta-<bsp_name>/<bsp_license_file> + </programlisting> + + <para> + These optional files satisfy licensing requirements for the BSP. + The type or types of files here can vary depending on the licensing requirements. + For example, in the crownbay BSP all licensing requirements are handled with the + <filename>COPYING.MIT</filename> file. + </para> + + <para> + Licensing files can be MIT, BSD, GPLv*, and so forth. + These files are recommended for the BSP but are optional and totally up to the BSP developer. + </para> + </section> + <section id="bsp-filelayout-binary"> <title>Pre-built User Binaries (meta-<bsp_name>/binary/*)</title> |