[oe-commits] org.oe.dev nokia800: add machine from poky, but fix archs and tune spec

koen commit openembedded-commits at lists.openembedded.org
Fri Apr 13 17:44:55 UTC 2007


nokia800: add machine from poky, but fix archs and tune spec

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 6c22a974b977dc173f7cb2c8cca3609580744add
ViewMTN: http://monotone.openembedded.org/revision.psp?id=6c22a974b977dc173f7cb2c8cca3609580744add
Files:
1
conf/machine/nokia800.conf
Diffs:

#
# mt diff -ra77f39463e6269c845c6ea4e27fb4f93d44719b1 -r6c22a974b977dc173f7cb2c8cca3609580744add
#
# 
# 
# add_file "conf/machine/nokia800.conf"
#  content [13ebbf58a19288f771d2ab0b73de460449f133b3]
# 
============================================================
--- conf/machine/nokia800.conf	13ebbf58a19288f771d2ab0b73de460449f133b3
+++ conf/machine/nokia800.conf	13ebbf58a19288f771d2ab0b73de460449f133b3
@@ -0,0 +1,29 @@
+#@TYPE: Machine
+#@NAME: Nokia 770 internet tablet
+#@DESCRIPTION: Machine configuration for the Nokia 800
+TARGET_ARCH = "arm"
+PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6"
+
+PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-xomap"
+XSERVER = "xserver-kdrive-xomap"
+
+GUI_MACHINE_CLASS = "bigscreen"
+
+include conf/machine/include/tune-arm1136jf-s.conf
+
+ROOT_FLASH_SIZE = "174"
+EXTRA_IMAGECMD_jffs2_nokia800 = "--pad --little-endian --eraseblock=0x20000 -n"
+
+IMAGE_FSTYPES ?= "jffs2"
+
+SERIAL_CONSOLE = "115200 ttyS0"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-nokia800"
+
+#use this if you are using the nokia initfs
+ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; "
+
+MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost"
+MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init"
+
+MACHINE_TASK_PROVIDER = "task-base"






More information about the Openembedded-commits mailing list