summaryrefslogtreecommitdiffstats
path: root/meta-skeleton
diff options
context:
space:
mode:
authorYang Shi <yang.shi@windriver.com>2013-08-14 09:41:54 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-20 15:31:24 +0100
commit0e78c2931397f5a6811119ad33c9f95975aef8b7 (patch)
treedd685e7c8155a3a50ab3a6b31fa1c9436344420d /meta-skeleton
parentdd1f60ce1a2d20fdd52b566f3a37f63bb3c92bcf (diff)
downloadpoky-0e78c2931397f5a6811119ad33c9f95975aef8b7.tar.gz
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. (From OE-Core rev: b0676d2ffceec3027aee8d2d450ae6318085341e) 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.bb8
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 621f700d4c..64a6ddad4c 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 \
13 " 13 "
14 14
15S = "${WORKDIR}" 15S = "${WORKDIR}"
16
17# Kernel module packages MUST begin with 'kernel-module-', otherwise
18# multilib image generation can fail.
19#
20# The following line is only necessary if the recipe name does not begin
21# with kernel-module-.
22#
23PKG_${PN} = "kernel-module-${PN}"