[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:
Mykola Gerasymenko 2021-03-26 20:08:28 +02:00 committed by GitHub
parent e1d8d1895b
commit e8f4a8b148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

2
platform/barefoot/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
# Overwrite ignore 'platform/**/debian/*' in root directory.
!**/debian/*

View 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

View File

@ -0,0 +1 @@
configs/bfn-modules.conf etc/modules-load.d