aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/dsptop/temperature-module-drv_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/dsptop/temperature-module-drv_git.bb')
-rw-r--r--recipes-bsp/dsptop/temperature-module-drv_git.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/recipes-bsp/dsptop/temperature-module-drv_git.bb b/recipes-bsp/dsptop/temperature-module-drv_git.bb
deleted file mode 100644
index 0bd54c5e..00000000
--- a/recipes-bsp/dsptop/temperature-module-drv_git.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "Smart Reflex Sub-System (SRSS) module driver for Keystone devices"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING.txt;md5=9d4316fe434ba450dca4da25348ca5a3"
-
-# This package builds a kernel module, use kernel PR as base and append a local
-MACHINE_KERNEL_PR_append = "a"
-PR = "${MACHINE_KERNEL_PR}"
-PV_append = "+git${SRCPV}"
-
-S = "${WORKDIR}/git/temperature_module/temperature-mod"
-
-inherit module
-
-EXTRA_OEMAKE = "KVERSION=${KERNEL_VERSION} KERNEL_SRC=${STAGING_KERNEL_DIR}"
-
-COMPATIBLE_MACHINE = "keystone"
-
-include dsptop.inc