* This is required to build tidl-import-tool to support tensorflow-lite models (floating point only for now)
Signed-off-by: Hongmei Gou <[email protected]> --- .../recipes-support/tensorflow-lite/tensorflow-lite_1.15.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 9d07b11b..b238c85e 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 @@ -41,7 +41,7 @@ SRC_URI[mobilenet_v1_quant.sha256sum] = "d32432d28673a936b2d6281ab0600c71cf7226d SRCREV = "590d6eef7e91a6a7392c8ffffb7b58f2e0c8bc6b" -PR = "r2" +PR = "r3" S = "${WORKDIR}/git" @@ -138,3 +138,5 @@ PACKAGES += "${PN}-examples" FILES_${PN}-examples = "${datadir}/${PN}-${PV}/examples" ALLOW_EMPTY_${PN} = "1" + +BBCLASSEXTEND = "native nativesdk" -- 2.17.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
