diff options
author | Yang Shi <yang.shi@windriver.com> | 2013-08-16 09:51:22 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-08-20 07:09:06 -0700 |
commit | 6640f312062ad6648459f0b75086e9a8614300a9 (patch) | |
tree | 0f5c45ad2fb6fd5f39f8449dbca0ba60eef647c5 /meta-skeleton | |
parent | b0676d2ffceec3027aee8d2d450ae6318085341e (diff) | |
download | openembedded-core-contrib-6640f312062ad6648459f0b75086e9a8614300a9.tar.gz |
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>
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 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. |