summaryrefslogtreecommitdiffstats
path: root/meta-skeleton
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-05-04 10:48:34 +0100
committerSteve Sakoman <steve@sakoman.com>2024-07-03 06:28:36 -0700
commit24483b4d42759d16848b001ba6f9298a9950966f (patch)
tree49db97b5d945ea982f172065735b3bc4a965874f /meta-skeleton
parentc3b5a354129af8ab85ccfb78b20324559496cfc3 (diff)
downloadpoky-24483b4d42759d16848b001ba6f9298a9950966f.tar.gz
linux-yocto-custom: Fix comment override syntax
The override format in a comment is incorrect, fix it. (From OE-Core rev: 7249f532efee968522a2d0a3fe02c9f2dd7c03fe) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit df5875cb22585f10a2e8782c0534ae4625e85bb0) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta-skeleton')
-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"
7# To use linux-yocto-custom in your layer, copy this recipe (optionally 7# To use linux-yocto-custom in your layer, copy this recipe (optionally
8# rename it as well) and modify it appropriately for your machine. i.e.: 8# rename it as well) and modify it appropriately for your machine. i.e.:
9# 9#
10# COMPATIBLE_MACHINE_yourmachine = "yourmachine" 10# COMPATIBLE_MACHINE:yourmachine = "yourmachine"
11# 11#
12# You must also provide a Linux kernel configuration. The most direct 12# You must also provide a Linux kernel configuration. The most direct
13# method is to copy your .config to files/defconfig in your layer, 13# method is to copy your .config to files/defconfig in your layer,