summaryrefslogtreecommitdiffstats
path: root/meta/conf/documentation.conf
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2022-02-27 19:21:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-01 23:44:59 +0000
commit83766c9fffa45cd3a94cf8076f7c8f45aba11a12 (patch)
tree86f6f27a115e7416bf3cae085ef6d82f9ecbccb1 /meta/conf/documentation.conf
parent68d1a56e987ee530620bdf245ddf1812f8cf6d39 (diff)
downloadpoky-83766c9fffa45cd3a94cf8076f7c8f45aba11a12.tar.gz
meta, meta-selftest: Replace more non-SPDX license identifiers
In commit ceda3238 (meta/meta-selftest/meta-skeleton: Update LICENSE variable to use SPDX license identifiers) all LICENSE variables were updated to only use SPDX license identifiers. This does the same for comments and other variables where it is appropriate to use the official SPDX license identifiers. There are still references to, e.g., "GPLv3", but they are then typically in descriptive text where they refer to the license in a generic sense. (From OE-Core rev: 165759dced7fbe73b1db2ede67047896071dc6d0) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 1789da0bb8..feb23a666b 100644
--- a/meta/conf/documentation.conf
+++ b/meta/conf/documentation.conf
@@ -226,7 +226,7 @@ IMAGE_ROOTFS_EXTRA_SPACE[doc] = "Defines additional free disk space created in t
226IMAGE_ROOTFS_SIZE[doc] = "Defines the size in Kbytes for the generated image." 226IMAGE_ROOTFS_SIZE[doc] = "Defines the size in Kbytes for the generated image."
227IMAGE_TYPES[doc] = "Specifies the complete list of supported image types by default." 227IMAGE_TYPES[doc] = "Specifies the complete list of supported image types by default."
228INC_PR[doc] = "Helps define the recipe revision for recipes that share a common include file." 228INC_PR[doc] = "Helps define the recipe revision for recipes that share a common include file."
229INCOMPATIBLE_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'" 229INCOMPATIBLE_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 '*GPL-3.0*'"
230INHIBIT_DEFAULT_DEPS[doc] = "Prevents the default dependencies, namely the C compiler and standard C library (libc), from being added to DEPENDS." 230INHIBIT_DEFAULT_DEPS[doc] = "Prevents the default dependencies, namely the C compiler and standard C library (libc), from being added to DEPENDS."
231INHIBIT_PACKAGE_STRIP[doc] = "If set to "1", causes the build to not strip binaries in resulting packages." 231INHIBIT_PACKAGE_STRIP[doc] = "If set to "1", causes the build to not strip binaries in resulting packages."
232INHERIT[doc] = "Causes the named class to be inherited at this point during parsing. The variable is only valid in configuration files." 232INHERIT[doc] = "Causes the named class to be inherited at this point during parsing. The variable is only valid in configuration files."