summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/edma3-lld
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2017-06-24 02:35:20 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-06-27 11:51:22 -0400
commit61ff9caa9abde2b5114e275857e7c8e00744e8d2 (patch)
treee66f141a5583e66b93971cef6e80efb3810e0874 /recipes-bsp/edma3-lld
parent75bb8df6ec3764575b9814314532b497c1ea9388 (diff)
downloadmeta-ti-61ff9caa9abde2b5114e275857e7c8e00744e8d2.tar.gz
edma3-lld-rtos: drop ti-staging.inc and fix file-rdeps QA check
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/edma3-lld')
-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}"