[oe-commits] org.oe.dev h6300: Convert to task-base, organize machine settings per logical groups.

pfalcon commit openembedded-commits at lists.openembedded.org
Fri Oct 20 21:09:27 UTC 2006


h6300: Convert to task-base, organize machine settings per logical groups.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 8e3eb6c840477aa6d61148acbe2a4a97f557fe38
ViewMTN: http://monotone.openembedded.org/revision.psp?id=8e3eb6c840477aa6d61148acbe2a4a97f557fe38
Files:
1
conf/machine/h6300.conf
Diffs:

#
# mt diff -ra2d80ffefc6ee30f05619422e00e1918316ba3cf -r8e3eb6c840477aa6d61148acbe2a4a97f557fe38
#
# 
# 
# patch "conf/machine/h6300.conf"
#  from [5da7df8fa96466accbe78b8f269b00ba7056f6f2]
#    to [636bec3ad0537136116b6d2e69ea3873c3e6cb42]
# 
============================================================
--- conf/machine/h6300.conf	5da7df8fa96466accbe78b8f269b00ba7056f6f2
+++ conf/machine/h6300.conf	636bec3ad0537136116b6d2e69ea3873c3e6cb42
@@ -1,23 +1,35 @@
 #@TYPE: Machine
 #@NAME: OMAP1510 cpu on iPAQ h6315, h6340 and h6365
 #@DESCRIPTION: Machine configuration for the OMAP1510 based HP iPAQ h6300 series devices.
 
+#
+# Hardware-based properties
+#
 TARGET_ARCH = "arm"
 PACKAGE_ARCH = "arm"
 IPKG_EXTRA_ARCHS = "armv4"
 
-PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+#Use OMAP 1510 cpu specifig arm9tdmi options for gcc
+require conf/machine/include/tune-arm9tdmi.conf
+
+GUI_MACHINE_CLASS = "smallscreen"
+MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth wifi usbgadget"
+
+#
+# Software/packages selection
+#
 PREFERRED_PROVIDER_virtual/kernel = "linux-h6300-omap1"
-PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
+PREFERRED_PROVIDER_xserver = "xserver-kdrive"
 
-H6300_MODULES	= "omapts omap-keypad bluetooth rfcomm bnep l2cap hci_uart h6300_bt i2c-dev"
-#common alsa sound modules
-H6300_MODULES  += "snd snd_timer snd_pcm snd_seq_device snd_seq_midi_event snd_page_alloc"
-#h6300 specific alsa sound module
-H6300_MODULES  += "snd-omap-alsa-tsc2101"
-#oss compatibility alsa sound modules
-H6300_MODULES  += "snd_pcm_oss snd_mixer_oss snd_seq_oss"
+MACHINE_EXTRA_RRECOMMENDS = "kernel-module-omapts \
+                             kernel-module-omap-keypad \
+                             kernel-module-h6300-bt"
 
+EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x40000"
+
+#
+# Modules autoload and other boot properties
+#
 module_autoload_omapts = "omapts"
 module_autoload_omap-keypad = "omap-keypad"
 module_autoload_hci_uart = "hci_uart"
@@ -28,17 +40,4 @@ module_autoload_snd-mixer-oss = "snd-mix
 module_autoload_snd-pcm-oss = "snd-pcm-oss"
 module_autoload_snd-mixer-oss = "snd-mixer-oss"
 
+SERIAL_CONSOLE = "115200 ttyS0"
-BOOTSTRAP_EXTRA_RDEPENDS += "kernel udev sysfsutils console-tools module-init-tools"
-BOOTSTRAP_EXTRA_RDEPENDS += "${@linux_module_packages('${H6300_MODULES}', d)}"
-BOOTSTRAP_EXTRA_RDEPENDS += "apm apmd alsa-utils"
-BOOTSTRAP_EXTRA_RDEPENDS += "alsa-utils-aconnect alsa-utils-alsactl alsa-utils-alsamixer alsa-utils-amixer alsa-utils-aplay"
-BOOTSTRAP_EXTRA_RRECOMMENDS += "wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin"
-BOOTSTRAP_EXTRA_RRECOMMENDS += "scap minicom nano gdb strace network-suspend-scripts pciutils usbutils"
-
-GPE_EXTRA_INSTALL += "gaim gpe-filemanager sylpheed gpe-mini-browser gomunicator gpe-tetris gpe-othello gpe-go gstreamer"
-
-SERIAL_CONSOLE ?= "115200 ttyS0"
-EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x40000"
-
-#Use OMAP 1510 cpu specifig arm9tdmi options for gcc
-require conf/machine/include/tune-arm9tdmi.conf






More information about the Openembedded-commits mailing list