diff options
-rw-r--r-- | documentation/poky-ref-manual/usingpoky.xml | 6 |
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 @@ 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'> |