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/devtmpfs.cfg | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny/devtmpfs.cfg (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny/devtmpfs.cfg') diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny/devtmpfs.cfg b/meta/recipes-kernel/linux/linux-yocto-tiny/devtmpfs.cfg new file mode 100644 index 0000000000..07632e2ec9 --- /dev/null +++ b/meta/recipes-kernel/linux/linux-yocto-tiny/devtmpfs.cfg @@ -0,0 +1,6 @@ +# For /dev and udev +# Could eliminate for a static /dev tree +# +1.5k bzImage +CONFIG_HOTPLUG=y +CONFIG_DEVTMPFS=y +CONFIG_DEVTMPFS_MOUNT=y -- cgit v1.2.3-54-g00ecf