[barefoot]: Add psample
module to load at boot time on BFN platform (#7164)
The psample module was not loaded on barefoot platform. The loading of this module is a prerequisite for testing SFlow. * add `.gitignore` to the `barefoot` subdirectory to overwrite ignore "platform/**/debian/*" in the root directory
This commit is contained in:
parent
e1d8d1895b
commit
e8f4a8b148
2
platform/barefoot/.gitignore
vendored
Normal file
2
platform/barefoot/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
# Overwrite ignore 'platform/**/debian/*' in root directory.
|
||||
!**/debian/*
|
6
platform/barefoot/bfn-modules/configs/bfn-modules.conf
Normal file
6
platform/barefoot/bfn-modules/configs/bfn-modules.conf
Normal file
@ -0,0 +1,6 @@
|
||||
# /etc/modules: kernel modules to load at boot time.
|
||||
#
|
||||
# This file contains the names of kernel modules that should be loaded
|
||||
# at boot time, one per line. Lines beginning with "#" are ignored.
|
||||
|
||||
psample
|
1
platform/barefoot/bfn-modules/debian/install
Normal file
1
platform/barefoot/bfn-modules/debian/install
Normal file
@ -0,0 +1 @@
|
||||
configs/bfn-modules.conf etc/modules-load.d
|
Loading…
Reference in New Issue
Block a user