summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2015-06-05 16:56:29 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-06-05 10:17:40 -0400
commit147aeb445c891b70dd468dee00420a22e26a58e4 (patch)
tree2d1396f5b770d869e92d76e6b6c547426695408a /recipes-bsp
parentedbe41e86b62377c18cc68647c808e4dd269bdfb (diff)
downloadmeta-ti-147aeb445c891b70dd468dee00420a22e26a58e4.tar.gz
rtos-recipes: Add files to ${PN}-dev instead of ${PN}.
* These packages only contain firmware development files. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb5
-rw-r--r--recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb7
2 files changed, 8 insertions, 4 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
3require recipes-ti/includes/ti-paths.inc 3require recipes-ti/includes/ti-paths.inc
4require recipes-ti/includes/ti-staging.inc 4require recipes-ti/includes/ti-staging.inc
5 5
6PR = "r1"
7
6DEPENDS = "ti-xdctools ti-cgt6x-native ti-sysbios" 8DEPENDS = "ti-xdctools ti-cgt6x-native ti-sysbios"
7 9
8S = "${WORKDIR}/ti/csl" 10S = "${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
33FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages" 35ALLOW_EMPTY_${PN} = "1"
36FILES_${PN}-dev += "${PDK_INSTALL_DIR_RECIPE}/packages"
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}"