From d89afd9658658e0aca2734a26e6cfc0e1e7e34b4 Mon Sep 17 00:00:00 2001 From: Nobuo Tsukamoto Date: Sat, 30 Sep 2023 16:58:41 +0900 Subject: [PATCH] Fixed tensorflow-lite-benchmark build. --- .../tensorflow-lite/tensorflow-lite-benchmark_2.14.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-tools/tensorflow-lite/tensorflow-lite-benchmark_2.14.0.bb b/recipes-tools/tensorflow-lite/tensorflow-lite-benchmark_2.14.0.bb index 6fe1ee5..2b9a069 100755 --- a/recipes-tools/tensorflow-lite/tensorflow-lite-benchmark_2.14.0.bb +++ b/recipes-tools/tensorflow-lite/tensorflow-lite-benchmark_2.14.0.bb @@ -19,6 +19,7 @@ SRC_URI = " \ SRC_URI:append:riscv32 = " \ file://001-RISCV32_pthreads.patch \ file://001-Add-link-atomic.patch \ + file://001-Fix-neon-sse-file-name-filter.patch \ " inherit cmake