Skip to content

Commit 87c300e

Browse files
Remove fortran dependency
1 parent c6f3a45 commit 87c300e

12 files changed

+0
-13
lines changed

.github/workflows/build_riscv.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ jobs:
8484
bitbake-layers add-layer ${WORKING_DIR}/meta-tensorflow-lite/meta-tensorflow-lite
8585
bitbake-layers add-layer ${WORKING_DIR}/meta-riscv
8686
cat <<EOF> conf/auto.conf
87-
FORTRAN:forcevariable = ",fortran"
8887
BB_NUMBER_THREADS = "8"
8988
EOF
9089
cat conf/auto.conf

.github/workflows/build_rpi.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ jobs:
8383
bitbake-layers add-layer ${WORKING_DIR}/meta-tensorflow-lite/meta-tensorflow-lite/
8484
bitbake-layers add-layer ${WORKING_DIR}/meta-raspberrypi/
8585
cat <<EOF> conf/auto.conf
86-
FORTRAN:forcevariable = ",fortran"
8786
LICENSE_FLAGS_ACCEPTED = "synaptics-killswitch"
8887
BB_NUMBER_THREADS = "8"
8988
EOF

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ $ bitbake-layers add-layer ../meta-raspberrypi/
6969
$ bitbake-layers add-layer ../meta-tensorflow-lite/
7070
7171
# Add the package to 'conf/auto.conf' file.
72-
FORTRAN:forcevariable = ",fortran"
7372
MACHINE ?= "raspberrypi4-64"
7473
IMAGE_INSTALL:append = " python3-tensorflow-lite libtensorflow-lite"
7574
@@ -96,7 +95,6 @@ $ bitbake-layers add-layer ../meta-riscv/
9695
$ bitbake-layers add-layer ../meta-tensorflow-lite/
9796
9897
# Add the package to 'conf/auto.conf' file.
99-
FORTRAN:forcevariable = ",fortran"
10098
MACHINE ?= "qemuriscv64"
10199
IMAGE_INSTALL:append = " python3-tensorflow-lite libtensorflow-lite"
102100

doc/coral_libedgetpu.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ Add `python3-tensorflow-lite` and `libedgetpu-nnn` recipes to `conf/auto.conf` f
3232
- libedgetpu-std: with reduced operating frequency ()
3333
- libedgetpu-max: with maximum operating frequency
3434
```
35-
FORTRAN:forcevariable = ",fortran"
3635
IMAGE_INSTALL:append = " python3-tensorflow-lite libedegtpu-std"
3736
```
3837

doc/python3-tensorflow-lite-example.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ bitbake-layers add-layer ../meta-tensorflow-lite/
2929
### Create conf/auto.conf file and write config
3030
Add `python3-tensorflow-lite`, `python3-tensorflow-lite-example` and `python3-pillow` recipes to `conf/auto.conf` file.
3131
```
32-
FORTRAN:forcevariable = ",fortran"
3332
IMAGE_INSTALL:append = " python3-tensorflow-lite-example"
3433
```
3534

doc/tensorflow-lite-benchmark.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ bitbake-layers add-layer ../meta-tensorflow-lite/
3030
### Create conf/auto.conf file and write config
3131
Add `tensorflow-lite-benchmark` recipes to `conf/auto.conf` file.
3232
```
33-
FORTRAN:forcevariable = ",fortran"
3433
IMAGE_INSTALL:append = " tensorflow-lite-benchmark"
3534
```
3635

doc/tensorflow-lite-label-image.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ bitbake-layers add-layer ../meta-tensorflow-lite/
3030
### Create conf/auto.conf file and write config
3131
Add `tensorflow-lite-label-image` recipes to `conf/auto.conf` file.
3232
```
33-
FORTRAN:forcevariable = ",fortran"
3433
IMAGE_INSTALL:append = " tensorflow-lite-label-image"
3534
```
3635

doc/tensorflow-lite-minimal.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ bitbake-layers add-layer ../meta-tensorflow-lite/
2929
### Create conf/auto.conf file and write config
3030
Add `tensorflow-lite-minimal` recipes to `conf/auto.conf` file.
3131
```
32-
FORTRAN:forcevariable = ",fortran"
3332
IMAGE_INSTALL:append = " tensorflow-lite-minimal"
3433
```
3534

recipes-framework/tensorflow-lite/libtensorflow-lite-c_2.18.0.bb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ inherit cmake
3030
S = "${WORKDIR}/git"
3131

3232
DEPENDS = " \
33-
libgfortran \
3433
libeigen \
3534
abseil-cpp \
3635
protobuf-native \

recipes-framework/tensorflow-lite/libtensorflow-lite_2.18.0.bb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ inherit cmake
3030
S = "${WORKDIR}/git"
3131

3232
DEPENDS = " \
33-
libgfortran \
3433
libeigen \
3534
abseil-cpp \
3635
protobuf-native \

0 commit comments

Comments
 (0)