documentation/poky-ref-manual/usingpoky.xml: [BUGID# 929] - Note added warning about switching up GPL versions

In chapter 2 where we talk about building images I added a new
note indicating that the user should not switch around using different
GPL versions when trying to rebuild an image as it can cause dependency
failures.

(From OE-Core rev: f84441dbcc8254062d55d2452d3d6f4bc6f907fe)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2011-03-30 09:17:33 -05:00 committed by Richard Purdie
parent 9b046f6e8e
commit cb13b57b1c
1 changed files with 6 additions and 0 deletions

View File

@ -163,6 +163,12 @@
only supported for minimal and base images.
See <link linkend='ref-images'>'Reference: Images'</link> for more information.
</note>
<note>
When building an image using GPL components you need to maintain your original
settings and not switch back and forth applying different versions of the GNU
Public License. If you rebuild using different versions of GPL you can get
dependency errors due to some components not being rebuilt.
</note>
</section>
<section id='usingpoky-install'>