[oe-commits] org.oe.dev fic-gta0x configurations: update and add note

mickeyl commit openembedded-commits at lists.openembedded.org
Thu Jun 21 10:10:06 UTC 2007


fic-gta0x configurations: update and add note

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: e89c096197c1edb468e2fa9e49482a06b639bf1e
ViewMTN: http://monotone.openembedded.org/revision.psp?id=e89c096197c1edb468e2fa9e49482a06b639bf1e
Files:
1
conf/machine/fic-gta02.conf
conf/machine/fic-gta01.conf
Diffs:

#
# mt diff -rd66ccd7e6ffe8051e5545902797afe503891364f -re89c096197c1edb468e2fa9e49482a06b639bf1e
#
# 
# 
# add_file "conf/machine/fic-gta02.conf"
#  content [f432dd6889c55c316032a7acbf4d55670603e3e1]
# 
# patch "conf/machine/fic-gta01.conf"
#  from [b92c864d740c2732b3d2343f6b98a9551d71d7dc]
#    to [d56f1f82dbbb488e26ee4937693060e3d26c9edb]
# 
============================================================
--- conf/machine/fic-gta02.conf	f432dd6889c55c316032a7acbf4d55670603e3e1
+++ conf/machine/fic-gta02.conf	f432dd6889c55c316032a7acbf4d55670603e3e1
@@ -0,0 +1,38 @@
+#-----------------------------------------------------------------------------
+#@TYPE: Machine
+#@NAME: FIC GTA02 (Neo1973)
+#@DESCRIPTION: Machine configuration for the FIC Neo1973/2 GSM phone
+#-----------------------------------------------------------------------------
+
+TARGET_ARCH = "arm"
+PACKAGE_EXTRA_ARCHS = "armv4t"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-gta02"
+
+MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost phone wifi"
+
+MACHINE_EXTRA_RDEPENDS = "alsa-state"
+
+# package gta01 specific modules
+MACHINE_EXTRA_RRECOMMENDS = "\
+  kernel-module-gta01-pm-bt  \
+  kernel-module-gta01-pm-gps \
+  kernel-module-gta01-pm-gsm \
+  kernel-module-gta01kbd \
+  kernel-module-s3cmci \
+  kernel-module-ext2 \
+  alsa-state"
+
+SERIAL_CONSOLE = "115200 ttySAC2"
+
+# used by some images
+ROOT_FLASH_SIZE = "256"
+
+# extra jffs2 tweaks
+EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x4000 -n"
+
+# build tools
+EXTRA_IMAGEDEPENDS += "sjf2410-linux-native"
+
+# tune for S3C24x0
+include conf/machine/include/tune-arm920t.conf
============================================================
--- conf/machine/fic-gta01.conf	b92c864d740c2732b3d2343f6b98a9551d71d7dc
+++ conf/machine/fic-gta01.conf	d56f1f82dbbb488e26ee4937693060e3d26c9edb
@@ -1,7 +1,7 @@
 #-----------------------------------------------------------------------------
 #@TYPE: Machine
 #@NAME: FIC GTA01 (Neo1973)
-#@DESCRIPTION: Machine configuration for the FIC Neo1973 GSM phone
+#@DESCRIPTION: Machine configuration for the FIC Neo1973/1 GSM phone
 #-----------------------------------------------------------------------------
 
 TARGET_ARCH = "arm"
@@ -23,7 +23,7 @@ MACHINE_EXTRA_RRECOMMENDS = "\
   kernel-module-ext2 \
   alsa-state"
 
-# used by sysvinit_2
+# do not outcomment, we bypass the sysvinit.bb logic here -- see FIC GTA01 inittab
 #SERIAL_CONSOLE = "115200 ttySAC0"
 
 # used by some images






More information about the Openembedded-commits mailing list