mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
ixgbe/ixgbevf: exclude from world builds
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 <anuj.mittal@intel.com>
This commit is contained in:
parent
d725250ca0
commit
ee50b1fc43
|
@ -40,3 +40,5 @@ do_install_append () {
|
|||
PACKAGES += "${PN}-script"
|
||||
|
||||
FILES_${PN}-script += "${sysconfdir}/network/set_irq_affinity"
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
|
|
@ -43,3 +43,5 @@ do_install_append () {
|
|||
PACKAGES += "${PN}-script"
|
||||
|
||||
FILES_${PN}-script += "${sysconfdir}/network/set_irq_affinity"
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
|
Loading…
Reference in New Issue
Block a user