summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>2023-06-26 16:08:47 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-07-10 11:36:34 +0100
commit84ed8b20d4f4dd8a24a8b7e1901ea1f1294cee5f (patch)
tree36d7a93db6b53950c1774e8101b124f655f2c5c6
parent582a1328514afcd6a2d44d550660ee07b8b30388 (diff)
downloadpoky-84ed8b20d4f4dd8a24a8b7e1901ea1f1294cee5f.tar.gz
uboot-extlinux-config.bbclass: fix old override syntax in comment
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> (From OE-Core rev: 0a381eea4d50ff1c6e7c7d0d4df62eb581454b48) (From OE-Core rev: bb64f3fed29b9532e6ddc9a2ba0283d373622d87) Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/classes-recipe/uboot-extlinux-config.bbclass8
1 files changed, 4 insertions, 4 deletions
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 @@
33# UBOOT_EXTLINUX_DEFAULT_LABEL ??= "Linux Default" 33# UBOOT_EXTLINUX_DEFAULT_LABEL ??= "Linux Default"
34# UBOOT_EXTLINUX_TIMEOUT ??= "30" 34# UBOOT_EXTLINUX_TIMEOUT ??= "30"
35# 35#
36# UBOOT_EXTLINUX_KERNEL_IMAGE_default ??= "../zImage" 36# UBOOT_EXTLINUX_KERNEL_IMAGE:default ??= "../zImage"
37# UBOOT_EXTLINUX_MENU_DESCRIPTION_default ??= "Linux Default" 37# UBOOT_EXTLINUX_MENU_DESCRIPTION:default ??= "Linux Default"
38# 38#
39# UBOOT_EXTLINUX_KERNEL_IMAGE_fallback ??= "../zImage-fallback" 39# UBOOT_EXTLINUX_KERNEL_IMAGE:fallback ??= "../zImage-fallback"
40# UBOOT_EXTLINUX_MENU_DESCRIPTION_fallback ??= "Linux Fallback" 40# UBOOT_EXTLINUX_MENU_DESCRIPTION:fallback ??= "Linux Fallback"
41# 41#
42# Results: 42# Results:
43# 43#