diff mbox series

uboot-extlinux-config.bbclass: fix old override syntax in comment

Message ID 20230626-dev-uboot-extlinux-config-comment-new-syntax-v1-1-bd3319130902@theobroma-systems.com
State New
Headers show
Series uboot-extlinux-config.bbclass: fix old override syntax in comment | expand

Commit Message

Quentin Schulz June 26, 2023, 2:08 p.m. UTC
From: Quentin Schulz <quentin.schulz@theobroma-systems.com>

The comment specifies how to use the variables but uses the older and
now unsupported override syntax. Let's update to match the newer syntax.

Cc: Quentin Schulz <foss+yocto@0leil.net>
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
---
This was NOT tested, only looked weird and the code seems to indicate it
can use the new syntax (which is not always guaranteed, see
PREFERRED_PROVIDER).
---
 meta/classes-recipe/uboot-extlinux-config.bbclass | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


---
base-commit: 13b646c0e167ca52f69c91be5538049b172015ac
change-id: 20230626-dev-uboot-extlinux-config-comment-new-syntax-82396af30935

Best regards,
-- 
Quentin Schulz <quentin.schulz@theobroma-systems.com>
diff mbox series

Patch

diff --git a/meta/classes-recipe/uboot-extlinux-config.bbclass b/meta/classes-recipe/uboot-extlinux-config.bbclass
index 86a7d30ca0..653e583663 100644
--- a/meta/classes-recipe/uboot-extlinux-config.bbclass
+++ b/meta/classes-recipe/uboot-extlinux-config.bbclass
@@ -33,11 +33,11 @@ 
 # UBOOT_EXTLINUX_DEFAULT_LABEL ??= "Linux Default"
 # UBOOT_EXTLINUX_TIMEOUT ??= "30"
 #
-# UBOOT_EXTLINUX_KERNEL_IMAGE_default ??= "../zImage"
-# UBOOT_EXTLINUX_MENU_DESCRIPTION_default ??= "Linux Default"
+# UBOOT_EXTLINUX_KERNEL_IMAGE:default ??= "../zImage"
+# UBOOT_EXTLINUX_MENU_DESCRIPTION:default ??= "Linux Default"
 #
-# UBOOT_EXTLINUX_KERNEL_IMAGE_fallback ??= "../zImage-fallback"
-# UBOOT_EXTLINUX_MENU_DESCRIPTION_fallback ??= "Linux Fallback"
+# UBOOT_EXTLINUX_KERNEL_IMAGE:fallback ??= "../zImage-fallback"
+# UBOOT_EXTLINUX_MENU_DESCRIPTION:fallback ??= "Linux Fallback"
 #
 # Results:
 #