All of lore.kernel.org
 help / color / mirror / Atom feed
* [thud/master] [PATCH 1/3] tensorflow-lite: correct typos when modifying the compilation flags
@ 2019-11-13  0:13 Hongmei Gou
  2019-11-13  0:13 ` [thud/master] [PATCH 2/3] tensorflow-lite: add scripts for benchmarking Hongmei Gou
  2019-11-13  0:13 ` [thud/master] [PATCH 3/3] packagegroup-arago-tisdk-addons: add tensorflow-lite Hongmei Gou
  0 siblings, 2 replies; 5+ messages in thread
From: Hongmei Gou @ 2019-11-13  0:13 UTC (permalink / raw)
  To: meta-arago; +Cc: Hongmei Gou

Signed-off-by: Hongmei Gou <a0271529@ti.com>
---
 .../tensorflow-lite/tensorflow-lite_1.15.bb          | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/meta-arago-extras/recipes-support/tensorflow-lite/tensorflow-lite_1.15.bb b/meta-arago-extras/recipes-support/tensorflow-lite/tensorflow-lite_1.15.bb
index 612440c3..c676177b 100644
--- a/meta-arago-extras/recipes-support/tensorflow-lite/tensorflow-lite_1.15.bb
+++ b/meta-arago-extras/recipes-support/tensorflow-lite/tensorflow-lite_1.15.bb
@@ -40,17 +40,17 @@ SRC_URI[mobilenet_v1_quant.sha256sum] = "d32432d28673a936b2d6281ab0600c71cf7226d
 
 SRCREV = "590d6eef7e91a6a7392c8ffffb7b58f2e0c8bc6b"
 
-PR = "r0"
+PR = "r1"
 
 S = "${WORKDIR}/git"
 
 DEPENDS = "zlib"
 TARGET_CFLAGS_remove = "-O2"
-TARGET_CPPLAGS_remove = "-O2"
-TARGET_CXXLAGS_remove = "-O2"
-CCFLAGS_append = " -O3 -DNDEBUG -fPIC -DGEMMLOWP_ALLOW_SLOW_SCALAR_FALLBACK \
+TARGET_CPPFLAGS_remove = "-O2"
+TARGET_CXXFLAGS_remove = "-O2"
+CFLAGS_append = " -O3 -DNDEBUG -fPIC -DGEMMLOWP_ALLOW_SLOW_SCALAR_FALLBACK \
     -I${STAGING_INCDIR}"
-CXXFLAGS_append = " -O3 -DNDEBUG -fPIC -DGEMMLOWP_ALLOW_SLOW_SCALAR_FALLBACK \
+CPPFLAGS_append = " -O3 -DNDEBUG -fPIC -DGEMMLOWP_ALLOW_SLOW_SCALAR_FALLBACK \
     -I${STAGING_INCDIR}"
 LDFLAGS_remove = "-Wl,-O1"
 CXXFLAGS_append = " -O3 -DNDEBUG -fPIC -DGEMMLOWP_ALLOW_SLOW_SCALAR_FALLBACK \
@@ -84,7 +84,7 @@ EXTRA_OEMAKE = "\
     'CXX=${CXX}' \
     'CPP=${CPP}' \
     'CFLAGS=${CFLAGS}' \
-    'CPPFLAGS=${CFLAGS}' \
+    'CPPFLAGS=${CPPFLAGS}' \
     'CXXFLAGS=${CXXFLAGS}' \
     'AR=${AR}' \
     'LD=${LD}' \
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-11-14  0:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-13  0:13 [thud/master] [PATCH 1/3] tensorflow-lite: correct typos when modifying the compilation flags Hongmei Gou
2019-11-13  0:13 ` [thud/master] [PATCH 2/3] tensorflow-lite: add scripts for benchmarking Hongmei Gou
2019-11-13  0:13 ` [thud/master] [PATCH 3/3] packagegroup-arago-tisdk-addons: add tensorflow-lite Hongmei Gou
2019-11-13 18:34   ` Denys Dmytriyenko
2019-11-14  0:06   ` Gou, Hongmei

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.