summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/dsptop
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-03-11 21:34:42 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-03-11 14:07:51 -0500
commite3a356ad4c44bb60773a1c1092a7e13398eef603 (patch)
treeb3a4eebc6f18306b247acbdcf6662b77ffd07113 /recipes-bsp/dsptop
parentc56e55b55c2af2d67a08e90bd38e6beaa87261ca (diff)
downloadmeta-ti-e3a356ad4c44bb60773a1c1092a7e13398eef603.tar.gz
debugss-module-drv: Add support for k2e-evm
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/debugss-module-drv_git.bb3
-rw-r--r--recipes-bsp/dsptop/dsptop.inc4
2 files changed, 4 insertions, 3 deletions
diff --git a/recipes-bsp/dsptop/debugss-module-drv_git.bb b/recipes-bsp/dsptop/debugss-module-drv_git.bb
index bf7da440..60d72d42 100644
--- a/recipes-bsp/dsptop/debugss-module-drv_git.bb
+++ b/recipes-bsp/dsptop/debugss-module-drv_git.bb
@@ -3,7 +3,7 @@ LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING.txt;md5=9d4316fe434ba450dca4da25348ca5a3" 3LIC_FILES_CHKSUM = "file://COPYING.txt;md5=9d4316fe434ba450dca4da25348ca5a3"
4 4
5# This package builds a kernel module, use kernel PR as base and append a local 5# This package builds a kernel module, use kernel PR as base and append a local
6MACHINE_KERNEL_PR_append = "c" 6MACHINE_KERNEL_PR_append = "d"
7PR = "${MACHINE_KERNEL_PR}" 7PR = "${MACHINE_KERNEL_PR}"
8PV_append = "+git${SRCPV}" 8PV_append = "+git${SRCPV}"
9 9
@@ -14,6 +14,7 @@ inherit module
14PLATFORM = "" 14PLATFORM = ""
15PLATFORM_dra7xx = "DRA7xx_PLATFORM" 15PLATFORM_dra7xx = "DRA7xx_PLATFORM"
16PLATFORM_keystone = "KEYSTONE_PLATFORM" 16PLATFORM_keystone = "KEYSTONE_PLATFORM"
17PLATFORM_k2e-evm = "K2E_PLATFORM"
17 18
18EXTRA_OEMAKE = "'PLATFORM=${PLATFORM}' KVERSION=${KERNEL_VERSION} KERNEL_SRC=${STAGING_KERNEL_DIR}" 19EXTRA_OEMAKE = "'PLATFORM=${PLATFORM}' KVERSION=${KERNEL_VERSION} KERNEL_SRC=${STAGING_KERNEL_DIR}"
19 20
diff --git a/recipes-bsp/dsptop/dsptop.inc b/recipes-bsp/dsptop/dsptop.inc
index 8d23ad04..04bf060b 100644
--- a/recipes-bsp/dsptop/dsptop.inc
+++ b/recipes-bsp/dsptop/dsptop.inc
@@ -1,7 +1,7 @@
1# This corresponds to version 1.2.0 1# This corresponds to version 1.2.0
2SRCREV = "edf5670075cf6cf42f46654d284f9f78c1c123a1" 2SRCREV = "7dca008bec245e4292897e2eea7b2edb0c51cd2b"
3PV = "1.2.0" 3PV = "1.2.0"
4INC_PR = "r1" 4INC_PR = "r2"
5 5
6SRC_URI = "git://git.ti.com/sdo-emu/dsptop.git;protocol=git;branch=${BRANCH}" 6SRC_URI = "git://git.ti.com/sdo-emu/dsptop.git;protocol=git;branch=${BRANCH}"
7 7