summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-05-04 10:48:34 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-05-04 15:40:32 +0100
commitdf5875cb22585f10a2e8782c0534ae4625e85bb0 (patch)
tree5ef059b2b0f4806f8ca6db004d838f8eb4d28665
parenta6660bc4980ad8161522075e3964fa400817f27f (diff)
downloadopenembedded-core-contrib-df5875cb22585f10a2e8782c0534ae4625e85bb0.tar.gz
linux-yocto-custom: Fix comment override syntax
The override format in a comment is incorrect, fix it. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
index 9437240fcf..0879bb17b9 100644
--- a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
+++ b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
@@ -7,7 +7,7 @@ SUMMARY = "An example kernel recipe that uses the linux-yocto and oe-core"
# To use linux-yocto-custom in your layer, copy this recipe (optionally
# rename it as well) and modify it appropriately for your machine. i.e.:
#
-# COMPATIBLE_MACHINE_yourmachine = "yourmachine"
+# COMPATIBLE_MACHINE:yourmachine = "yourmachine"
#
# You must also provide a Linux kernel configuration. The most direct
# method is to copy your .config to files/defconfig in your layer,