On 08/08/2012 10:56 AM, [email protected] wrote: > From: Kishore Bodke <[email protected]> >
> +++ b/meta/cfg/kernel-cache/bsp/crystalforest/crystalforest.scc > @@ -0,0 +1,21 @@ > +kconf hardware crystalforest.cfg > + > +include cfg/x86_64.scc > +include cfg/8250.scc > + > +include features/power/intel.scc > + > +#These are required features for Intel DPDK Support > +include features/uio/uio.scc > +include features/hugetlb/hugetlb.scc > +include features/ixgbe/ixgbe.scc > +include features/igb/igb.scc > + > + > +include features/latencytop/latencytop.scc > +include features/profiling/profiling.scc > +include features/usb/xhci-hcd.scc > +include features/usb/ehci-hcd.scc > +include features/usb/ohci-hcd.scc > +include cfg/usb-mass-storage.scc > +include cfg/boot-live.scc > These last two should be in the standard and preempt-rt scc files and not in the base crystalforest.scc. The reason being, the kernel type should define policy - and whether or not we support mass storage and live boot is a matter of policy, not hardware enablement. The tiny kernel should not be required to pull in usb mass storage, fat support, etc to boot this machine. Thanks, -- Darren Hart Intel Open Source Technology Center Yocto Project - Technical Lead - Linux Kernel _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
