summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}"