Skip to content

Commit

Permalink
kamel: disable building wistron innovium support
Browse files Browse the repository at this point in the history
Try to fix:

```
[21:20:59] chown: cannot access 'debian/sonic-platform-wistron-sw-to3200k/usr/share/doc/sonic-platform-wistron-sw-to3200k/changelog': No such file or directory
[21:20:59] chown: cannot access 'debian/sonic-platform-wistron-6512-32r/usr/share/doc/sonic-platform-wistron-6512-32r/changelog': No such file or directory
[21:20:59] dh_fixperms: error: find debian/sonic-platform-wistron-6512-32r -true -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0 returned exit code 123
[21:20:59] dh_fixperms: error: find debian/sonic-platform-wistron-sw-to3200k -true -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0 returned exit code 123
[21:20:59] dh_fixperms: error: Aborting due to earlier error
[21:20:59] make[1]: *** [debian/rules:75: binary-indep] Error 25
[21:20:59] make[1]: Leaving directory '/sonic/platform/marvell-teralynx/sonic-platform-modules-wistron'
```
  • Loading branch information
bluecmd committed Jan 31, 2025
1 parent cbe942b commit 0a55198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/marvell-teralynx/rules.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include $(PLATFORM_PATH)/sai.mk
include $(PLATFORM_PATH)/platform-modules-cel.mk
include $(PLATFORM_PATH)/platform-modules-supermicro.mk
include $(PLATFORM_PATH)/platform-modules-wistron.mk
#include $(PLATFORM_PATH)/platform-modules-wistron.mk
include $(PLATFORM_PATH)/platform-modules-marvell.mk
include $(PLATFORM_PATH)/docker-syncd-mrvl-teralynx.mk
include $(PLATFORM_PATH)/docker-syncd-mrvl-teralynx-rpc.mk
Expand Down

0 comments on commit 0a55198

Please sign in to comment.