From: Yang Shi Date: Fri, 16 Aug 2013 16:51:22 +0000 (-0700) Subject: hello-mod: Add comment for kernel module package naming X-Git-Tag: 2015-4~5511 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6640f312062ad6648459f0b75086e9a8614300a9;p=openembedded-core.git 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 --- 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.