These are not supposed to be used with latest kernels and often lead to compilation problems whenver we move to a new kernel.
Signed-off-by: Anuj Mittal <[email protected]> --- recipes-kernel/intel-ethernet/ixgbe_5.6.5.bb | 2 ++ recipes-kernel/intel-ethernet/ixgbevf_4.6.3.bb | 2 ++ 2 files changed, 4 insertions(+) diff --git a/recipes-kernel/intel-ethernet/ixgbe_5.6.5.bb b/recipes-kernel/intel-ethernet/ixgbe_5.6.5.bb index 5a6c527..95bb1d7 100644 --- a/recipes-kernel/intel-ethernet/ixgbe_5.6.5.bb +++ b/recipes-kernel/intel-ethernet/ixgbe_5.6.5.bb @@ -40,3 +40,5 @@ do_install_append () { PACKAGES += "${PN}-script" FILES_${PN}-script += "${sysconfdir}/network/set_irq_affinity" + +EXCLUDE_FROM_WORLD = "1" diff --git a/recipes-kernel/intel-ethernet/ixgbevf_4.6.3.bb b/recipes-kernel/intel-ethernet/ixgbevf_4.6.3.bb index 450f345..0b3b461 100644 --- a/recipes-kernel/intel-ethernet/ixgbevf_4.6.3.bb +++ b/recipes-kernel/intel-ethernet/ixgbevf_4.6.3.bb @@ -43,3 +43,5 @@ do_install_append () { PACKAGES += "${PN}-script" FILES_${PN}-script += "${sysconfdir}/network/set_irq_affinity" + +EXCLUDE_FROM_WORLD = "1" -- 2.7.4
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6399): https://lists.yoctoproject.org/g/meta-intel/message/6399 Mute This Topic: https://lists.yoctoproject.org/mt/71661489/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
