diff options
-rw-r--r-- | meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb | 3 |
1 files changed, 2 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 1f0b3a25c6..4115d2f847 100644 --- a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb +++ b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb | |||
@@ -13,7 +13,8 @@ | |||
13 | # | 13 | # |
14 | # You must also provide a Linux kernel configuration. The most direct | 14 | # You must also provide a Linux kernel configuration. The most direct |
15 | # method is to copy your .config to files/defconfig in your layer, | 15 | # method is to copy your .config to files/defconfig in your layer, |
16 | # in the same directory as the bbappend. | 16 | # in the same directory as the bbappend and add file://defconfig to |
17 | # your SRC_URI. | ||
17 | # | 18 | # |
18 | # To use the yocto kernel tooling to generate a BSP configuration | 19 | # To use the yocto kernel tooling to generate a BSP configuration |
19 | # using modular configuration fragments, see the yocto-bsp and | 20 | # using modular configuration fragments, see the yocto-bsp and |