summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-ti/framework-components/ti-framework-components.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ti-bsp/recipes-ti/framework-components/ti-framework-components.inc')
-rw-r--r--meta-ti-bsp/recipes-ti/framework-components/ti-framework-components.inc21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-ti/framework-components/ti-framework-components.inc b/meta-ti-bsp/recipes-ti/framework-components/ti-framework-components.inc
new file mode 100644
index 00000000..e8b7c414
--- /dev/null
+++ b/meta-ti-bsp/recipes-ti/framework-components/ti-framework-components.inc
@@ -0,0 +1,21 @@
1DESCRIPTION = "TI Framework Components"
2HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/fc"
3SECTION = "devel"
4LICENSE = "BSD"
5
6require recipes-ti/includes/ti-paths.inc
7
8S = "${WORKDIR}/framework_components_${PV}"
9
10SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/fc/${PV}/exports/framework_components_${PV},lite.tar.gz;name=fctarball"
11
12do_install() {
13 CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership"
14 install -d ${D}${FC_INSTALL_DIR_RECIPE}
15 cp ${CP_ARGS} ${S}/* ${D}${FC_INSTALL_DIR_RECIPE}
16}
17
18INSANE_SKIP:${PN} = "ldflags"
19
20ALLOW_EMPTY:${PN} = "1"
21FILES:${PN}-dev += "${FC_INSTALL_DIR_RECIPE}"