diff mbox series

documentation.conf: drop SERIAL_CONSOLES_CHECK

Message ID 20231103062554.3881836-1-chee.yang.lee@intel.com
State Accepted, archived
Commit 926df37a6c53908aca6602fc8bf0510975b6f657
Headers show
Series documentation.conf: drop SERIAL_CONSOLES_CHECK | expand

Commit Message

Lee, Chee Yang Nov. 3, 2023, 6:25 a.m. UTC
From: Lee Chee Yang <chee.yang.lee@intel.com>

remove obsolete SERIAL_CONSOLES_CHECK.

Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
---
 meta/conf/documentation.conf | 1 -
 1 file changed, 1 deletion(-)

Comments

Michael Opdenacker Nov. 3, 2023, 9:29 a.m. UTC | #1
On 03.11.23 at 07:25, Lee Chee Yang wrote:
> From: Lee Chee Yang <chee.yang.lee@intel.com>
>
> remove obsolete SERIAL_CONSOLES_CHECK.
>
> Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
> ---
>   meta/conf/documentation.conf | 1 -
>   1 file changed, 1 deletion(-)
>
> 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
>   SECTION[doc] = "The section in which packages should be categorized. Package management utilities can make use of this variable."
>   SELECTED_OPTIMIZATION[doc] = "The variable takes the value of FULL_OPTIMIZATION unless DEBUG_BUILD = '1'. In this case, the value of DEBUG_OPTIMIZATION is used."
>   SERIAL_CONSOLES[doc] = "Defines the serial consoles (TTYs) to enable using getty."
> -SERIAL_CONSOLES_CHECK[doc] = "Similar to SERIAL_CONSOLES except the device is checked for existence before attempting to enable it. Supported only by SysVinit."
>   SIGGEN_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."
>   SIGGEN_EXCLUDERECIPES_ABISAFE[doc] = "A list of recipes that are completely stable and will never change."
>   SITEINFO_BITS[doc] = "Specifies the number of bits for the target system CPU."


Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Once this is merged, I'll be able to remove the variable from the docs.
Thanks!
Michael.
diff mbox series

Patch

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
 SECTION[doc] = "The section in which packages should be categorized. Package management utilities can make use of this variable."
 SELECTED_OPTIMIZATION[doc] = "The variable takes the value of FULL_OPTIMIZATION unless DEBUG_BUILD = '1'. In this case, the value of DEBUG_OPTIMIZATION is used."
 SERIAL_CONSOLES[doc] = "Defines the serial consoles (TTYs) to enable using getty."
-SERIAL_CONSOLES_CHECK[doc] = "Similar to SERIAL_CONSOLES except the device is checked for existence before attempting to enable it. Supported only by SysVinit."
 SIGGEN_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."
 SIGGEN_EXCLUDERECIPES_ABISAFE[doc] = "A list of recipes that are completely stable and will never change."
 SITEINFO_BITS[doc] = "Specifies the number of bits for the target system CPU."