From 95ba9b7d3003dfa99a2b866979189d1075227868 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Wed, 14 Dec 2011 15:13:57 -0800 Subject: linux-yocto-tiny: New kernel recipe for tiny distros linux-yocto-tiny drops the linux-tools and sets the KMACHINE branch to standard/tiny. (From OE-Core rev: 8a76f80cabb8df5959707ee708f2c00b28a784e7) Signed-off-by: Darren Hart Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-tiny/e1000.cfg | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny/e1000.cfg (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny/e1000.cfg') diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny/e1000.cfg b/meta/recipes-kernel/linux/linux-yocto-tiny/e1000.cfg new file mode 100644 index 0000000000..8e18bbb6e9 --- /dev/null +++ b/meta/recipes-kernel/linux/linux-yocto-tiny/e1000.cfg @@ -0,0 +1,7 @@ +# e1000 PCI network card support (qemu default) +# FIXME: This appears in dmesg, but a probe fails +# bzImage +31k +CONFIG_PCI=y +CONFIG_NETDEVICES=y +CONFIG_NETDEV_1000=y +CONFIG_E1000=y -- cgit v1.2.3-54-g00ecf