summaryrefslogtreecommitdiffstats
path: root/meta-skeleton
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-03-24 14:57:53 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-25 12:39:48 +0000
commit6e1ba48120d947b61ec263f12768f79b35f8d334 (patch)
tree3f0154bbb9c928c7b772b1b0f676e69c8ee2d3a7 /meta-skeleton
parentdbfafd8493cd94c8a834780982336db34be1250d (diff)
downloadpoky-6e1ba48120d947b61ec263f12768f79b35f8d334.tar.gz
skeleton: clarify linux-yocto-custom workflow
It was pointed out that the kernel development documentation recommends making a copy of linux-yocto-custom, while the comments in the recipe itself suggest a bbappend. To keep things consistent between these two sources, we update the comment in the recipe itself to also recommend a copy (and rename). [YOCTO: #6925] (From OE-Core rev: aabd47e46a31b526ee880dfd22a1a1f2831ab355) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-skeleton')
-rw-r--r--meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb6
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