[oe-commits] org.oe.dev magician: add "phone" MACHINE_FEATURE and autoload some kernel modules

pH5 commit openembedded-commits at lists.openembedded.org
Mon Jan 15 13:53:54 UTC 2007


magician: add "phone" MACHINE_FEATURE and autoload some kernel modules

Author: pH5 at openembedded.org
Branch: org.openembedded.dev
Revision: 5ef2df46443fbfb188838c57e128f0f14f7de196
ViewMTN: http://monotone.openembedded.org/revision.psp?id=5ef2df46443fbfb188838c57e128f0f14f7de196
Files:
1
conf/machine/magician.conf
Diffs:

#
# mt diff -r11fff5c967b0ebe0ffaa6447025c451d88631e30 -r5ef2df46443fbfb188838c57e128f0f14f7de196
#
# 
# 
# patch "conf/machine/magician.conf"
#  from [a773617825e43264669840043d3ee1f792c85b87]
#    to [ab0464383457a33df0aa9b40617dfa0b66db4291]
# 
============================================================
--- conf/machine/magician.conf	a773617825e43264669840043d3ee1f792c85b87
+++ conf/machine/magician.conf	ab0464383457a33df0aa9b40617dfa0b66db4291
@@ -17,7 +17,7 @@ GUI_MACHINE_CLASS = "smallscreen"
 ROOT_FLASH_SIZE = "80"
 VOLATILE_STORAGE_SIZE = "64"
 GUI_MACHINE_CLASS = "smallscreen"
-MACHINE_FEATURES = "kernel26 touchscreen apm alsa bluetooth irda usbgadget screen"
+MACHINE_FEATURES = "alsa apm bluetooth irda kernel26 phone screen touchscreen usbgadget"
 
 #
 # Software/packages selection
@@ -34,7 +34,11 @@ MACHINE_EXTRA_RRECOMMENDS = " \
 	kernel-module-pxaficp-ir \
 	kernel-module-uinput \
 	kernel-module-hci-usb \
-	"
+	kernel-module-magician-flash \
+	kernel-module-magician-ds1wm \
+	kernel-module-magician-battery \
+	kernel-module-magician-phone \
+	kernel-module-snd-soc-magician"
 
 #
 # Modules autoload and other boot properties
@@ -44,6 +48,11 @@ module_autoload_pxa27x_udc = "pxa27x_udc
 module_autoload_snd-pcm-oss = "snd-pcm-oss"
 module_autoload_snd-mixer-oss = "snd-mixer-oss"
 module_autoload_pxa27x_udc = "pxa27x_udc"
+module_autoload_magician_ds1wm = "magician_ds1wm"
+module_autoload_magician-battery = "magician-battery"
+module_autoload_magician_phone = "magician_phone"
+module_autoload_snd-soc-magician = "snd-soc-magician"
+module_autoload_hci_usb = "hci_usb"
 
 #FIXME: this should be controlled by a userspace utility later.
 module_autoload_g_ether = "g_ether"






More information about the Openembedded-commits mailing list