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 @@ Images are listed below along with details of what they contain: + + Building an image without GNU Public License Version 3 (GPLv3) components is + only supported for minimal and base images. + Furthermore, if you are going to build an image using non-GPLv3 components, + you must make the following changes in the local.conf file + before using the BitBake command to build the minimal or base image: + + 1. Comment out the IMAGE_EXTRA_FEATURES line + 2. Set INCOMPATIBLE_LICENSE = "GPLv3" + + + diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml index 75932665a3..92e3ed5a46 100644 --- a/documentation/poky-ref-manual/usingpoky.xml +++ b/documentation/poky-ref-manual/usingpoky.xml @@ -151,13 +151,18 @@ The target is the name of the recipe you want to build. - Common targets are the images in meta/recipes-core/images), + Common targets are the images in meta/recipes-core/images, /meta/recipes-sato/images, etc. Or, the target can be the name of a recipe for a specific piece of software such as busybox. For more details about the standard images available, see the 'Reference: Images' appendix. + + Building an image without GNU Public License Version 3 (GPLv3) components is + only supported for minimal and base images. + See 'Reference: Images' for more information. +