Add pf-bb-config configuration file for N3000
In the context of starting usage of pf-bb-config tool to configure the N3000 (Intel FPGA) FEC device, it is necessary to include in the utility package the corresponding file with the parameters set into the device. For now, it is only fpga_5gnr/fpga_5gnr_config_vf.cfg from pf-bb-config GitHub site (https://github.com/intel/pf-bb-config/tree/v21.6) that is being taken for N3000 configuration, and used as is. Task: 42784 Story: 2009036 Signed-off-by: Douglas Henrique Koerich <douglashenrique.koerich@windriver.com> Change-Id: I219ddcf639f0ac80644b6f25cd50b883752c012e
This commit is contained in:
parent
145e0d5756
commit
3f8401fe26
@ -34,6 +34,7 @@ install -d -m 755 %{buildroot}%{_datadir}/pf-bb-config/acc100
|
||||
install -p -D -m 700 pf_bb_config %{buildroot}%{_bindir}/pf_bb_config
|
||||
install -p -D -m 700 acc100/acc100_config_1vf_4g5g.cfg %{buildroot}%{_datadir}/pf-bb-config/acc100/acc100_config_1vf_4g5g.cfg
|
||||
install -p -D -m 700 acc100/acc100_config_vf_5g.cfg %{buildroot}%{_datadir}/pf-bb-config/acc100/acc100_config_vf_5g.cfg
|
||||
install -p -D -m 700 fpga_5gnr/fpga_5gnr_config_vf.cfg %{buildroot}%{_datadir}/pf-bb-config/fpga_5gnr/fpga_5gnr_config_vf.cfg
|
||||
install -p -D -m 644 README.md %{buildroot}%{_datadir}/pf-bb-config/README.md
|
||||
|
||||
%clean
|
||||
|
Loading…
Reference in New Issue
Block a user