summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-03-30 09:17:33 -0500
committerSaul Wold <sgw@linux.intel.com>2011-05-06 17:44:17 -0700
commit5ac1d6be71ebe7cd5ec2a06f39c07bad2e941d2d (patch)
treeaef3485ff4bf7849fd0a58a29b3efa45cb73bedd /documentation
parent97b223c6fc02accf88c3c003f251f75200caf7b5 (diff)
downloadpoky-5ac1d6be71ebe7cd5ec2a06f39c07bad2e941d2d.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>
Diffstat (limited to 'documentation')
-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 92e3ed5a46..fc4fbdc6ce 100644
--- a/documentation/poky-ref-manual/usingpoky.xml
+++ b/documentation/poky-ref-manual/usingpoky.xml
@@ -163,6 +163,12 @@
163 only supported for minimal and base images. 163 only supported for minimal and base images.
164 See <link linkend='ref-images'>'Reference: Images'</link> for more information. 164 See <link linkend='ref-images'>'Reference: Images'</link> for more information.
165 </note> 165 </note>
166 <note>
167 When building an image using GPL components you need to maintain your original
168 settings and not switch back and forth applying different versions of the GNU
169 Public License. If you rebuild using different versions of GPL you can get
170 dependency errors due to some components not being rebuilt.
171 </note>
166</section> 172</section>
167 173
168<section id='usingpoky-install'> 174<section id='usingpoky-install'>