summaryrefslogtreecommitdiffstats
path: root/extras/recipes-ti/framework-components/ti-framework-components.inc
diff options
context:
space:
mode:
Diffstat (limited to 'extras/recipes-ti/framework-components/ti-framework-components.inc')
-rw-r--r--extras/recipes-ti/framework-components/ti-framework-components.inc21
1 files changed, 21 insertions, 0 deletions
diff --git a/extras/recipes-ti/framework-components/ti-framework-components.inc b/extras/recipes-ti/framework-components/ti-framework-components.inc
new file mode 100644
index 00000000..f2244db4
--- /dev/null
+++ b/extras/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
6LIC_FILES_CHKSUM = "file://framework_components_2_26_00_01_manifest.html;md5=3250f9da7ee72284c07f8dd840400c75"
7
8require recipes-ti/includes/ti-paths.inc
9require recipes-ti/includes/ti-staging.inc
10
11PR = "r1"
12
13S = "${WORKDIR}/framework_components_${PV}"
14
15SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/fc/${PV}/exports/framework_components_${PV},lite.tar.gz;name=fctarball"
16
17do_install() {
18 install -d ${D}${FC_INSTALL_DIR_RECIPE}
19 cp -pPrf ${S}/* ${D}${FC_INSTALL_DIR_RECIPE}
20}
21