Skip to content

Commit e8f4a8b

Browse files
[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
1 parent e1d8d18 commit e8f4a8b

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

platform/barefoot/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Overwrite ignore 'platform/**/debian/*' in root directory.
2+
!**/debian/*
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# /etc/modules: kernel modules to load at boot time.
2+
#
3+
# This file contains the names of kernel modules that should be loaded
4+
# at boot time, one per line. Lines beginning with "#" are ignored.
5+
6+
psample
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
configs/bfn-modules.conf etc/modules-load.d

0 commit comments

Comments
 (0)