diff options
Diffstat (limited to 'recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb')
-rw-r--r-- | recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb b/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb index 5d4a552a..c1fb5665 100644 --- a/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb +++ b/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb | |||
@@ -3,6 +3,8 @@ require common-csl-ip.inc | |||
3 | require recipes-ti/includes/ti-paths.inc | 3 | require recipes-ti/includes/ti-paths.inc |
4 | require recipes-ti/includes/ti-staging.inc | 4 | require recipes-ti/includes/ti-staging.inc |
5 | 5 | ||
6 | PR = "r1" | ||
7 | |||
6 | DEPENDS = "ti-xdctools ti-cgt6x-native ti-sysbios" | 8 | DEPENDS = "ti-xdctools ti-cgt6x-native ti-sysbios" |
7 | 9 | ||
8 | S = "${WORKDIR}/ti/csl" | 10 | S = "${WORKDIR}/ti/csl" |
@@ -30,4 +32,5 @@ do_install () { | |||
30 | find -name "*.tar" -exec tar xf {} -C ${D}${PDK_INSTALL_DIR_RECIPE}/packages \; | 32 | find -name "*.tar" -exec tar xf {} -C ${D}${PDK_INSTALL_DIR_RECIPE}/packages \; |
31 | } | 33 | } |
32 | 34 | ||
33 | FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages" | 35 | ALLOW_EMPTY_${PN} = "1" |
36 | FILES_${PN}-dev += "${PDK_INSTALL_DIR_RECIPE}/packages" | ||