summaryrefslogtreecommitdiffstats
path: root/recipes-ti/bios/ti-sysbios.inc
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-ti/bios/ti-sysbios.inc
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-ti/bios/ti-sysbios.inc')
-rw-r--r--recipes-ti/bios/ti-sysbios.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-ti/bios/ti-sysbios.inc b/recipes-ti/bios/ti-sysbios.inc
index d04a1581..c44fec32 100644
--- a/recipes-ti/bios/ti-sysbios.inc
+++ b/recipes-ti/bios/ti-sysbios.inc
@@ -19,3 +19,7 @@ do_install() {
19 cp -pPrf ${S}/* ${D}${SYSBIOS_INSTALL_DIR_RECIPE} 19 cp -pPrf ${S}/* ${D}${SYSBIOS_INSTALL_DIR_RECIPE}
20} 20}
21 21
22ALLOW_EMPTY_${PN} = "1"
23FILES_${PN}-dev += "${SYSBIOS_INSTALL_DIR_RECIPE}"
24
25INSANE_SKIP_${PN}-dev = "arch ldflags staticdev"