diff options
-rw-r--r-- | meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb index b1a0784c1b..05463c0263 100644 --- a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb +++ b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb | |||
@@ -4,11 +4,9 @@ | |||
4 | # kernel classes to apply a subset of yocto kernel management to git | 4 | # kernel classes to apply a subset of yocto kernel management to git |
5 | # managed kernel repositories. | 5 | # managed kernel repositories. |
6 | # | 6 | # |
7 | # To use linux-yocto-custom in your layer, create a | 7 | # To use linux-yocto-custom in your layer, copy this recipe (optionally |
8 | # linux-yocto-custom.bbappend file containing at least the following | 8 | # rename it as well) and modify it appropriately for your machine. i.e.: |
9 | # lines: | ||
10 | # | 9 | # |
11 | # FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
12 | # COMPATIBLE_MACHINE_yourmachine = "yourmachine" | 10 | # COMPATIBLE_MACHINE_yourmachine = "yourmachine" |
13 | # | 11 | # |
14 | # You must also provide a Linux kernel configuration. The most direct | 12 | # You must also provide a Linux kernel configuration. The most direct |