diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-02-02 03:16:46 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-02-01 17:08:40 -0500 |
commit | db523c31f6ee3679706988687c2d17093bda87a1 (patch) | |
tree | 6c42a4e7a573fc694a46eaf627905641fd6d3684 /recipes-bsp/dsptop | |
parent | 1f1a613d752167264abcf01c697e2d77f6055cbc (diff) | |
download | meta-ti-db523c31f6ee3679706988687c2d17093bda87a1.tar.gz |
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>
Diffstat (limited to 'recipes-bsp/dsptop')
-rw-r--r-- | recipes-bsp/dsptop/dsptop_git.bb | 3 | ||||
-rw-r--r-- | recipes-bsp/dsptop/temperature-module-drv_git.bb | 18 |
2 files changed, 20 insertions, 1 deletions
diff --git a/recipes-bsp/dsptop/dsptop_git.bb b/recipes-bsp/dsptop/dsptop_git.bb index 4b6c729b..121dc9b8 100644 --- a/recipes-bsp/dsptop/dsptop_git.bb +++ b/recipes-bsp/dsptop/dsptop_git.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://debian/copyright;md5=309825aa8f5edfcf2c44912ac094b979 | |||
4 | 4 | ||
5 | DEPENDS = "libulm ncurses" | 5 | DEPENDS = "libulm ncurses" |
6 | 6 | ||
7 | PR = "${INC_PR}.0" | 7 | PR = "${INC_PR}.1" |
8 | 8 | ||
9 | S = "${WORKDIR}/git/dsptop" | 9 | S = "${WORKDIR}/git/dsptop" |
10 | 10 | ||
@@ -22,6 +22,7 @@ COMPATIBLE_MACHINE = "dra7xx|keystone" | |||
22 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 22 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
23 | 23 | ||
24 | RDEPENDS_${PN} = "debugss-module-drv" | 24 | RDEPENDS_${PN} = "debugss-module-drv" |
25 | RDEPENDS_${PN}_append_keystone = " temperature-module-drv" | ||
25 | 26 | ||
26 | include dsptop.inc | 27 | include dsptop.inc |
27 | 28 | ||
diff --git a/recipes-bsp/dsptop/temperature-module-drv_git.bb b/recipes-bsp/dsptop/temperature-module-drv_git.bb new file mode 100644 index 00000000..0bd54c5e --- /dev/null +++ b/recipes-bsp/dsptop/temperature-module-drv_git.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | DESCRIPTION = "Smart Reflex Sub-System (SRSS) module driver for Keystone devices" | ||
2 | LICENSE = "GPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=9d4316fe434ba450dca4da25348ca5a3" | ||
4 | |||
5 | # This package builds a kernel module, use kernel PR as base and append a local | ||
6 | MACHINE_KERNEL_PR_append = "a" | ||
7 | PR = "${MACHINE_KERNEL_PR}" | ||
8 | PV_append = "+git${SRCPV}" | ||
9 | |||
10 | S = "${WORKDIR}/git/temperature_module/temperature-mod" | ||
11 | |||
12 | inherit module | ||
13 | |||
14 | EXTRA_OEMAKE = "KVERSION=${KERNEL_VERSION} KERNEL_SRC=${STAGING_KERNEL_DIR}" | ||
15 | |||
16 | COMPATIBLE_MACHINE = "keystone" | ||
17 | |||
18 | include dsptop.inc | ||