All of lore.kernel.org
 help / color / mirror / Atom feed
* Add comment for kernel module package naming in recipe
@ 2013-08-16 16:51 Yang Shi
  2013-08-16 16:51 ` [PATCH] hello-mod: Add comment for kernel module package naming Yang Shi
  0 siblings, 1 reply; 2+ messages in thread
From: Yang Shi @ 2013-08-16 16:51 UTC (permalink / raw)
  To: openembedded-core; +Cc: dvhart


To follow up the comment for the revert of the workaround which added "kernel-module-" prefix to the package name, add some comments to explain the renaming will happen automatically by inherit modules bbclass.

Yang Shi (1):
      hello-mod: Add comment for kernel module package naming

 .../recipes-kernel/hello-mod/hello-mod_0.1.bb      |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] hello-mod: Add comment for kernel module package naming
  2013-08-16 16:51 Add comment for kernel module package naming in recipe Yang Shi
@ 2013-08-16 16:51 ` Yang Shi
  0 siblings, 0 replies; 2+ messages in thread
From: Yang Shi @ 2013-08-16 16:51 UTC (permalink / raw)
  To: openembedded-core; +Cc: dvhart

modules bbclass renames kernel module packages with "kernel-module-" prefix
automatically.

Signed-off-by: Yang Shi <yang.shi@windriver.com>
---
 .../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 64a6dda..3136ae7 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.
-- 
1.7.5.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-16 16:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-16 16:51 Add comment for kernel module package naming in recipe Yang Shi
2013-08-16 16:51 ` [PATCH] hello-mod: Add comment for kernel module package naming Yang Shi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.