summaryrefslogtreecommitdiffstats
path: root/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
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:41:44 +0100
commit7eebbdb6c45149e8bf7abbf6a9f0c8068f7668f7 (patch)
treed1ecaa19f6339e1a25a04d1707ff7c04e0f32278 /meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
parentd92815d670886271185f3131c99149e3b866556a (diff)
downloadpoky-7eebbdb6c45149e8bf7abbf6a9f0c8068f7668f7.tar.gz
linux-yocto-custom: Fix comment override syntax
The override format in a comment is incorrect, fix it. (From OE-Core rev: df5875cb22585f10a2e8782c0534ae4625e85bb0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb')
-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,