[oe-commits] Yang Shi : Revert "hello-mod: Ensure the produced package name begins with kernel-module-"

git at git.openembedded.org git at git.openembedded.org
Tue Aug 20 14:21:04 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: b0676d2ffceec3027aee8d2d450ae6318085341e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b0676d2ffceec3027aee8d2d450ae6318085341e

Author: Yang Shi <yang.shi at windriver.com>
Date:   Wed Aug 14 09:41:54 2013 -0700

Revert "hello-mod: Ensure the produced package name begins with kernel-module-"

[YOCTO #4286]

The package runtime mapping rename issue is already fixed by
commit 0bc564af07c1bae8112f834a60aea3b72af7de13, the "kernel-module-" workaround
is not necessary anymore for out-of-tree module package, so revert that commit.

This reverts commit 71aafc214fe407b7620e747c11dfb8326c867b1c.

Signed-off-by: Yang Shi <yang.shi at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../recipes-kernel/hello-mod/hello-mod_0.1.bb      |    8 --------
 1 files changed, 0 insertions(+), 8 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 621f700..64a6dda 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,11 +13,3 @@ SRC_URI = "file://Makefile \
           "
 
 S = "${WORKDIR}"
-
-# Kernel module packages MUST begin with 'kernel-module-', otherwise
-# multilib image generation can fail.
-#
-# The following line is only necessary if the recipe name does not begin
-# with kernel-module-.
-#
-PKG_${PN} = "kernel-module-${PN}"



More information about the Openembedded-commits mailing list