All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] poky-tiny: ext2 isn't enabled in the kernel so don't mention/build it
@ 2015-03-19 11:34 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2015-03-19 11:34 UTC (permalink / raw)
  To: poky@yoctoproject.org

The kernel config specifically excludes ext2 support for size reasons
so update the distro config to match.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>

diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf
index 75508c1..aa60e77 100644
--- a/meta-yocto/conf/distro/poky-tiny.conf
+++ b/meta-yocto/conf/distro/poky-tiny.conf
@@ -105,11 +105,11 @@ VIRTUAL-RUNTIME_keymaps = ""
 # packagegroup-core-base to select modutils-initscripts or not.  Similar with "net" and
 # netbase.
 
-# By default we only support ext2 and initramfs. We don't build live as that
+# By default we only support initramfs. We don't build live as that
 # pulls in a lot of dependencies for the live image and the installer, like
 # udev, grub, etc.  These pull in gettext, which fails to build with wide
 # character support.
-IMAGE_FSTYPES = "ext2 cpio.gz"
+IMAGE_FSTYPES = "cpio.gz"
 
 # Drop v86d from qemu dependency list (we support serial)
 # Drop grub from meta-intel BSPs




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-19 11:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-19 11:34 [PATCH] poky-tiny: ext2 isn't enabled in the kernel so don't mention/build it Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.