From f6b3e2d375828b09be5df4d4d2d6d91061a01275 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Thu, 28 Oct 2021 12:37:59 +0200 Subject: [PATCH] sys-kernel/coreos-firmware: bump cxgb4 firmware version to 1.26.2.0 Since linux-firmware 20211027 has a new cxgb4 firmware version 1.26.2.0, we have to bump CXGB_VERSION, to avoid build failures. --- .../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 73b6ae4f30..1a21bad8df 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.0.0" +CXGB_VERSION="1.26.2.0" src_unpack() { if [[ ${PV} == 99999999* ]]; then