mirror of
https://git.yoctoproject.org/poky
synced 2026-03-29 23:02:20 +02:00
This basic cleanup removes the _ext2/3 overrides from places they no longer belong since they did not allow further overrides. In doing this the core-image-minimal* recipes can now set a reasonably small rootfs so that it's a realistic size for minimal. The new default for minimal is 8M and will be adujsted upward by the IMAGE_OVERHEAD_FACTOR (default of 1.3). This also fixes the ROOTFS_SIZE usage in the IMAGE_CMD_<fstype> code (From OE-Core rev: d3f6e1e6106ab539e73c19037915b2e4a5f2efa9) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
521 B
PHP
18 lines
521 B
PHP
PCMCIA_MANAGER = "pcmciautils"
|
|
PREFERRED_PROVIDER_virtual/xserver ?= "xserver-kdrive"
|
|
|
|
MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen"
|
|
|
|
IMAGE_FSTYPES ?= "tar.bz2 ext3"
|
|
|
|
ROOT_FLASH_SIZE = "280"
|
|
|
|
# Don't include kernels in standard images
|
|
RDEPENDS_kernel-base = ""
|
|
|
|
# Use a common kernel recipe for all QEMU machines
|
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
|
#PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
|
|
|
|
EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"
|