]> code.ossystems Code Review - openembedded-core.git/commitdiff
hello-mod: Add comment for kernel module package naming
authorYang Shi <yang.shi@windriver.com>
Fri, 16 Aug 2013 16:51:22 +0000 (09:51 -0700)
committerSaul Wold <sgw@linux.intel.com>
Tue, 20 Aug 2013 14:09:06 +0000 (07:09 -0700)
modules bbclass renames kernel module packages with "kernel-module-" prefix
automatically.

Signed-off-by: Yang Shi <yang.shi@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb

index 64a6ddad4cbd379d0ed1a873954d5db3bb95bf72..3136ae7f160fe491238ed742c1fa3ff29974187f 100644 (file)
@@ -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.