From 6640f312062ad6648459f0b75086e9a8614300a9 Mon Sep 17 00:00:00 2001 From: Yang Shi Date: Fri, 16 Aug 2013 09:51:22 -0700 Subject: hello-mod: Add comment for kernel module package naming modules bbclass renames kernel module packages with "kernel-module-" prefix automatically. Signed-off-by: Yang Shi Signed-off-by: Saul Wold --- meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-skeleton') diff --git a/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb b/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb index 64a6ddad4c..3136ae7f16 100644 --- a/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb +++ b/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb @@ -13,3 +13,6 @@ SRC_URI = "file://Makefile \ " S = "${WORKDIR}" + +# The inherit of module.bbclass will automatically name module packages with +# "kernel-module-" prefix as required by the oe-core build environment. -- cgit 1.2.3-korg