diff options
author | Yang Shi <yang.shi@windriver.com> | 2013-08-16 09:51:22 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-20 15:31:24 +0100 |
commit | 8b075050e4889e0a06d6d7d01b28b8645d2f2af5 (patch) | |
tree | 9a3b70b7b1e3e3c8849678aace39d12783f17f92 /meta-skeleton | |
parent | 0e78c2931397f5a6811119ad33c9f95975aef8b7 (diff) | |
download | poky-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.bb | 3 |
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 \ | |||
13 | " | 13 | " |
14 | 14 | ||
15 | S = "${WORKDIR}" | 15 | S = "${WORKDIR}" |
16 | |||
17 | # The inherit of module.bbclass will automatically name module packages with | ||
18 | # "kernel-module-" prefix as required by the oe-core build environment. | ||