mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 14:27:48 +00:00
88867c1d96
Move non-essential, outdated, best-effort pieces, as well, as those requiring extra non-standard dependencies besides oe-core. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
22 lines
673 B
PHP
22 lines
673 B
PHP
DESCRIPTION = "TI Framework Components"
|
|
HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/fc"
|
|
SECTION = "devel"
|
|
LICENSE = "BSD"
|
|
|
|
LIC_FILES_CHKSUM = "file://framework_components_2_26_00_01_manifest.html;md5=3250f9da7ee72284c07f8dd840400c75"
|
|
|
|
require recipes-ti/includes/ti-paths.inc
|
|
require recipes-ti/includes/ti-staging.inc
|
|
|
|
PR = "r1"
|
|
|
|
S = "${WORKDIR}/framework_components_${PV}"
|
|
|
|
SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/fc/${PV}/exports/framework_components_${PV},lite.tar.gz;name=fctarball"
|
|
|
|
do_install() {
|
|
install -d ${D}${FC_INSTALL_DIR_RECIPE}
|
|
cp -pPrf ${S}/* ${D}${FC_INSTALL_DIR_RECIPE}
|
|
}
|
|
|