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.
This commit is contained in:
Dongsu Park 2023-12-18 11:58:12 +01:00
parent a0144b9f0b
commit d6c73c0513

View File

@ -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