mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-26 22:07:51 +00:00
temperature-module-drv: Smart Reflex Sub-System (SRSS) module driver
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
a34942b127
commit
0923bd9ca5
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://debian/copyright;md5=309825aa8f5edfcf2c44912ac094b979
|
|||||||
|
|
||||||
DEPENDS = "libulm ncurses"
|
DEPENDS = "libulm ncurses"
|
||||||
|
|
||||||
PR = "${INC_PR}.0"
|
PR = "${INC_PR}.1"
|
||||||
|
|
||||||
S = "${WORKDIR}/git/dsptop"
|
S = "${WORKDIR}/git/dsptop"
|
||||||
|
|
||||||
@@ -22,6 +22,7 @@ COMPATIBLE_MACHINE = "dra7xx|keystone"
|
|||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
||||||
RDEPENDS_${PN} = "debugss-module-drv"
|
RDEPENDS_${PN} = "debugss-module-drv"
|
||||||
|
RDEPENDS_${PN}_append_keystone = " temperature-module-drv"
|
||||||
|
|
||||||
include dsptop.inc
|
include dsptop.inc
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,18 @@
|
|||||||
|
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
|
||||||
Reference in New Issue
Block a user