[OE-core] [PATCH] linux-yocto-custom: reference the kernel-yocto class (not linux-yocto)

Mario Domenech Goulart mario at ossystems.com.br
Thu Nov 12 20:16:55 UTC 2015


The comment that describes the recipe references the linux-yocto
class, which doesn't exist.  The kernel-yocto class is actually used
by linux-yocto.inc, which the recipe requires.

Signed-off-by: Mario Domenech Goulart <mario at ossystems.com.br>
---
 meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
index 6194d4f..6eee42c 100644
--- a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
+++ b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
@@ -1,6 +1,6 @@
 # linux-yocto-custom.bb:
 #
-#   An example kernel recipe that uses the linux-yocto and oe-core
+#   An example kernel recipe that uses the kernel-yocto and oe-core
 #   kernel classes to apply a subset of yocto kernel management to git
 #   managed kernel repositories.
 #
-- 
2.1.4




More information about the Openembedded-core mailing list