summaryrefslogtreecommitdiffstats
path: root/meta/conf/documentation.conf
diff options
context:
space:
mode:
authorLee Chee Yang <chee.yang.lee@intel.com>2023-11-03 14:25:54 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-03 09:35:35 +0000
commite575f59b82eae78fb1ac8df7198eaa4a7a963259 (patch)
tree494e3e8d500bfa4ea5d8b7259ce35c9c6378cedb /meta/conf/documentation.conf
parentb53d1287d24f506a08905fa86a81aca21203e73a (diff)
downloadpoky-e575f59b82eae78fb1ac8df7198eaa4a7a963259.tar.gz
documentation.conf: drop SERIAL_CONSOLES_CHECK
remove obsolete SERIAL_CONSOLES_CHECK. (From OE-Core rev: 926df37a6c53908aca6602fc8bf0510975b6f657) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/documentation.conf')
-rw-r--r--meta/conf/documentation.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf
index 23a9c0fe7b..d03c497c0e 100644
--- a/meta/conf/documentation.conf
+++ b/meta/conf/documentation.conf
@@ -379,7 +379,6 @@ SDKMACHINE[doc] = "Specifies the architecture (i.e. i686 or x86_64) for which to
379SECTION[doc] = "The section in which packages should be categorized. Package management utilities can make use of this variable." 379SECTION[doc] = "The section in which packages should be categorized. Package management utilities can make use of this variable."
380SELECTED_OPTIMIZATION[doc] = "The variable takes the value of FULL_OPTIMIZATION unless DEBUG_BUILD = '1'. In this case, the value of DEBUG_OPTIMIZATION is used." 380SELECTED_OPTIMIZATION[doc] = "The variable takes the value of FULL_OPTIMIZATION unless DEBUG_BUILD = '1'. In this case, the value of DEBUG_OPTIMIZATION is used."
381SERIAL_CONSOLES[doc] = "Defines the serial consoles (TTYs) to enable using getty." 381SERIAL_CONSOLES[doc] = "Defines the serial consoles (TTYs) to enable using getty."
382SERIAL_CONSOLES_CHECK[doc] = "Similar to SERIAL_CONSOLES except the device is checked for existence before attempting to enable it. Supported only by SysVinit."
383SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS[doc] = "A list of recipe dependencies that should not be used to determine signatures of tasks from one recipe when they depend on tasks from another recipe." 382SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS[doc] = "A list of recipe dependencies that should not be used to determine signatures of tasks from one recipe when they depend on tasks from another recipe."
384SIGGEN_EXCLUDERECIPES_ABISAFE[doc] = "A list of recipes that are completely stable and will never change." 383SIGGEN_EXCLUDERECIPES_ABISAFE[doc] = "A list of recipes that are completely stable and will never change."
385SITEINFO_BITS[doc] = "Specifies the number of bits for the target system CPU." 384SITEINFO_BITS[doc] = "Specifies the number of bits for the target system CPU."