summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-04-30 05:53:43 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-04-29 21:32:55 -0400
commit3b6b0b7d2f5349d8b1d447cd798b66e8e4ee3f9f (patch)
treeadd12bdef2e777f427f8ba50f54e7ec3c7437bb2
parentb64a94a41f06e0652364a4eee45e572ca8de807b (diff)
downloadmeta-ti-3b6b0b7d2f5349d8b1d447cd798b66e8e4ee3f9f.tar.gz
ti-cgt-pru: suppress already stripped warning
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/devtools/ti-cgt-pru_2.1.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ti/devtools/ti-cgt-pru_2.1.1.bb b/recipes-ti/devtools/ti-cgt-pru_2.1.1.bb
index 3cffd241..049682fe 100644
--- a/recipes-ti/devtools/ti-cgt-pru_2.1.1.bb
+++ b/recipes-ti/devtools/ti-cgt-pru_2.1.1.bb
@@ -40,6 +40,6 @@ FILES_${PN}-dbg = "${TI_CGT_PRU_INSTALL_DIR_RECIPE}/bin/.debug \
40 ${TI_CGT_PRU_INSTALL_DIR_RECIPE}/lib/.debug \ 40 ${TI_CGT_PRU_INSTALL_DIR_RECIPE}/lib/.debug \
41" 41"
42 42
43INSANE_SKIP_${PN} += "arch staticdev" 43INSANE_SKIP_${PN} += "arch staticdev already-stripped"
44 44
45BBCLASSEXTEND = "native nativesdk" 45BBCLASSEXTEND = "native nativesdk"