All of lore.kernel.org
 help / color / mirror / Atom feed
* [zeus/master][PATCH 1/2] multiprocmgr-test: also do not access kernel headers directly
@ 2020-02-11 23:06 Denys Dmytriyenko
  2020-02-11 23:06 ` [zeus/master][PATCH 2/2] multiprocmgr: swap SUMMARY and DESCRIPTION fields Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Denys Dmytriyenko @ 2020-02-11 23:06 UTC (permalink / raw)
  To: meta-ti; +Cc: Denys Dmytriyenko

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 recipes-ti/multiprocmgr/multiprocmgr-test_git.bb | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/recipes-ti/multiprocmgr/multiprocmgr-test_git.bb b/recipes-ti/multiprocmgr/multiprocmgr-test_git.bb
index f01d651..aab8ae6 100644
--- a/recipes-ti/multiprocmgr/multiprocmgr-test_git.bb
+++ b/recipes-ti/multiprocmgr/multiprocmgr-test_git.bb
@@ -1,18 +1,20 @@
-DESCRIPTION = "TI Multiproc Manager test code"
+FILESEXTRAPATHS_prepend := "${THISDIR}/multiprocmgr:"
+
+SUMMARY = "TI Multiproc Manager test code"
 
 include multiprocmgr.inc
 
+SRC_URI += " \
+	file://0001-mpmdlif.c-don-t-hardcode-kernel-s-uapi-location-keys.patch \
+	file://0001-mpmdlif.c-don-t-suppress-kernel-linux-types.h-inclus.patch \
+"
+
 PR = "${INC_PR}.2"
 
 DEPENDS = "multiprocmgr cmem"
 RDEPENDS_${PN} = "multiprocmgr mpm-transport cmem"
 RDEPENDS_${PN} += "multiprocmgr-rtos-test bash"
 
-CC += "-I${STAGING_KERNEL_DIR}/include"
-
-# Assuming the multiprocmgr kernel API is safe
-CC[vardepsexclude] = "STAGING_KERNEL_DIR"
-
 FILES_${PN} += "\
     ${datadir}/ti/examples/mpm \
 "
-- 
2.7.4


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

* [zeus/master][PATCH 2/2] multiprocmgr: swap SUMMARY and DESCRIPTION fields
  2020-02-11 23:06 [zeus/master][PATCH 1/2] multiprocmgr-test: also do not access kernel headers directly Denys Dmytriyenko
@ 2020-02-11 23:06 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2020-02-11 23:06 UTC (permalink / raw)
  To: meta-ti; +Cc: Denys Dmytriyenko

From: Denys Dmytriyenko <denys@ti.com>

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

diff --git a/recipes-ti/multiprocmgr/multiprocmgr_git.bb b/recipes-ti/multiprocmgr/multiprocmgr_git.bb
index aea2445..b3479fb 100644
--- a/recipes-ti/multiprocmgr/multiprocmgr_git.bb
+++ b/recipes-ti/multiprocmgr/multiprocmgr_git.bb
@@ -1,5 +1,5 @@
-DESCRIPTION = "TI Multiproc Manager for KeyStone II"
-SUMMARY = "Provides download, debug and other utilities for other cores in the SOC like DSP"
+SUMMARY = "TI Multiproc Manager for KeyStone II"
+DESCRIPTION = "Provides download, debug and other utilities for other cores in the SOC like DSP"
 
 include multiprocmgr.inc
 
-- 
2.7.4


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

end of thread, other threads:[~2020-02-11 23:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-11 23:06 [zeus/master][PATCH 1/2] multiprocmgr-test: also do not access kernel headers directly Denys Dmytriyenko
2020-02-11 23:06 ` [zeus/master][PATCH 2/2] multiprocmgr: swap SUMMARY and DESCRIPTION fields 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.