* [PATCH] busybox: Add mkfs.EXT2 support on poky-tiny
@ 2017-11-22 17:07 Alejandro Hernandez
0 siblings, 0 replies; only message in thread
From: Alejandro Hernandez @ 2017-11-22 17:07 UTC (permalink / raw)
To: poky
Busybox should provide mkfs ext2 support on poky-tiny
since e2fsprogs isnt included
[YOCTO #12170]
Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
---
meta-poky/recipes-core/busybox/busybox/poky-tiny/defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-poky/recipes-core/busybox/busybox/poky-tiny/defconfig b/meta-poky/recipes-core/busybox/busybox/poky-tiny/defconfig
index 0a5d5c918d2..c4d23a235e3 100644
--- a/meta-poky/recipes-core/busybox/busybox/poky-tiny/defconfig
+++ b/meta-poky/recipes-core/busybox/busybox/poky-tiny/defconfig
@@ -543,7 +543,7 @@ CONFIG_FEATURE_FDISK_WRITABLE=y
CONFIG_FLOCK=y
# CONFIG_FREERAMDISK is not set
CONFIG_FSCK_MINIX=y
-# CONFIG_MKFS_EXT2 is not set
+CONFIG_MKFS_EXT2=y
CONFIG_MKFS_MINIX=y
CONFIG_FEATURE_MINIX2=y
# CONFIG_MKFS_REISER is not set
--
2.12.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-11-22 17:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-22 17:07 [PATCH] busybox: Add mkfs.EXT2 support on poky-tiny Alejandro Hernandez
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.