[oe-commits] org.oe.dev task-base: Add NLS modules for VFAT support.

pfalcon commit openembedded-commits at lists.openembedded.org
Tue Dec 18 00:03:46 UTC 2007


task-base: Add NLS modules for VFAT support.
* Add to task-base-kernel26, as vfat is pretty basic feature.
Worth refactoring to vfat feature still, I guess.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 5dc6982ea38f5357453c937c13cc8a341570c70e
ViewMTN: http://monotone.openembedded.org/revision/info/5dc6982ea38f5357453c937c13cc8a341570c70e
Files:
1
packages/tasks/task-base.bb
Diffs:

#
# mt diff -r4f3ceea2e479c0f56f4f87cb516cab45429d0856 -r5dc6982ea38f5357453c937c13cc8a341570c70e
#
# 
# 
# patch "packages/tasks/task-base.bb"
#  from [7a9b59f5510daa79b732e48d67445e1d5ebc4c81]
#    to [82df1fbd760d24db70fcb4cdf1ba37f5e15cb57d]
# 
============================================================
--- packages/tasks/task-base.bb	7a9b59f5510daa79b732e48d67445e1d5ebc4c81
+++ packages/tasks/task-base.bb	82df1fbd760d24db70fcb4cdf1ba37f5e15cb57d
@@ -1,5 +1,5 @@ DESCRIPTION = "Merge machine and distro 
 DESCRIPTION = "Merge machine and distro options to create a basic machine task/package"
-PR = "r50"
+PR = "r51"
 
 inherit task
 
@@ -159,8 +159,14 @@ RRECOMMENDS_task-base-kernel24 = "\
     kernel-module-input \
     kernel-module-uinput"
 
+# utf8 - Standard FS encoding
+# iso8859-1, cp437 - These 2 are default encodings used by VFAT
+# If you don't need VFAT support - don't enable them in defconfig. 
+# If you build them, you want VFAT support and they're included by default.
 RRECOMMENDS_task-base-kernel26 = "\
     kernel-module-nls-utf8 \
+    kernel-module-nls-iso8859-1 \
+    kernel-module-nls-cp437 \
     kernel-module-input \
     kernel-module-uinput \
     kernel-module-rtc-dev \






More information about the Openembedded-commits mailing list