mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
linux: add pigz:host depend for rpi aarch64 kernels
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
5eb1e23d1c
commit
b30d35197d
@ -62,6 +62,10 @@ if [[ "${KERNEL_TARGET}" = uImage* ]]; then
|
||||
PKG_DEPENDS_TARGET+=" u-boot-tools:host"
|
||||
fi
|
||||
|
||||
if [ "${BOOTLOADER}" = "bcm2835-bootloader" -a "${TARGET_KERNEL_ARCH}" = "arm64" ]; then
|
||||
PKG_DEPENDS_TARGET+=" pigz:host"
|
||||
fi
|
||||
|
||||
# Ensure that the dependencies of initramfs:target are built correctly, but
|
||||
# we don't want to add initramfs:target as a direct dependency as we install
|
||||
# this "manually" from within linux:target
|
||||
|
Loading…
x
Reference in New Issue
Block a user