From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: "poky@yoctoproject.org" <poky@yoctoproject.org>
Subject: [PATCH] poky-tiny: ext2 isn't enabled in the kernel so don't mention/build it
Date: Thu, 19 Mar 2015 11:34:13 +0000 [thread overview]
Message-ID: <1426764853.29168.50.camel@linuxfoundation.org> (raw)
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
reply other threads:[~2015-03-19 11:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1426764853.29168.50.camel@linuxfoundation.org \
--to=richard.purdie@linuxfoundation.org \
--cc=poky@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.