From c7960a2e820d7ddb8649ab0b27b3f04843f7af0d Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 16 Mar 2011 22:50:06 -0600 Subject: [BUGID# 873] - 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. Signed-off-by: Scott Rifenbark --- documentation/poky-ref-manual/usingpoky.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'documentation/poky-ref-manual/usingpoky.xml') 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. +
-- cgit v1.2.3