[oe] [PATCH] Remove machine-unspecific modules from fic-gta*.conf

Paul Sokolovsky pmiscml at gmail.com
Wed Dec 19 10:57:27 UTC 2007


Hello openembedded-devel,

  Following discussion of introduction of task-base's "vfat" feature
and situation when some machines still don't use task-base's power to
easy feature selection and facilitating maintenance, there're patches
to cleanup fic-gta*.conf to the state most other machines have
already. I submit this patch for pre-review, as I'm not sure if
fic-gta builds some non-task-base-based images which may start to lack
the removed modules (in this case, those modules should be added as
RRECOMMENDS to that image as, again, those modules are not machine-specific).


============================================================
--- conf/machine/fic-gta01.conf f27cbc4ecf805a9d8cb70b26d9922a2880880dfc
+++ conf/machine/fic-gta01.conf a22cc548559eb5dd955c13162775e39704964189
@@ -11,7 +11,7 @@ UBOOT_ENTRYPOINT = "30008000"
 PREFERRED_PROVIDER_virtual/kernel = "linux-openmoko"
 UBOOT_ENTRYPOINT = "30008000"
 
-MACHINE_FEATURES = "kernel26 apm alsa bluetooth gps usbgadget usbhost phone vfat"
+MACHINE_FEATURES = "kernel26 apm alsa bluetooth gps usbgadget usbhost phone vfat ext2"
 MACHINE_DISPLAY_WIDTH_PIXELS = "480"
 MACHINE_DISPLAY_HEIGHT_PIXELS = "640"
 MACHINE_DISPLAY_ORIENTATION = "0"
@@ -25,12 +25,8 @@ MACHINE_EXTRA_RRECOMMENDS = "\
   kernel-module-gta01-pm-gsm \
   kernel-module-gta01kbd \
   kernel-module-s3cmci \
-  kernel-module-ext2 \
-  kernel-module-vfat \
   kernel-module-snd-soc-neo1973-wm8753 \
   kernel-module-snd-soc-smdk2440 \
-  kernel-module-nls-iso8859-1 \
-  kernel-module-nls-cp437 \
 "
 
 # do not outcomment, we bypass the sysvinit.bb logic here -- see FIC GTA01 inittab
============================================================
--- conf/machine/fic-gta02.conf ccf9b87c36d24e1c3e118f08f60012f6c27e2dd8
+++ conf/machine/fic-gta02.conf 426ff7023d259a58a2b2d1d4e019468d2a171a6e
@@ -11,7 +11,7 @@ UBOOT_ENTRYPOINT = "30008000"
 PREFERRED_PROVIDER_virtual/kernel = "linux-openmoko"
 UBOOT_ENTRYPOINT = "30008000"
 
-MACHINE_FEATURES = "kernel26 apm alsa bluetooth gps usbgadget usbhost phone wifi vfat"
+MACHINE_FEATURES = "kernel26 apm alsa bluetooth gps usbgadget usbhost phone wifi vfat ext2"
 MACHINE_DISPLAY_WIDTH_PIXELS = "480"
 MACHINE_DISPLAY_HEIGHT_PIXELS = "640"
 MACHINE_DISPLAY_ORIENTATION = "0"
@@ -25,12 +25,8 @@ MACHINE_EXTRA_RRECOMMENDS = "\
   kernel-module-gta01-pm-gsm \
   kernel-module-gta01kbd \
   kernel-module-s3cmci \
-  kernel-module-ext2 \
-  kernel-module-vfat \
   kernel-module-snd-soc-neo1973-gta02-wm8753 \
   kernel-module-snd-soc-smdk2440 \
-  kernel-module-nls-iso8859-1 \
-  kernel-module-nls-cp437 \
 "


-- 
Best regards,
 Paul                          mailto:pmiscml at gmail.com





More information about the Openembedded-devel mailing list