diff options
author | Denys Dmytriyenko <denys@ti.com> | 2017-06-24 02:35:20 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-06-27 11:51:22 -0400 |
commit | 61ff9caa9abde2b5114e275857e7c8e00744e8d2 (patch) | |
tree | e66f141a5583e66b93971cef6e80efb3810e0874 /recipes-bsp/edma3-lld | |
parent | 75bb8df6ec3764575b9814314532b497c1ea9388 (diff) | |
download | meta-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.bb | 3 |
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 @@ | |||
1 | require edma3-lld.inc | 1 | require edma3-lld.inc |
2 | require recipes-ti/includes/ti-paths.inc | 2 | require recipes-ti/includes/ti-paths.inc |
3 | require recipes-ti/includes/ti-staging.inc | ||
4 | 3 | ||
5 | PR = "${INC_PR}.1" | 4 | PR = "${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 | ||
114 | INSANE_SKIP_${PN}-dev = "arch ldflags" | 113 | INSANE_SKIP_${PN}-dev = "arch ldflags file-rdeps" |
115 | 114 | ||
116 | ALLOW_EMPTY_${PN} = "1" | 115 | ALLOW_EMPTY_${PN} = "1" |
117 | FILES_${PN}-dev += "${EDMA3_LLD_INSTALL_DIR_RECIPE}" | 116 | FILES_${PN}-dev += "${EDMA3_LLD_INSTALL_DIR_RECIPE}" |