diff options
author | Jianzhong Xu <xuj@ti.com> | 2018-09-24 20:59:34 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-09-24 16:34:51 +0000 |
commit | 708863d503bdd4174ee412f1dd418b1650dad520 (patch) | |
tree | abee13ea37bb8e896873956ea3bbddd199d17429 /recipes-ti/mathlib/mathlib-c66x_git.bb | |
parent | 6a854e93404a9b190ed7b80fd18bb5e849da47f5 (diff) | |
download | meta-ti-708863d503bdd4174ee412f1dd418b1650dad520.tar.gz |
mathlib: build MATHLIB C66x/C674x from source
Remove MATHLIB recipe that downloads pre-built MATHLIB from ti.com.
Add new recipe to build MATHLIB for C66x or C674x from source code.
Signed-off-by: Jianzhong Xu <xuj@ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/mathlib/mathlib-c66x_git.bb')
-rw-r--r-- | recipes-ti/mathlib/mathlib-c66x_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-ti/mathlib/mathlib-c66x_git.bb b/recipes-ti/mathlib/mathlib-c66x_git.bb new file mode 100644 index 00000000..22683855 --- /dev/null +++ b/recipes-ti/mathlib/mathlib-c66x_git.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | include mathlib.inc | ||
2 | |||
3 | MATHLIB_BUILD_TARGET = "c66x" | ||
4 | MATHLIB_INSTALL_DIR_RECIPE = "${MATHLIB_C66_INSTALL_DIR_RECIPE}" | ||
5 | MATHLIB_INSTALL_DIR = "${MATHLIB_C66_INSTALL_DIR}" | ||