summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-03-30 09:17:33 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-31 22:02:54 +0100
commitcb13b57b1c9e72a9bcb9c994a3f8159a3db82bc5 (patch)
treea7a4f069d650fd7d7994ebee30d7c70b66106c18
parent9b046f6e8e4800e868e075985ff4ceb0af1c067e (diff)
downloadast2050-yocto-poky-cb13b57b1c9e72a9bcb9c994a3f8159a3db82bc5.zip
ast2050-yocto-poky-cb13b57b1c9e72a9bcb9c994a3f8159a3db82bc5.tar.gz
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>
-rw-r--r--documentation/poky-ref-manual/usingpoky.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml
index 92e3ed5..fc4fbdc 100644
--- a/documentation/poky-ref-manual/usingpoky.xml
+++ b/documentation/poky-ref-manual/usingpoky.xml
@@ -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'>
OpenPOWER on IntegriCloud