summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-19 11:34:13 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-19 12:40:23 +0000
commit12b6cf0f2212519b14333519746174a5b941f7bf (patch)
treea8b99fd62cfb512ef68332077980b6478f901019 /meta-yocto/conf
parent083d4a36a2913e910b05228ff698bebfceb56c77 (diff)
downloadast2050-yocto-poky-12b6cf0f2212519b14333519746174a5b941f7bf.zip
ast2050-yocto-poky-12b6cf0f2212519b14333519746174a5b941f7bf.tar.gz
poky-tiny: ext2 isn't enabled in the kernel so don't mention/build it
The kernel config specifically excludes ext2 support for size reasons so update the distro config to match. (From meta-yocto rev: 12440cd591de0f73426c310cc7affab9e2ef5fe0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf')
-rw-r--r--meta-yocto/conf/distro/poky-tiny.conf4
1 files changed, 2 insertions, 2 deletions
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
OpenPOWER on IntegriCloud