]> code.ossystems Code Review - openembedded-core.git/commitdiff
Revert "hello-mod: Ensure the produced package name begins with kernel-module-"
authorYang Shi <yang.shi@windriver.com>
Wed, 14 Aug 2013 16:41:54 +0000 (09:41 -0700)
committerSaul Wold <sgw@linux.intel.com>
Tue, 20 Aug 2013 14:09:06 +0000 (07:09 -0700)
[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@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb

index 621f700d4c116f716141043eaacdc6b48759c17d..64a6ddad4cbd379d0ed1a873954d5db3bb95bf72 100644 (file)
@@ -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}"