[linux-yocto] [PATCH 3/3] cfg/boot-live: Use vfat feature

Tom Zanussi tom.zanussi at linux.intel.com
Fri Jun 24 08:28:42 PDT 2016


Use the vfat feature instead of directly configuring it.

The vfat feature also now includes enabling the NLS defaults for
VFAT_FS, so remove them here.

Signed-off-by: Tom Zanussi <tom.zanussi at linux.intel.com>
---
 cfg/boot-live.cfg | 3 ---
 cfg/boot-live.scc | 2 ++
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/cfg/boot-live.cfg b/cfg/boot-live.cfg
index 56041a9..b90875d 100644
--- a/cfg/boot-live.cfg
+++ b/cfg/boot-live.cfg
@@ -1,7 +1,4 @@
 CONFIG_BLK_DEV_LOOP=y
-CONFIG_NLS_CODEPAGE_437=y
-CONFIG_NLS_ISO8859_1=y
-CONFIG_VFAT_FS=y
 CONFIG_RD_GZIP=y
 # Needed for booting (and using) CD images
 CONFIG_BLK_DEV_IDECD=y
diff --git a/cfg/boot-live.scc b/cfg/boot-live.scc
index 2d47d6c..70fda3f 100644
--- a/cfg/boot-live.scc
+++ b/cfg/boot-live.scc
@@ -1,4 +1,6 @@
 define KFEATURE_DESCRIPTION "Live boot support"
 define KFEATURE_COMPATIBILITY arch
 
+include cfg/fs/vfat.scc
+
 kconf non-hardware boot-live.cfg
-- 
1.9.3



More information about the linux-yocto mailing list