diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-06-11 07:59:08 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-15 17:18:25 +0100 |
commit | 8f67927df69ef9dc641de05f4b3ef9bc3a63eee4 (patch) | |
tree | 3963ffcc286b94cfa4b6f09f5c9176ee45d6e51c /documentation | |
parent | 0be49103fda5a139844b80d867e163600faa3a5c (diff) | |
download | poky-8f67927df69ef9dc641de05f4b3ef9bc3a63eee4.tar.gz |
documentation/bsp-guide/bsp.xml: Added note to BSP recommendations
Inserted a note warning the developer that it is their responsibility
to understand and meet all licensing requirements if they are going
to be including images as part of a BSP.
(From yocto-docs rev: b8154904be02a4185bf417f193eb125b8470bc8d)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index e111713285..06f607ebe0 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -848,7 +848,11 @@ | |||
848 | filesystems meant to allow users to boot the BSP for evaluation | 848 | filesystems meant to allow users to boot the BSP for evaluation |
849 | purposes, you should put the images and artifacts within a | 849 | purposes, you should put the images and artifacts within a |
850 | <filename>binary/</filename> subdirectory located in the | 850 | <filename>binary/</filename> subdirectory located in the |
851 | <filename>meta-<bsp_name></filename> directory.</para></listitem> | 851 | <filename>meta-<bsp_name></filename> directory. |
852 | <note>If you do include a bootable image as part of the BSP and the image | ||
853 | was built by software covered by the GPL, it is your responsibility to understand | ||
854 | and meet all licensing requirements, which could include distribution | ||
855 | of source files.</note></para></listitem> | ||
852 | <listitem><para><emphasis>Use a Yocto Linux Kernel:</emphasis> | 856 | <listitem><para><emphasis>Use a Yocto Linux Kernel:</emphasis> |
853 | Kernel recipes in the BSP should be based on a Yocto Linux kernel. | 857 | Kernel recipes in the BSP should be based on a Yocto Linux kernel. |
854 | Basing your recipes on these kernels reduces the costs for maintaining | 858 | Basing your recipes on these kernels reduces the costs for maintaining |