summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2017-06-24 02:35:20 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-06-26 14:57:56 -0400
commit7b51cf71bf4c51cc0aeff42c2d8a8522e37828ce (patch)
treeda6aa462e940ac1546459fe03976d1fed600161f
parent0bd61341b732ddacb4385b901483cde66e222112 (diff)
downloadmeta-ti-7b51cf71bf4c51cc0aeff42c2d8a8522e37828ce.tar.gz
edma3-lld-rtos: drop ti-staging.inc and fix file-rdeps QA check
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb b/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb
index 7fd778a4..f5244785 100644
--- a/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb
+++ b/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb
@@ -1,6 +1,5 @@
1require edma3-lld.inc 1require edma3-lld.inc
2require recipes-ti/includes/ti-paths.inc 2require recipes-ti/includes/ti-paths.inc
3require recipes-ti/includes/ti-staging.inc
4 3
5PR = "${INC_PR}.1" 4PR = "${INC_PR}.1"
6 5
@@ -111,7 +110,7 @@ do_install () {
111 cp ${CP_ARGS} ${S}/* ${D}${EDMA3_LLD_INSTALL_DIR_RECIPE} 110 cp ${CP_ARGS} ${S}/* ${D}${EDMA3_LLD_INSTALL_DIR_RECIPE}
112} 111}
113 112
114INSANE_SKIP_${PN}-dev = "arch ldflags" 113INSANE_SKIP_${PN}-dev = "arch ldflags file-rdeps"
115 114
116ALLOW_EMPTY_${PN} = "1" 115ALLOW_EMPTY_${PN} = "1"
117FILES_${PN}-dev += "${EDMA3_LLD_INSTALL_DIR_RECIPE}" 116FILES_${PN}-dev += "${EDMA3_LLD_INSTALL_DIR_RECIPE}"