summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-02-12 05:06:15 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-02-12 02:16:08 +0000
commit8accc5bd44a3295bb62391a04ae0cea7907b866f (patch)
treee453e473c5d0c911119758ea3184723c15ddbbb1
parente1303e71f9a55f83f95112bb8b718e9ff56ccf21 (diff)
downloadmeta-ti-8accc5bd44a3295bb62391a04ae0cea7907b866f.tar.gz
multiprocmgr: swap SUMMARY and DESCRIPTION fields
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/multiprocmgr/multiprocmgr_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-ti/multiprocmgr/multiprocmgr_git.bb b/recipes-ti/multiprocmgr/multiprocmgr_git.bb
index aea24456..b3479fb9 100644
--- a/recipes-ti/multiprocmgr/multiprocmgr_git.bb
+++ b/recipes-ti/multiprocmgr/multiprocmgr_git.bb
@@ -1,5 +1,5 @@
1DESCRIPTION = "TI Multiproc Manager for KeyStone II" 1SUMMARY = "TI Multiproc Manager for KeyStone II"
2SUMMARY = "Provides download, debug and other utilities for other cores in the SOC like DSP" 2DESCRIPTION = "Provides download, debug and other utilities for other cores in the SOC like DSP"
3 3
4include multiprocmgr.inc 4include multiprocmgr.inc
5 5