metal/bsp-files/kickstarts/pre_pkglist.cfg
M. Vefa Bicakci d83d260aeb Filter out kmod-bnxt_en{,-rt} as necessary
This commit ensures that the kmod-bnxt_en package is not installed when
in the low-latency profile, and that the kmod-bnxt_en-rt package is not
installed when in the standard/non-low-latency profile.

This is achieved by adding the kmod-bnxt_en and kmod-bnxt_en-rt packages
to the filter_out_from_* and pre_pkglist* files as required.

Testing:
- An ISO image can be built using a monolithic build procedure.
- Installation of the ISO image is successful with standard and
  low-latency profiles.
- The kmod-bnxt_en package is only installed with standard profile,
  whereas the kmod-bnxt_en-rt package is only installed with low-latency
  profile.

Story: 2009915
Task: 44792

Depends-On: https://review.opendev.org/c/starlingx/kernel/+/833464

Change-Id: I7a5c6086183d6b04e587192012f37aa7d0a2c2b3
Signed-off-by: M. Vefa Bicakci <vefa.bicakci@windriver.com>
2022-03-16 12:13:28 -04:00

24 lines
353 B
INI

%packages
@core
@base
-kernel-module-igb-uio-rt
-kernel-module-wrs-avp-rt
-kernel-rt
-kernel-rt-kvm
-kernel-rt-modules-extra
-kernel-rt-tools
-kernel-rt-tools-libs
-kmod-bnxt_en-rt
-kmod-drbd-rt
-kmod-e1000e-rt
-kmod-i40e-rt
-kmod-ixgbe-rt
-kmod-tpm-rt
-mlnx-ofa_kernel
-mlnx-ofa_kernel-rt
-mlnx-ofa_kernel-rt-modules
-qat16-rt
xxxPACKAGE_LISTxxx
%end