summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb')
-rw-r--r--recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb b/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb
index 246d7a88..a4e0df64 100644
--- a/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb
+++ b/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb
@@ -2,7 +2,7 @@ require edma3-lld.inc
2require recipes-ti/includes/ti-paths.inc 2require recipes-ti/includes/ti-paths.inc
3require recipes-ti/includes/ti-staging.inc 3require recipes-ti/includes/ti-staging.inc
4 4
5PR = "r0" 5PR = "r1"
6 6
7DEPENDS = "ti-cgt6x-native ti-sysbios ti-xdctools" 7DEPENDS = "ti-cgt6x-native ti-sysbios ti-xdctools"
8 8
@@ -70,6 +70,7 @@ do_install () {
70 cp -pPrf ${S}/* ${D}${EDMA3_LLD_INSTALL_DIR_RECIPE} 70 cp -pPrf ${S}/* ${D}${EDMA3_LLD_INSTALL_DIR_RECIPE}
71} 71}
72 72
73INSANE_SKIP_${PN} = "arch" 73INSANE_SKIP_${PN}-dev = "arch"
74 74
75FILES_${PN} += "${EDMA3_LLD_INSTALL_DIR_RECIPE}" 75ALLOW_EMPTY_${PN} = "1"
76FILES_${PN}-dev += "${EDMA3_LLD_INSTALL_DIR_RECIPE}"