summaryrefslogtreecommitdiffstats
path: root/yocto-poky/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'yocto-poky/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb')
-rw-r--r--yocto-poky/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/yocto-poky/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb b/yocto-poky/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb
deleted file mode 100644
index b140b0ac8..000000000
--- a/yocto-poky/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-SUMMARY = "Example of how to build an external Linux kernel module"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
-
-inherit module
-
-SRC_URI = "file://Makefile \
- file://hello.c \
- file://COPYING \
- "
-
-S = "${WORKDIR}"
-
-# The inherit of module.bbclass will automatically name module packages with
-# "kernel-module-" prefix as required by the oe-core build environment.
OpenPOWER on IntegriCloud