Add experimental Raspbian aarch64 build

This commit is contained in:
Cameron Gutman
2021-12-20 02:36:23 +00:00
parent 497597498d
commit f032e7b4aa
10 changed files with 80 additions and 3 deletions

View File

@@ -16,6 +16,9 @@ VERSION=`cat app/version.txt`
if [ "$TARGET" == "rpi" ]; then
EXTRA_BUILD_DEPS="libraspberrypi-dev | rbp-userland-dev-osmc"
EXTRA_DEPS="libraspberrypi0 | rbp-userland-osmc"
elif [ "$TARGET" == "rpi64" ]; then
EXTRA_BUILD_DEPS=""
EXTRA_DEPS=""
elif [ "$TARGET" == "l4t" ]; then
EXTRA_BUILD_DEPS="libnvmpi1.0.0"
elif [ "$TARGET" == "desktop" ]; then