From: Tom Zanussi <[email protected]> Add uio, ixgbe, e1xxx and hugetlb features to romley bsp.
Signed-off-by: Tom Zanussi <[email protected]> --- meta/cfg/kernel-cache/bsp/romley/romley.scc | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/romley/romley.scc b/meta/cfg/kernel-cache/bsp/romley/romley.scc index 1c4a657..411fe09 100644 --- a/meta/cfg/kernel-cache/bsp/romley/romley.scc +++ b/meta/cfg/kernel-cache/bsp/romley/romley.scc @@ -2,6 +2,10 @@ kconf hardware romley.cfg include features/i915/i915.scc include features/serial/8250.scc +include features/uio/uio.scc +include features/hugetlb/hugetlb.scc +include features/intel-e1xxxx/e1xxxx.scc +include features/ixgbe/ixgbe.scc include features/logbuf/size-normal.scc -- 1.7.0.4 _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
