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 /meta-ti-bsp/recipes-ti/dsplib/dsplib-c674x_git.bb | |
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 'meta-ti-bsp/recipes-ti/dsplib/dsplib-c674x_git.bb')
-rw-r--r-- | meta-ti-bsp/recipes-ti/dsplib/dsplib-c674x_git.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-ti/dsplib/dsplib-c674x_git.bb b/meta-ti-bsp/recipes-ti/dsplib/dsplib-c674x_git.bb new file mode 100644 index 00000000..47974ea1 --- /dev/null +++ b/meta-ti-bsp/recipes-ti/dsplib/dsplib-c674x_git.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | include dsplib.inc | ||
2 | |||
3 | MATHLIB_INSTALL_DIR = "${MATHLIB_C674_INSTALL_DIR}/packages" | ||
4 | DSPLIB_INSTALL_DIR_RECIPE = "${DSPLIB_C674_INSTALL_DIR_RECIPE}" | ||
5 | DSPLIB_INSTALL_DIR = "${DSPLIB_C674_INSTALL_DIR}" | ||
6 | DSPLIB_BUILD_TARGET = "c674x" | ||
7 | |||
8 | DEPENDS += "mathlib-c674x" | ||