diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2022-02-22 04:13:45 +0000 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2022-02-22 12:01:38 -0600 |
| commit | 20f3191aeb592dd889eeaf96a31526297de95306 (patch) | |
| tree | aec879b9855ff8a54df171ee808e30ac26f1c80b /recipes-ti/framework-components/ti-framework-components.inc | |
| parent | bea4fd2c401af05b866bd6af1c4e501d31b7b420 (diff) | |
| download | meta-ti-20f3191aeb592dd889eeaf96a31526297de95306.tar.gz | |
meta-ti: create a sub-layer meta-ti-bsp from existing content
Extra sub-layers will be created next and relevant content moved across them.
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'recipes-ti/framework-components/ti-framework-components.inc')
| -rw-r--r-- | recipes-ti/framework-components/ti-framework-components.inc | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/recipes-ti/framework-components/ti-framework-components.inc b/recipes-ti/framework-components/ti-framework-components.inc deleted file mode 100644 index e8b7c414..00000000 --- a/recipes-ti/framework-components/ti-framework-components.inc +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | DESCRIPTION = "TI Framework Components" | ||
| 2 | HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/fc" | ||
| 3 | SECTION = "devel" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | |||
| 6 | require recipes-ti/includes/ti-paths.inc | ||
| 7 | |||
| 8 | S = "${WORKDIR}/framework_components_${PV}" | ||
| 9 | |||
| 10 | 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" | ||
| 11 | |||
| 12 | do_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 | |||
| 18 | INSANE_SKIP:${PN} = "ldflags" | ||
| 19 | |||
| 20 | ALLOW_EMPTY:${PN} = "1" | ||
| 21 | FILES:${PN}-dev += "${FC_INSTALL_DIR_RECIPE}" | ||
