diff mbox series

[meta-arago,master/kirkstone] tensorflow-lite: Add SRCREV_FORMAT to fix build error

Message ID 20230824195706.6675-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master/kirkstone] tensorflow-lite: Add SRCREV_FORMAT to fix build error | expand

Commit Message

Ryan Eatmon Aug. 24, 2023, 7:57 p.m. UTC
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 .../recipes-support/tensorflow-lite/tensorflow-lite_1.15.bb     | 2 ++
 1 file changed, 2 insertions(+)

Comments

Denys Dmytriyenko Aug. 28, 2023, 2:27 p.m. UTC | #1
This recipe should probably be removed in favor of upstream one from a 
dedicated meta-neural-network layer:

https://github.com/nnstreamer/meta-neural-network/tree/master/recipes-tensorflow/tensorflow-lite


On Thu, Aug 24, 2023 at 02:57:06PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
> ---
>  .../recipes-support/tensorflow-lite/tensorflow-lite_1.15.bb     | 2 ++
>  1 file changed, 2 insertions(+)
> 
> 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 defb6447..e4a1ec85 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
> @@ -24,6 +24,8 @@ SRC_URI = "git://github.com/tensorflow/tensorflow.git;branch=r${PV};rev=590d6eef
>      file://tflite-benchmark.sh \
>      file://tensorflow-lite.pc.in"
>  
> +SRCREV_FORMAT="tensorflow_gemmlowp_googletest_abseil-cpp_ARM_NEON_2_x86_SSE_farmhash_flatbuffers"
> +
>  SRC_URI[mobilenet_v1_quant.md5sum] = "36af340c00e60291931cb30ce32d4e86"
>  SRC_URI[mobilenet_v1_quant.sha256sum] = "d32432d28673a936b2d6281ab0600c71cf7226dfe4cdcef3012555f691744166"
>  
> -- 
> 2.17.1
diff mbox series

Patch

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 defb6447..e4a1ec85 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
@@ -24,6 +24,8 @@  SRC_URI = "git://github.com/tensorflow/tensorflow.git;branch=r${PV};rev=590d6eef
     file://tflite-benchmark.sh \
     file://tensorflow-lite.pc.in"
 
+SRCREV_FORMAT="tensorflow_gemmlowp_googletest_abseil-cpp_ARM_NEON_2_x86_SSE_farmhash_flatbuffers"
+
 SRC_URI[mobilenet_v1_quant.md5sum] = "36af340c00e60291931cb30ce32d4e86"
 SRC_URI[mobilenet_v1_quant.sha256sum] = "d32432d28673a936b2d6281ab0600c71cf7226dfe4cdcef3012555f691744166"