Forráskód Böngészése

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 <yang.shi@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Yang Shi 10 éve
szülő
commit
6640f31206

+ 3 - 0
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.