summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-images.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-03-16 22:50:06 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-18 23:33:22 +0000
commita80791c56859f516f1362e0c698b404a9c723af7 (patch)
tree560d0262620a692fdfc24909d31b3ef39cdecb92 /documentation/poky-ref-manual/ref-images.xml
parented8bcb28b2a664c61654543f477ac1a7ffa67245 (diff)
downloadpoky-a80791c56859f516f1362e0c698b404a9c723af7.tar.gz
- documentation/poky-ref-manual: Notes added for non-GPLv3 builds
[BUGID# 873] - Added a note in the Images Appendix indicating that building an image without GPLv3 components is only supported for base and minimal images. Also put the two changes you have to do to the local.conf file for the build. Added a note in the second chapter in the section on building images. The note indicates the same as in the appendix but does not go into the local.conf file detail. (From OE-Core rev: c7960a2e820d7ddb8649ab0b27b3f04843f7af0d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual/ref-images.xml')
-rw-r--r--documentation/poky-ref-manual/ref-images.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/documentation/poky-ref-manual/ref-images.xml b/documentation/poky-ref-manual/ref-images.xml
index 9477883373..03cc624504 100644
--- a/documentation/poky-ref-manual/ref-images.xml
+++ b/documentation/poky-ref-manual/ref-images.xml
@@ -13,6 +13,18 @@
13 Images are listed below along with details of what they contain: 13 Images are listed below along with details of what they contain:
14 </para> 14 </para>
15 15
16 <note>
17 Building an image without GNU Public License Version 3 (GPLv3) components is
18 only supported for minimal and base images.
19 Furthermore, if you are going to build an image using non-GPLv3 components,
20 you must make the following changes in the <filename>local.conf</filename> file
21 before using the BitBake command to build the minimal or base image:
22 <literallayout class='monospaced'>
23 1. Comment out the IMAGE_EXTRA_FEATURES line
24 2. Set INCOMPATIBLE_LICENSE = "GPLv3"
25 </literallayout>
26 </note>
27
16 <itemizedlist> 28 <itemizedlist>
17 <listitem> 29 <listitem>
18 <para> 30 <para>