diff options
author | Sam Nelson <sam.nelson@ti.com> | 2015-10-22 10:03:01 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-10-22 12:58:39 -0400 |
commit | 5ae46649cd82a7c05695a089642eeb51f583627a (patch) | |
tree | 92b99072f39e8e29ea42c46d409a372f780bf1c4 /recipes-bsp/sa-lld/sa-lld-test_git.bb | |
parent | ff68b5f5f4c1101ce207fe3b6708a61bc461177b (diff) | |
download | meta-ti-5ae46649cd82a7c05695a089642eeb51f583627a.tar.gz |
sa-lld: Update to new version 3.0.0.11
- Add device independent symbolic link for dynamic library
- Add utils to test build
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/sa-lld/sa-lld-test_git.bb')
-rw-r--r-- | recipes-bsp/sa-lld/sa-lld-test_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/sa-lld/sa-lld-test_git.bb b/recipes-bsp/sa-lld/sa-lld-test_git.bb index 2069d415..7cb0ac7a 100644 --- a/recipes-bsp/sa-lld/sa-lld-test_git.bb +++ b/recipes-bsp/sa-lld/sa-lld-test_git.bb | |||
@@ -15,7 +15,7 @@ do_compile () { | |||
15 | make -f makefile_armv7 clean PDK_INSTALL_PATH=${STAGING_INCDIR} DEVICE="$device" SA_SRC_DIR=${S} | 15 | make -f makefile_armv7 clean PDK_INSTALL_PATH=${STAGING_INCDIR} DEVICE="$device" SA_SRC_DIR=${S} |
16 | for choice in ${CHOICELIST} | 16 | for choice in ${CHOICELIST} |
17 | do | 17 | do |
18 | make -f makefile_armv7 examples PDK_INSTALL_PATH=${STAGING_INCDIR} DEVICE="$device" SA_SRC_DIR=${S} USEDYNAMIC_LIB="$choice" | 18 | make -f makefile_armv7 examples utils PDK_INSTALL_PATH=${STAGING_INCDIR} DEVICE="$device" SA_SRC_DIR=${S} USEDYNAMIC_LIB="$choice" |
19 | done | 19 | done |
20 | done | 20 | done |
21 | } | 21 | } |