-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remapping S6000 platform files under Vendor (DellEmc) specific direct…
…ory (#3079)
- Loading branch information
1 parent
94b3c36
commit b92d980
Showing
24 changed files
with
32 additions
and
230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,36 @@ | ||
# Dell Z9100, S6100, Z9264F Platform modules | ||
# Dell S6000, Z9100, S6100, Z9264F Platform modules | ||
|
||
DELL_Z9264F_PLATFORM_MODULE_VERSION = 1.1 | ||
DELL_S6000_PLATFORM_MODULE_VERSION = 1.1 | ||
DELL_Z9100_PLATFORM_MODULE_VERSION = 1.1 | ||
DELL_S6100_PLATFORM_MODULE_VERSION = 1.1 | ||
DELL_Z9264F_PLATFORM_MODULE_VERSION = 1.1 | ||
|
||
export DELL_Z9264F_PLATFORM_MODULE_VERSION | ||
export DELL_S6000_PLATFORM_MODULE_VERSION | ||
export DELL_Z9100_PLATFORM_MODULE_VERSION | ||
export DELL_S6100_PLATFORM_MODULE_VERSION | ||
export DELL_Z9264F_PLATFORM_MODULE_VERSION | ||
|
||
|
||
# Dell Z9100 Platform modules | ||
DELL_Z9100_PLATFORM_MODULE = platform-modules-z9100_$(DELL_Z9100_PLATFORM_MODULE_VERSION)_amd64.deb | ||
$(DELL_Z9100_PLATFORM_MODULE)_SRC_PATH = $(PLATFORM_PATH)/sonic-platform-modules-dell | ||
$(DELL_Z9100_PLATFORM_MODULE)_DEPENDS += $(LINUX_HEADERS) $(LINUX_HEADERS_COMMON) | ||
$(DELL_Z9100_PLATFORM_MODULE)_PLATFORM = x86_64-dell_z9100_c2538-r0 | ||
SONIC_DPKG_DEBS += $(DELL_Z9100_PLATFORM_MODULE) | ||
|
||
# Dell S6100 Platform modules | ||
DELL_S6100_PLATFORM_MODULE = platform-modules-s6100_$(DELL_S6100_PLATFORM_MODULE_VERSION)_amd64.deb | ||
$(DELL_S6100_PLATFORM_MODULE)_PLATFORM = x86_64-dell_s6100_c2538-r0 | ||
$(eval $(call add_extra_package,$(DELL_Z9100_PLATFORM_MODULE),$(DELL_S6100_PLATFORM_MODULE))) | ||
|
||
# Dell Z9264F Platform modules | ||
DELL_Z9264F_PLATFORM_MODULE = platform-modules-z9264f_$(DELL_Z9264F_PLATFORM_MODULE_VERSION)_amd64.deb | ||
$(DELL_Z9264F_PLATFORM_MODULE)_PLATFORM = x86_64-dellemc_z9264f_c3538-r0 | ||
$(eval $(call add_extra_package,$(DELL_Z9100_PLATFORM_MODULE),$(DELL_Z9264F_PLATFORM_MODULE))) | ||
|
||
# Dell S6000 Platform modules | ||
DELL_S6000_PLATFORM_MODULE = platform-modules-s6000_$(DELL_S6000_PLATFORM_MODULE_VERSION)_amd64.deb | ||
$(DELL_S6000_PLATFORM_MODULE)_PLATFORM = x86_64-dell_s6000_s1220-r0 | ||
$(eval $(call add_extra_package,$(DELL_Z9100_PLATFORM_MODULE),$(DELL_S6000_PLATFORM_MODULE))) | ||
|
||
SONIC_STRETCH_DEBS += $(DELL_Z9100_PLATFORM_MODULE) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
platform/broadcom/sonic-platform-modules-dell/debian/platform-modules-s6000.install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
s6000/systemd/platform-modules-s6000.service etc/systemd/system | ||
common/io_rd_wr.py usr/local/bin |
7 changes: 7 additions & 0 deletions
7
platform/broadcom/sonic-platform-modules-dell/debian/platform-modules-s6000.postinst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# postinst script for S6000 | ||
|
||
# Enable Dell-S6000-platform-service | ||
depmod -a | ||
systemctl enable platform-modules-s6000.service | ||
systemctl start platform-modules-s6000.service | ||
#DEBHELPER# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
platform/broadcom/sonic-platform-modules-s6000/debian/changelog
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
platform/broadcom/sonic-platform-modules-s6000/debian/control
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
platform/broadcom/sonic-platform-modules-s6000/debian/copyright
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
platform/broadcom/sonic-platform-modules-s6000/debian/platform-modules-s6000.install
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
platform/broadcom/sonic-platform-modules-s6000/debian/rules
This file was deleted.
Oops, something went wrong.
93 changes: 0 additions & 93 deletions
93
platform/broadcom/sonic-platform-modules-s6000/scripts/io_rd_wr.py
This file was deleted.
Oops, something went wrong.