forked from sonoble/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update arista-drivers submodules (#42)
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule sonic-platform-modules-arista
updated
10 files
+1 −1 | arista/core/platform.py | |
+9 −9 | arista/platforms/a7050qx32.py | |
+60 −0 | arista/utils/sonic_ceos_utils.py | |
+77 −30 | arista/utils/sonic_leds.py | |
+21 −0 | arista/utils/sonic_psu.py | |
+71 −4 | arista/utils/sonic_sfputil.py | |
+7 −2 | arista/utils/sonic_utils.py | |
+1 −1 | confs/sonic-platform-arista.service | |
+1 −1 | confs/watchdog-stop.service | |
+1 −1 | debian/control |
Submodule sonic-platform-modules-arista
updated
21 files
+0 −1 | Makefile | |
+59 −0 | arista/components/dpm.py | |
+117 −91 | arista/components/scd.py | |
+54 −0 | arista/core/config.py | |
+24 −0 | arista/core/inventory.py | |
+41 −14 | arista/core/utils.py | |
+12 −3 | arista/platforms/a7050qx32.py | |
+11 −7 | arista/platforms/a7050qx32s.py | |
+11 −7 | arista/platforms/a7060cx32s.py | |
+12 −4 | arista/platforms/a717064c.py | |
+12 −4 | arista/platforms/a7260cx364.py | |
+60 −0 | arista/utils/sonic_ceos_utils.py | |
+77 −30 | arista/utils/sonic_leds.py | |
+21 −0 | arista/utils/sonic_psu.py | |
+102 −4 | arista/utils/sonic_sfputil.py | |
+7 −2 | arista/utils/sonic_utils.py | |
+4 −0 | debian/rules | |
+4 −4 | src/scd-hwmon.c | |
+5 −39 | src/scd.c | |
+2 −3 | src/scd.h | |
+1 −0 | utils/arista |