summaryrefslogtreecommitdiffstats
path: root/meta/conf/documentation.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/documentation.conf')
-rw-r--r--meta/conf/documentation.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf
index 5564316bb3..2ab86e1487 100644
--- a/meta/conf/documentation.conf
+++ b/meta/conf/documentation.conf
@@ -223,7 +223,7 @@ IMAGE_ROOTFS_EXTRA_SPACE[doc] = "Defines additional free disk space created in t
223IMAGE_ROOTFS_SIZE[doc] = "Defines the size in Kbytes for the generated image." 223IMAGE_ROOTFS_SIZE[doc] = "Defines the size in Kbytes for the generated image."
224IMAGE_TYPES[doc] = "Specifies the complete list of supported image types by default." 224IMAGE_TYPES[doc] = "Specifies the complete list of supported image types by default."
225INC_PR[doc] = "Helps define the recipe revision for recipes that share a common include file." 225INC_PR[doc] = "Helps define the recipe revision for recipes that share a common include file."
226INCOMPATIBLE_LICENSE[doc] = "Specifies a space-separated list of license names (as they would appear in LICENSE) that should be excluded from the build." 226INCOMPATIBLE_LICENSE[doc] = "Specifies a space-separated list of license names (as they would appear in LICENSE) that should be excluded from the build. Wildcard is supported, such as '*GPLv3'"
227INHIBIT_DEFAULT_DEPS[doc] = "Prevents the default dependencies, namely the C compiler and standard C library (libc), from being added to DEPENDS." 227INHIBIT_DEFAULT_DEPS[doc] = "Prevents the default dependencies, namely the C compiler and standard C library (libc), from being added to DEPENDS."
228INHIBIT_PACKAGE_STRIP[doc] = "If set to "1", causes the build to not strip binaries in resulting packages." 228INHIBIT_PACKAGE_STRIP[doc] = "If set to "1", causes the build to not strip binaries in resulting packages."
229INHERIT[doc] = "Causes the named class to be inherited at this point during parsing. The variable is only valid in configuration files." 229INHERIT[doc] = "Causes the named class to be inherited at this point during parsing. The variable is only valid in configuration files."