[oe-commits] Bruce Ashfield : skeleton: clarify linux-yocto-custom workflow

git at git.openembedded.org git at git.openembedded.org
Thu Apr 2 11:03:47 UTC 2015


Module: openembedded-core.git
Branch: master-next-1.9
Commit: aabd47e46a31b526ee880dfd22a1a1f2831ab355
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=aabd47e46a31b526ee880dfd22a1a1f2831ab355

Author: Bruce Ashfield <bruce.ashfield at windriver.com>
Date:   Tue Mar 24 14:57:53 2015 -0400

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]

Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb | 6 ++----
 1 file 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 b1a0784..05463c0 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 @@
 #   kernel classes to apply a subset of yocto kernel management to git
 #   managed kernel repositories.
 #
-#   To use linux-yocto-custom in your layer, create a
-#   linux-yocto-custom.bbappend file containing at least the following
-#   lines:
+#   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.:
 #
-#     FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 #     COMPATIBLE_MACHINE_yourmachine = "yourmachine"
 #
 #   You must also provide a Linux kernel configuration. The most direct



More information about the Openembedded-commits mailing list