[oe-commits] org.oe.dev fic-gta01: add machine file for the neo1973 from (from openmoko svn)

koen commit openembedded-commits at lists.openembedded.org
Wed Feb 14 15:27:26 UTC 2007


fic-gta01: add machine file for the neo1973 from (from openmoko svn)

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

#
# mt diff -rc120fd97f6da3dcfa453f13e8d9f38002ba6569b -r0fd8aee84dc95e1ea0c5b61f73df1cf48f856c81
#
# 
# 
# add_file "conf/machine/fic-gta01.conf"
#  content [e6505df5acbeda7d34cecc93b75ac266763f6a51]
# 
============================================================
--- conf/machine/fic-gta01.conf	e6505df5acbeda7d34cecc93b75ac266763f6a51
+++ conf/machine/fic-gta01.conf	e6505df5acbeda7d34cecc93b75ac266763f6a51
@@ -0,0 +1,38 @@
+#-----------------------------------------------------------------------------
+#@TYPE: Machine
+#@NAME: FIC GTA01 (Neo1973)
+#@DESCRIPTION: Machine configuration for the FIC Neo1973 GSM phone
+#-----------------------------------------------------------------------------
+
+TARGET_ARCH = "arm"
+PACKAGE_EXTRA_ARCHS = "armv4t"
+
+PREFERRED_PROVIDER_virtual/kernel = "gta01-kernel"
+
+MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost"
+
+MACHINE_EXTRA_RDEPENDS = ""
+
+# 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 "
+
+MACHINE_TASK_PROVIDER = "task-base"
+
+# used by sysvinit_2
+SERIAL_CONSOLE = "115200 ttySAC0"
+
+# used by some images
+ROOT_FLASH_SIZE = "60M"
+
+# extra jffs2 tweaks
+EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x4000 --pad -n"
+
+# build tools
+EXTRA_IMAGEDEPENDS += "sjf2410-linux-native"
+
+# tune for S3C24x0
+include conf/machine/include/tune-arm920t.conf






More information about the Openembedded-commits mailing list