diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-19 11:34:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-19 12:40:23 +0000 |
commit | 12b6cf0f2212519b14333519746174a5b941f7bf (patch) | |
tree | a8b99fd62cfb512ef68332077980b6478f901019 /meta-yocto | |
parent | 083d4a36a2913e910b05228ff698bebfceb56c77 (diff) | |
download | 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')
-rw-r--r-- | meta-yocto/conf/distro/poky-tiny.conf | 4 |
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 75508c107f..aa60e770b7 100644 --- a/meta-yocto/conf/distro/poky-tiny.conf +++ b/meta-yocto/conf/distro/poky-tiny.conf | |||
@@ -105,11 +105,11 @@ VIRTUAL-RUNTIME_keymaps = "" | |||
105 | # packagegroup-core-base to select modutils-initscripts or not. Similar with "net" and | 105 | # packagegroup-core-base to select modutils-initscripts or not. Similar with "net" and |
106 | # netbase. | 106 | # netbase. |
107 | 107 | ||
108 | # By default we only support ext2 and initramfs. We don't build live as that | 108 | # By default we only support initramfs. We don't build live as that |
109 | # pulls in a lot of dependencies for the live image and the installer, like | 109 | # pulls in a lot of dependencies for the live image and the installer, like |
110 | # udev, grub, etc. These pull in gettext, which fails to build with wide | 110 | # udev, grub, etc. These pull in gettext, which fails to build with wide |
111 | # character support. | 111 | # character support. |
112 | IMAGE_FSTYPES = "ext2 cpio.gz" | 112 | IMAGE_FSTYPES = "cpio.gz" |
113 | 113 | ||
114 | # Drop v86d from qemu dependency list (we support serial) | 114 | # Drop v86d from qemu dependency list (we support serial) |
115 | # Drop grub from meta-intel BSPs | 115 | # Drop grub from meta-intel BSPs |