From 325947768aa85c4deb8ce762345ca137a8ace215 Mon Sep 17 00:00:00 2001 From: Don Penney Date: Fri, 23 Mar 2018 16:13:07 -0400 Subject: [PATCH] Exclude mlnx-ofa_kernel-rt from installation During patchback testing, it was found Anaconda may also install mlnx-ofa_kernel-rt from the patching repo, if it's in the patch. This update adds it to the exclusion lists. Change-Id: I0809898c2dc748543033bc6b11d5e22bd8e462ad Signed-off-by: Don Penney --- bsp-files/kickstarts/pre_pkglist.cfg | 1 + bsp-files/kickstarts/pre_pkglist_lowlatency.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/bsp-files/kickstarts/pre_pkglist.cfg b/bsp-files/kickstarts/pre_pkglist.cfg index ffa069b5..37fe0239 100644 --- a/bsp-files/kickstarts/pre_pkglist.cfg +++ b/bsp-files/kickstarts/pre_pkglist.cfg @@ -13,6 +13,7 @@ -kmod-ixgbe-rt -kmod-tpm-rt -mlnx-ofa_kernel +-mlnx-ofa_kernel-rt -mlnx-ofa_kernel-rt-modules -qat16-rt xxxPACKAGE_LISTxxx diff --git a/bsp-files/kickstarts/pre_pkglist_lowlatency.cfg b/bsp-files/kickstarts/pre_pkglist_lowlatency.cfg index 956e88a1..3af6a396 100644 --- a/bsp-files/kickstarts/pre_pkglist_lowlatency.cfg +++ b/bsp-files/kickstarts/pre_pkglist_lowlatency.cfg @@ -12,6 +12,7 @@ -kmod-ixgbe -kmod-tpm -mlnx-ofa_kernel +-mlnx-ofa_kernel-rt -mlnx-ofa_kernel-modules -qat16 xxxPACKAGE_LISTxxx