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 <[email protected]> --- 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 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
