Skip to content

Commit e2a6ac8

Browse files
aravindmani-1saiarcot895
authored andcommitted
DellEMC: Remove repeated files
ipmihelper files are repeated for few DellEMC platforms. Removed the files in sonic_platform since as part of debian rules,ipmihelper will be copied to necessary directory.
1 parent 7e65306 commit e2a6ac8

4 files changed

Lines changed: 0 additions & 809 deletions

File tree

platform/broadcom/sonic-platform-modules-dell/debian/rules

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ override_dh_auto_build:
5656
python3 setup.py bdist_wheel -d $(MOD_SRC_DIR)/$${mod}/modules; \
5757
cd $(MOD_SRC_DIR); \
5858
elif [ $$mod = "n3248te" ]; then \
59-
cp $(COMMON_DIR)/ipmihelper.py $(MOD_SRC_DIR)/$${mod}/sonic_platform/ipmihelper.py; \
6059
cd $(MOD_SRC_DIR)/$${mod}; \
6160
python3 setup.py bdist_wheel -d $(MOD_SRC_DIR)/$${mod}/modules; \
6261
cd $(MOD_SRC_DIR); \
@@ -66,7 +65,6 @@ override_dh_auto_build:
6665
python3 setup.py bdist_wheel -d $(MOD_SRC_DIR)/$${mod}/modules; \
6766
cd $(MOD_SRC_DIR); \
6867
elif [ $$mod = "n3248pxe" ]; then \
69-
cp $(COMMON_DIR)/ipmihelper.py $(MOD_SRC_DIR)/$${mod}/sonic_platform/ipmihelper.py; \
7068
cd $(MOD_SRC_DIR)/$${mod}; \
7169
python3 setup.py bdist_wheel -d $(MOD_SRC_DIR)/$${mod}/modules; \
7270
cd $(MOD_SRC_DIR); \

platform/broadcom/sonic-platform-modules-dell/n3248pxe/sonic_platform/ipmihelper.py

Lines changed: 0 additions & 269 deletions
This file was deleted.

0 commit comments

Comments
 (0)