From 44c556f5300b1d811a1ae71f501320d1a6b0fb2e Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Sun, 1 Apr 2012 00:19:58 -0700 Subject: tiny: Update linux-yocto-tiny to 3.2 Migrate linux-yocto-tiny from 3.0 to 3.2. The 3.0 recipe was based entirely on recipe-space fragments and was only a proof of concept. The 3.2 linux-yocto meta-data now has a proper tiny KTYPE defined. By default this recipe supports only the qemux86 machine, which builds the common-pc support (including networking, sound, USB, VGA and serial consoles, etc.). New machines can be added and will use the tiny KTYPE, but will need to add any desired hardware support as the base config is very minimal. No filesystems are supported by default, only the initramfs. Signed-off-by: Darren Hart Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-tiny/net.cfg | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny/net.cfg (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny/net.cfg') diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny/net.cfg b/meta/recipes-kernel/linux/linux-yocto-tiny/net.cfg deleted file mode 100644 index ab6d1eed5..000000000 --- a/meta/recipes-kernel/linux/linux-yocto-tiny/net.cfg +++ /dev/null @@ -1,26 +0,0 @@ -# +246k bzImage - -# Basic socket support -CONFIG_NET=y -CONFIG_UNIX=y -CONFIG_NETWORK_FILESYSTEMS=y -CONFIG_NLATTR=y - -# INET TCP/IP -CONFIG_INET=y -CONFIG_TCP_CONG_CUBIC=y -CONFIG_DEFAULT_TCP_CONG="cubic" - -# Disable certain new defaults -# bzImage ~ -200k -# Using allnoconfig internally would eliminate the need for this -# CONFIG_XFRM is not set -# CONFIG_IPV6 is not set -# CONFIG_WIRELESS is not set -# CONFIG_IPCOMP_XFRM is not set -# IPSEC -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set -# CONFIG_INET_XFRM_MODE_TUNNEL is not set -# CONFIG_INET_XFRM_MODE_BEET is not set -# -# CONFIG_INET_DIAG is not set -- cgit v1.2.3