From: Richard Purdie Date: Sat, 4 May 2024 09:48:34 +0000 (+0100) Subject: linux-yocto-custom: Fix comment override syntax X-Git-Tag: uninative-4.5~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df5875cb22585f10a2e8782c0534ae4625e85bb0;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git linux-yocto-custom: Fix comment override syntax The override format in a comment is incorrect, fix it. Signed-off-by: Richard Purdie --- diff --git a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb index 9437240fcff..0879bb17b91 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,