mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
checkdeps: add qemu-user as req for native aarch64 Amlogic builds
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
b438ee40c2
commit
4f800deb2c
@ -93,8 +93,8 @@ perl_map=(
|
||||
|
||||
### PROJECT SPECIFIC REQUIREMENTS ###
|
||||
# Extend build scripts to look for distro/project/device checkdep scripts before adding further checks here
|
||||
# Native aarch64 on debian(?) host Rockchip needs to support rkbin
|
||||
if [ "$(uname -m)" = "aarch64" -a "${PROJECT}" = "Rockchip" ]; then
|
||||
# Native aarch64 on debian host needs to support rkbin (Rockchip) and aml_encrypt_* (Amlogic)
|
||||
if [ "$(uname -m)" = "aarch64" ] && [ "${PROJECT}" = "Rockchip" -o "${PROJECT}" = "Amlogic" ]; then
|
||||
dep_map[qemu-x86_64]=qemu-user-binfmt
|
||||
if [ ! -f /lib64/ld-linux-x86-64.so.2 -o ! -f /lib/x86_64-linux-gnu/libc.so.6 ]; then
|
||||
echo -e "Copy from a working x86_64 system:\n\t/lib64/ld-linux-x86-64.so.2\n\t/lib/x86_64-linux-gnu/libc.so.6"
|
||||
|
Loading…
x
Reference in New Issue
Block a user