Skip to content

Commit

Permalink
[BFN] Add support pcied daemon for Montara and Newport (sonic-net#5199)
Browse files Browse the repository at this point in the history
Signed-off-by: Petro Bratash <[email protected]>
  • Loading branch information
bratashX authored and santhosh-kt committed Feb 25, 2021
1 parent a35ba7a commit 775e5f8
Show file tree
Hide file tree
Showing 6 changed files with 848 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"skip_pcied": true,
"skip_pcied": false,
"skip_fancontrol": true,
"skip_thermalctld": true,
"skip_ledd": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"skip_pcied": true,
"skip_pcied": false,
"skip_fancontrol": true,
"skip_thermalctld": true,
"skip_ledd": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
PACKAGE_NAME := sonic-platform-modules-bfn-montara
SCRIPT_SRC := $(shell pwd)/scripts
CONFIGS_SRC := $(shell pwd)/configs
PLUGINS_DIR := $(shell pwd)/plugins

%:
dh $@
Expand All @@ -12,6 +13,8 @@ override_dh_auto_install:
cp -r $(SCRIPT_SRC)/* debian/$(PACKAGE_NAME)/usr/local/bin
dh_installdirs -p$(PACKAGE_NAME) etc/network/interfaces.d/
cp -r $(CONFIGS_SRC)/network/interfaces.d/* debian/$(PACKAGE_NAME)/etc/network/interfaces.d/
dh_installdirs -p$(PACKAGE_NAME) usr/share/sonic/device/x86_64-accton_wedge100bf_32x-r0/plugins
cp -r $(PLUGINS_DIR)/* debian/$(PACKAGE_NAME)/usr/share/sonic/device/x86_64-accton_wedge100bf_32x-r0/plugins/

override_dh_usrlocal:

Expand Down
Loading

0 comments on commit 775e5f8

Please sign in to comment.