mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +02:00
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 <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b5d6121bbb
commit
95ba9b7d30
26
meta/recipes-kernel/linux/linux-yocto-tiny/net.cfg
Normal file
26
meta/recipes-kernel/linux/linux-yocto-tiny/net.cfg
Normal file
@@ -0,0 +1,26 @@
|
||||
# +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
|
||||
Reference in New Issue
Block a user