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-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b075050e4889e0a06d6d7d01b28b8645d2f2af5;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git hello-mod: Add comment for kernel module package naming modules bbclass renames kernel module packages with "kernel-module-" prefix automatically. (From OE-Core rev: 6640f312062ad6648459f0b75086e9a8614300a9) Signed-off-by: Yang Shi Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- 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 64a6ddad4cb..3136ae7f160 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.