From d6c73c05138617a10e713e56f2e42f3051df5576 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Mon, 18 Dec 2023 11:58:12 +0100 Subject: [PATCH] overlay coreos-firmware: update versions of cxgb4 and ice Fix build issues of coreos-firmware, by bumping the cxgb4 firmware version to 1.27.5.0, ice firmware version to 1.3.35.0. --- .../coreos-firmware/coreos-firmware-99999999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 e16c223973..6b91649646 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 @@ -95,8 +95,8 @@ pkg_pretend() { } # Flatcar: create symlinks for cxgb and ice firmwares -CXGB_VERSION="1.27.4.0" -ICE_DDP_VERSION="1.3.30.0" +CXGB_VERSION="1.27.5.0" +ICE_DDP_VERSION="1.3.35.0" src_unpack() { if [[ ${PV} == 99999999* ]]; then