summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2018-04-21 01:29:31 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-04-20 18:13:57 -0400
commit823fdef4c234aa050de058723272d438c4b3810c (patch)
treeabf70ca049b83a85854c044d51ce57a78f6a1d45 /recipes-bsp
parent06e58bcff3bb5df2519315fac64d60cdcf4ccae7 (diff)
downloadmeta-ti-823fdef4c234aa050de058723272d438c4b3810c.tar.gz
sa-lld-test, multiprocmgr: suppress no GNU_HASH warnings
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/sa-lld/sa-lld-test_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/sa-lld/sa-lld-test_git.bb b/recipes-bsp/sa-lld/sa-lld-test_git.bb
index bae64b18..07d64676 100644
--- a/recipes-bsp/sa-lld/sa-lld-test_git.bb
+++ b/recipes-bsp/sa-lld/sa-lld-test_git.bb
@@ -37,3 +37,5 @@ do_install () {
37 make -f makefile_armv7 installbin PDK_INSTALL_PATH=${STAGING_INCDIR} DEVICE="$device" SA_SRC_DIR=${S} INSTALL_BIN_BASE_DIR=${D}${bindir} 37 make -f makefile_armv7 installbin PDK_INSTALL_PATH=${STAGING_INCDIR} DEVICE="$device" SA_SRC_DIR=${S} INSTALL_BIN_BASE_DIR=${D}${bindir}
38 done 38 done
39} 39}
40
41INSANE_SKIP_${PN} = "ldflags"