All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] mmap-lld: mark as compatible with all Keystone
@ 2015-11-30 18:18 Denys Dmytriyenko
  2015-11-30 18:18 ` [PATCH 2/2] mpm-transport: fix syntax for appending dependencies Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Denys Dmytriyenko @ 2015-11-30 18:18 UTC (permalink / raw)
  To: meta-ti

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 recipes-bsp/mmap-lld/mmap-lld.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/mmap-lld/mmap-lld.inc b/recipes-bsp/mmap-lld/mmap-lld.inc
index 3dfc93c..9a6a4a5 100644
--- a/recipes-bsp/mmap-lld/mmap-lld.inc
+++ b/recipes-bsp/mmap-lld/mmap-lld.inc
@@ -1,6 +1,6 @@
 LICENSE = "BSD-3-Clause"
 
-COMPATIBLE_MACHINE = "k2hk-evm|k2e-evm"
+COMPATIBLE_MACHINE = "keystone"
 
 LIC_FILES_CHKSUM = "file://COPYING.txt;md5=b3315b8190036fe1c6a8263d02e15606"
 
@@ -17,6 +17,6 @@ SRC_URI = "${MMAP_LLD_GIT_URI};destsuffix=${MMAP_LLD_GIT_DESTSUFFIX};protocol=${
 SRCREV = "${MMAP_LLD_SRCREV}"
 
 PV = "2.0.0.4"
-INC_PR = "r3"
+INC_PR = "r4"
 
 S = "${WORKDIR}/git/ti/runtime/mmap"
-- 
2.2.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 2/2] mpm-transport: fix syntax for appending dependencies
  2015-11-30 18:18 [PATCH 1/2] mmap-lld: mark as compatible with all Keystone Denys Dmytriyenko
@ 2015-11-30 18:18 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2015-11-30 18:18 UTC (permalink / raw)
  To: meta-ti

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 recipes-ti/mpm-transport/mpm-transport_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-ti/mpm-transport/mpm-transport_git.bb b/recipes-ti/mpm-transport/mpm-transport_git.bb
index cc211ce..7d86196 100644
--- a/recipes-ti/mpm-transport/mpm-transport_git.bb
+++ b/recipes-ti/mpm-transport/mpm-transport_git.bb
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=122b7757f366f3f6fe11988715258fc9"
 COMPATIBLE_MACHINE = "keystone"
 
 DEPENDS = "common-csl-ip edma3-lld mmap-lld cmem rm-lld qmss-lld cppi-lld uio-module-drv syslog-ng"
-DEPENDS_append_k2hk-evm += "hyplnk-lld srio-lld"
-DEPENDS_append_k2e-evm += "hyplnk-lld"
+DEPENDS_append_k2hk-evm = " hyplnk-lld srio-lld"
+DEPENDS_append_k2e-evm = " hyplnk-lld"
 
 RDEPENDS_${PN} = "syslog-ng"
 
@@ -19,7 +19,7 @@ BRANCH = "linux41"
 SRCREV = "892e93238b7f9f480ddceb7ade042026a4d178bd"
 
 PV = "2.0.0.0"
-PR = "r0"
+PR = "r1"
 
 EXTRA_OEMAKE = "PDK_INSTALL_PATH=${STAGING_INCDIR}"
 EXTRA_OEMAKE_append_k2hk-evm += "HYPLNK_TRANSPORT=true SRIO_TRANSPORT=true"
-- 
2.2.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-11-30 18:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-30 18:18 [PATCH 1/2] mmap-lld: mark as compatible with all Keystone Denys Dmytriyenko
2015-11-30 18:18 ` [PATCH 2/2] mpm-transport: fix syntax for appending dependencies Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.