summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-04-30 05:53:42 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-04-29 21:32:51 -0400
commitb64a94a41f06e0652364a4eee45e572ca8de807b (patch)
tree4f479a7f113735ded44881655594c4452997309d
parent4b96409bccb7a674ab0cd0b31a540480bf13d2be (diff)
downloadmeta-ti-b64a94a41f06e0652364a4eee45e572ca8de807b.tar.gz
gcc-arm-none-eabi-native: suppress already stripped warning
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/devtools/gcc-arm-none-eabi-native_4.8.2014q3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-ti/devtools/gcc-arm-none-eabi-native_4.8.2014q3.bb b/recipes-ti/devtools/gcc-arm-none-eabi-native_4.8.2014q3.bb
index 971ae489..d3dba412 100644
--- a/recipes-ti/devtools/gcc-arm-none-eabi-native_4.8.2014q3.bb
+++ b/recipes-ti/devtools/gcc-arm-none-eabi-native_4.8.2014q3.bb
@@ -19,3 +19,5 @@ do_install() {
19} 19}
20 20
21FILES_${PN} = "${GCC_ARM_NONE_TOOLCHAIN_RECIPE}/*" 21FILES_${PN} = "${GCC_ARM_NONE_TOOLCHAIN_RECIPE}/*"
22
23INSANE_SKIP_${PN} = "already-stripped"