Skip to content

Commit

Permalink
tensorflow-lite: skip 32-bit machines
Browse files Browse the repository at this point in the history
The meta-neural-network provider for tensorflow-lite only builds on
64-bit systems. Set COMPATIBLE_MACHINE to skip the build on 32-bit
variants of the Raspberry Pi SoC family.

Signed-off-by: Vivien Didelot <[email protected]>
  • Loading branch information
vivien committed Sep 21, 2023
1 parent 7e53aca commit 29da28b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This provider of tensorflow-lite only builds on 64-bit systems
COMPATIBLE_MACHINE:rpi = "^(aarch64)$"

# https://github.com/nnstreamer/meta-neural-network/pull/85
do_install:append () {
ln -sf libtensorflow2-lite.a ${D}${libdir}/libtensorflow-lite.a
Expand Down

0 comments on commit 29da28b

Please sign in to comment.