summaryrefslogtreecommitdiffstats
path: root/recipes-ti/mpm-transport
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2017-04-25 03:57:00 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-04-24 18:34:30 -0400
commit284b7bbf3f29ff93bf982f21aa19b4fe238d5e88 (patch)
treed793e1c92e36db1ab65855aaf8865a587e82a295 /recipes-ti/mpm-transport
parent40507d5b2e6cd9f434b55f12c6896f1e2e04d163 (diff)
downloadmeta-ti-284b7bbf3f29ff93bf982f21aa19b4fe238d5e88.tar.gz
conf/machine, recipes: introduce k2hk SOC family
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/mpm-transport')
-rw-r--r--recipes-ti/mpm-transport/mpm-transport_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-ti/mpm-transport/mpm-transport_git.bb b/recipes-ti/mpm-transport/mpm-transport_git.bb
index bf02c0b8..0e5930ae 100644
--- a/recipes-ti/mpm-transport/mpm-transport_git.bb
+++ b/recipes-ti/mpm-transport/mpm-transport_git.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=122b7757f366f3f6fe11988715258fc9"
5COMPATIBLE_MACHINE = "keystone" 5COMPATIBLE_MACHINE = "keystone"
6 6
7DEPENDS = "common-csl-ip edma3-lld mmap-lld cmem rm-lld qmss-lld cppi-lld uio-module-drv syslog-ng" 7DEPENDS = "common-csl-ip edma3-lld mmap-lld cmem rm-lld qmss-lld cppi-lld uio-module-drv syslog-ng"
8DEPENDS_append_k2hk-evm = " hyplnk-lld srio-lld" 8DEPENDS_append_k2hk = " hyplnk-lld srio-lld"
9DEPENDS_append_k2e = " hyplnk-lld" 9DEPENDS_append_k2e = " hyplnk-lld"
10 10
11RDEPENDS_${PN} = "syslog-ng" 11RDEPENDS_${PN} = "syslog-ng"
@@ -22,7 +22,7 @@ PV = "2.0.4.0"
22PR = "r0" 22PR = "r0"
23 23
24EXTRA_OEMAKE = "PDK_INSTALL_PATH=${STAGING_INCDIR}" 24EXTRA_OEMAKE = "PDK_INSTALL_PATH=${STAGING_INCDIR}"
25EXTRA_OEMAKE_append_k2hk-evm += "HYPLNK_TRANSPORT=true SRIO_TRANSPORT=true" 25EXTRA_OEMAKE_append_k2hk += "HYPLNK_TRANSPORT=true SRIO_TRANSPORT=true"
26EXTRA_OEMAKE_append_k2e += "HYPLNK_TRANSPORT=true" 26EXTRA_OEMAKE_append_k2e += "HYPLNK_TRANSPORT=true"
27INSANE_SKIP_${PN} += "ldflags" 27INSANE_SKIP_${PN} += "ldflags"
28 28