summaryrefslogtreecommitdiffstats
path: root/meta-skeleton
diff options
context:
space:
mode:
authorYang Shi <yang.shi@windriver.com>2013-08-16 09:51:22 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-20 15:31:24 +0100
commit8b075050e4889e0a06d6d7d01b28b8645d2f2af5 (patch)
tree9a3b70b7b1e3e3c8849678aace39d12783f17f92 /meta-skeleton
parent0e78c2931397f5a6811119ad33c9f95975aef8b7 (diff)
downloadopenembedded-core-contrib-8b075050e4889e0a06d6d7d01b28b8645d2f2af5.tar.gz
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 <yang.shi@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-skeleton')
-rw-r--r--meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb3
1 files changed, 3 insertions, 0 deletions
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.