From fdf84c8b8ab4fce962bb560d53c543f7fb971e83 Mon Sep 17 00:00:00 2001 From: Samuel Angebault Date: Sat, 19 Nov 2022 21:46:08 +0100 Subject: [PATCH] [Arista] Update phy-credo package (#12755) Why I did it A recent migration of SonicV2Connector from swsssdk to swsscommon.swsscommon broke phy-credo. How I did it Change the import path while keeping a fallback on the previous one for 202205 How to verify it phy-credo.service no longer fails due to an import error --- rules/phy-credo.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/phy-credo.mk b/rules/phy-credo.mk index 197888e518..2ade08eba1 100644 --- a/rules/phy-credo.mk +++ b/rules/phy-credo.mk @@ -1,3 +1,3 @@ PHY_CREDO = phy-credo_1.0_amd64.deb -$(PHY_CREDO)_URL = "https://github.com/aristanetworks/sonic-firmware/raw/e89a1696954fd381e1e95edf208cffc97caf15d4/phy/phy-credo_1.0_amd64.deb" +$(PHY_CREDO)_URL = "https://github.com/aristanetworks/sonic-firmware/raw/446f30ccd8626f904d89d5798da7294948e090a6/phy/phy-credo_1.0_amd64.deb" SONIC_ONLINE_DEBS += $(PHY_CREDO)