diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-06-11 09:57:31 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-14 11:26:22 +0100 |
commit | 6698060d8eaf93eab602b90c14ca6ccc75921686 (patch) | |
tree | 0e9a9a961a9af9ae472b51d1d04c3032080e2f0e /documentation/bsp-guide | |
parent | bd3cd64da32657e12f5e18883782e80f00b6b42c (diff) | |
download | poky-6698060d8eaf93eab602b90c14ca6ccc75921686.tar.gz |
documentation/bsp-guide/bsp.xml: Review comments to recommendations
I added a small review comment to the section based on reviewer
feedback.
(From yocto-docs rev: 206d43c23efa114b57a1e75e469a6f5bdaf94715)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index e111713285..6fd61c0291 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -848,7 +848,12 @@ | |||
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 or other open source licenses, | ||
854 | it is your responsibility to understand | ||
855 | and meet all licensing requirements, which could include distribution | ||
856 | of source files.</note></para></listitem> | ||
852 | <listitem><para><emphasis>Use a Yocto Linux Kernel:</emphasis> | 857 | <listitem><para><emphasis>Use a Yocto Linux Kernel:</emphasis> |
853 | Kernel recipes in the BSP should be based on a Yocto Linux kernel. | 858 | 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 | 859 | Basing your recipes on these kernels reduces the costs for maintaining |