From b30d35197d2b36eef6f7ceef22af583b44974fb8 Mon Sep 17 00:00:00 2001 From: Ian Leonard Date: Sun, 30 Jun 2024 03:33:43 -0400 Subject: [PATCH] linux: add pigz:host depend for rpi aarch64 kernels Signed-off-by: Ian Leonard --- packages/linux/package.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/linux/package.mk b/packages/linux/package.mk index 0d443ef4d9..1db974c8de 100644 --- a/packages/linux/package.mk +++ b/packages/linux/package.mk @@ -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