build: fix incorrect initramfs gzip compression
authorTony Butler <spudz76@gmail.com>
Tue, 18 Apr 2023 02:32:18 +0000 (19:32 -0700)
committerChristian Marangi <ansuelsmth@gmail.com>
Tue, 18 Apr 2023 11:57:48 +0000 (13:57 +0200)
commit4ab4b9ea818d24b66df146ef1c34ea7e9096b775
tree4f7d8baef8d442a0675a4557618ef0122805698f
parent69bc620180d2ec670e7a936171262fc3e9e99179
build: fix incorrect initramfs gzip compression

Requires: tools/libdeflate

fix consistency of executable to use
`$(STAGING_DIR_HOST)/bin/libdeflate-gzip`, and not system-installed ones
from the usual environment `PATH`;
this affects option `CONFIG_KERNEL_INITRAMFS_COMPRESSION_GZIP`

this may have worked in the past but only via side effect of having the
binaries on the host system (and whatever unpredictable version or
patchset those might be), and did not use the improved but totally
compatible libdeflate-gzip

Fixes: 330bd380e8b6 ("image: allow building FIT and uImage with ramdisk")
Signed-off-by: Tony Butler <spudz76@gmail.com>
include/kernel-defaults.mk