mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Update flatbuffers submodule
This commit is contained in:
parent
3e8c6f3b25
commit
c75c98e252
3
.gitignore
vendored
3
.gitignore
vendored
@ -35,3 +35,6 @@ CMakeSettings.json
|
|||||||
|
|
||||||
# LedDevice 'File' output
|
# LedDevice 'File' output
|
||||||
NULL
|
NULL
|
||||||
|
|
||||||
|
# Docker deploy folder
|
||||||
|
deploy/*
|
||||||
|
2
dependencies/external/flatbuffers
vendored
2
dependencies/external/flatbuffers
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 97a30171cb8a772741a9a58f92b9df47e9ca21d6
|
Subproject commit 8468eab83bacc8bbd6cb5ae22197af06a9437b2d
|
@ -9,7 +9,7 @@ Note: call the script with `./docker-compile.sh -h` for more options.
|
|||||||
|
|
||||||
**Raspbian Stretch**
|
**Raspbian Stretch**
|
||||||
```console
|
```console
|
||||||
wget -qN https://raw.github.com/hyperion-project/hyperion.ng/master/bin/scripts/docker-compile.sh && chmod +x *.sh && ./docker-compile.sh -i rpi-raspbian
|
wget -qN https://raw.github.com/hyperion-project/hyperion.ng/master/bin/scripts/docker-compile.sh && chmod +x *.sh && ./docker-compile.sh -i rpi-raspbian -t stretch
|
||||||
```
|
```
|
||||||
**Raspbian Buster/Raspberry Pi OS**
|
**Raspbian Buster/Raspberry Pi OS**
|
||||||
```console
|
```console
|
||||||
@ -17,14 +17,14 @@ wget -qN https://raw.github.com/hyperion-project/hyperion.ng/master/bin/scripts/
|
|||||||
```
|
```
|
||||||
**Raspberry Pi OS Bullseye**
|
**Raspberry Pi OS Bullseye**
|
||||||
```console
|
```console
|
||||||
wget -qN https://raw.github.com/hyperion-project/hyperion.ng/master/bin/scripts/docker-compile.sh && chmod +x *.sh && ./docker-compile.sh -i rpi-raspbian -t bullseye
|
wget -qN https://raw.github.com/hyperion-project/hyperion.ng/master/bin/scripts/docker-compile.sh && chmod +x *.sh && ./docker-compile.sh -i rpi-raspbian
|
||||||
```
|
```
|
||||||
|
|
||||||
## Cross compilation on x86_64 for:
|
## Cross compilation on x86_64 for:
|
||||||
|
|
||||||
**x86_64 (Debian Stretch):**
|
**x86_64 (Debian Stretch):**
|
||||||
```console
|
```console
|
||||||
wget -qN https://raw.github.com/hyperion-project/hyperion.ng/master/bin/scripts/docker-compile.sh && chmod +x *.sh && ./docker-compile.sh -i x86_64
|
wget -qN https://raw.github.com/hyperion-project/hyperion.ng/master/bin/scripts/docker-compile.sh && chmod +x *.sh && ./docker-compile.sh -i x86_64 -t stretch
|
||||||
```
|
```
|
||||||
**x86_64 (Debian Buster):**
|
**x86_64 (Debian Buster):**
|
||||||
```console
|
```console
|
||||||
@ -32,11 +32,11 @@ wget -qN https://raw.github.com/hyperion-project/hyperion.ng/master/bin/scripts/
|
|||||||
```
|
```
|
||||||
**x86_64 (Debian Bullseye):**
|
**x86_64 (Debian Bullseye):**
|
||||||
```console
|
```console
|
||||||
wget -qN https://raw.github.com/hyperion-project/hyperion.ng/master/bin/scripts/docker-compile.sh && chmod +x *.sh && ./docker-compile.sh -i x86_64 -t bullseye
|
wget -qN https://raw.github.com/hyperion-project/hyperion.ng/master/bin/scripts/docker-compile.sh && chmod +x *.sh && ./docker-compile.sh -i x86_64
|
||||||
```
|
```
|
||||||
**Raspberry Pi v1 & ZERO (Debian Stretch)**
|
**Raspberry Pi v1 & ZERO (Debian Stretch)**
|
||||||
```console
|
```console
|
||||||
wget -qN https://raw.github.com/hyperion-project/hyperion.ng/master/bin/scripts/docker-compile.sh && chmod +x *.sh && ./docker-compile.sh -i armv6l
|
wget -qN https://raw.github.com/hyperion-project/hyperion.ng/master/bin/scripts/docker-compile.sh && chmod +x *.sh && ./docker-compile.sh -i armv6l -t stretch
|
||||||
```
|
```
|
||||||
**Raspberry Pi v1 & ZERO (Debian Buster)**
|
**Raspberry Pi v1 & ZERO (Debian Buster)**
|
||||||
```console
|
```console
|
||||||
@ -44,11 +44,11 @@ wget -qN https://raw.github.com/hyperion-project/hyperion.ng/master/bin/scripts/
|
|||||||
```
|
```
|
||||||
**Raspberry Pi v1 & ZERO (Debian Bullseye)**
|
**Raspberry Pi v1 & ZERO (Debian Bullseye)**
|
||||||
```console
|
```console
|
||||||
wget -qN https://raw.github.com/hyperion-project/hyperion.ng/master/bin/scripts/docker-compile.sh && chmod +x *.sh && ./docker-compile.sh -i armv6l -t bullseye
|
wget -qN https://raw.github.com/hyperion-project/hyperion.ng/master/bin/scripts/docker-compile.sh && chmod +x *.sh && ./docker-compile.sh -i armv6l
|
||||||
```
|
```
|
||||||
**Raspberry Pi 2/3/4 (Debian Stretch)**
|
**Raspberry Pi 2/3/4 (Debian Stretch)**
|
||||||
```console
|
```console
|
||||||
wget -qN https://raw.github.com/hyperion-project/hyperion.ng/master/bin/scripts/docker-compile.sh && chmod +x *.sh && ./docker-compile.sh -i armv7l
|
wget -qN https://raw.github.com/hyperion-project/hyperion.ng/master/bin/scripts/docker-compile.sh && chmod +x *.sh && ./docker-compile.sh -i armv7l -t stretch
|
||||||
```
|
```
|
||||||
**Raspberry Pi 2/3/4 (Debian Buster)**
|
**Raspberry Pi 2/3/4 (Debian Buster)**
|
||||||
```console
|
```console
|
||||||
@ -56,7 +56,7 @@ wget -qN https://raw.github.com/hyperion-project/hyperion.ng/master/bin/scripts/
|
|||||||
```
|
```
|
||||||
**Raspberry Pi 2/3/4 (Debian Bullseye)**
|
**Raspberry Pi 2/3/4 (Debian Bullseye)**
|
||||||
```console
|
```console
|
||||||
wget -qN https://raw.github.com/hyperion-project/hyperion.ng/master/bin/scripts/docker-compile.sh && chmod +x *.sh && ./docker-compile.sh -i armv7l -t bullseye
|
wget -qN https://raw.github.com/hyperion-project/hyperion.ng/master/bin/scripts/docker-compile.sh && chmod +x *.sh && ./docker-compile.sh -i armv7l
|
||||||
```
|
```
|
||||||
## Cross compilation on x86_64 for developers
|
## Cross compilation on x86_64 for developers
|
||||||
Using additional options you can cross compile locally
|
Using additional options you can cross compile locally
|
||||||
|
Loading…
x
Reference in New Issue
Block a user