mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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>
This commit is contained in:
parent
d92815d670
commit
7eebbdb6c4
|
@ -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
|
# 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.:
|
# 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
|
# You must also provide a Linux kernel configuration. The most direct
|
||||||
# method is to copy your .config to files/defconfig in your layer,
|
# method is to copy your .config to files/defconfig in your layer,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user