merged. Bruce
In message: [linux-yocto][yocto-kernel-cache][master/yocto-5.4][PATCH 1/1] features/ice: Add ice support for intel-x86 bsp on 30/06/2020 Liwei Song wrote: > From: Yongxin Liu <[email protected]> > > This will enable CONFIG_ICE=m for intel-x86 bsp. > > Signed-off-by: Yongxin Liu <[email protected]> > Signed-off-by: Liwei Song <[email protected]> > --- > bsp/intel-x86/intel-x86.scc | 1 + > features/ice/ice.cfg | 1 + > features/ice/ice.scc | 4 ++++ > 3 files changed, 6 insertions(+) > create mode 100644 features/ice/ice.cfg > create mode 100644 features/ice/ice.scc > > diff --git a/bsp/intel-x86/intel-x86.scc b/bsp/intel-x86/intel-x86.scc > index 967066fa0d94..ed4d18b3216d 100644 > --- a/bsp/intel-x86/intel-x86.scc > +++ b/bsp/intel-x86/intel-x86.scc > @@ -21,6 +21,7 @@ include features/igb/igb.scc > include features/ixgbe/ixgbe.scc > include features/iwlwifi/iwlwifi.scc > include features/i40e/i40e.scc > +include features/ice/ice.scc > > include features/usb/uhci-hcd.scc > include features/usb/ehci-hcd.scc > diff --git a/features/ice/ice.cfg b/features/ice/ice.cfg > new file mode 100644 > index 000000000000..855d37ea1722 > --- /dev/null > +++ b/features/ice/ice.cfg > @@ -0,0 +1 @@ > +CONFIG_ICE=m > diff --git a/features/ice/ice.scc b/features/ice/ice.scc > new file mode 100644 > index 000000000000..e02d09061504 > --- /dev/null > +++ b/features/ice/ice.scc > @@ -0,0 +1,4 @@ > +define KFEATURE_DESCRIPTION "Intel(R) Ethernet Connection E800 Series > Support" > +define KFEATURE_COMPATIBILITY board > + > +kconf hardware ice.cfg > -- > 2.24.1 >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8787): https://lists.yoctoproject.org/g/linux-yocto/message/8787 Mute This Topic: https://lists.yoctoproject.org/mt/75207342/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
