From 020beddd073be68db34226ea17fd90191a827642 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Fri, 11 Feb 2022 09:36:46 +0100 Subject: [PATCH] sys-kernel/coreos-firmware: fix build issues with cxgb4 firmware Fix build issues when building firmware 20220209 by bumping the cxbg4 firmware version to 1.26.6.0. Without that, build fails like: ``` * Scanning for files required by 5.15.22-flatcar * Missing firmware: cxgb4/t6fw.bin (cxgb4.ko.xz) * Missing firmware: cxgb4/t5fw.bin (cxgb4.ko.xz) * Missing firmware: cxgb4/t4fw.bin (cxgb4.ko.xz) ``` --- .../sys-kernel/coreos-firmware/coreos-firmware-99999999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-firmware/coreos-firmware-99999999.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-firmware/coreos-firmware-99999999.ebuild index 128b4ac929..a6d7ab8dbd 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-firmware/coreos-firmware-99999999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-firmware/coreos-firmware-99999999.ebuild @@ -59,7 +59,7 @@ RESTRICT="binchecks strip" # source name is linux-firmware, not coreos-firmware S="${WORKDIR}/linux-firmware-${PV}" -CXGB_VERSION="1.26.4.0" +CXGB_VERSION="1.26.6.0" src_unpack() { if [[ ${PV} == 99999999* ]]; then