r4856 - developers/charlie/Wiki

charlie at docs.openmoko.org charlie at docs.openmoko.org
Mon Dec 8 11:18:26 CET 2008


Author: charlie
Date: 2008-12-08 11:18:26 +0100 (Mon, 08 Dec 2008)
New Revision: 4856

Added:
   developers/charlie/Wiki/KBase
Modified:
   developers/charlie/Wiki/OpenEmbedded
Log:
Add KBase


Added: developers/charlie/Wiki/KBase
===================================================================
--- developers/charlie/Wiki/KBase	                        (rev 0)
+++ developers/charlie/Wiki/KBase	2008-12-08 10:18:26 UTC (rev 4856)
@@ -0,0 +1,40 @@
+
+
+evas: C graphic library (similar to cairo)
+
+edje: language to create user interface
+
+illume: windows manger used on OpenMoko
+
+efl: enlightenment fondation libraries : Set of C libraries that
+  include evas, edje, and all raster stuffs
+
+python-efl: python library that allow to call efl from python
+
+C: compiled programming language (very fast)
+
+python: high level script programming language (very slow, but easy
+  and you can write code very quickly)
+
+java: an other language (not as fast as C, faster than python), used by Android
+
+openembedded: software framework to create Linux distributions aimed
+  for embedded devices. It uses bitbake, and it is a huge crazy thing.
+
+bitbake: (.bb files) python based program to run many tasks
+
+Tichy: Applets manager for OpenMoko. Integrated environment to easily
+  write applet to create user interface, communication with the
+  framework. Example of tichy applet : Dialer application.
+
+Paroli: Set of plugins for tichy + some modifications of tichy
+
+Framework: Intermediate level DBus deamon that provides Phone features.
+
+Zhone: Application made by Jane & Daniel that uses the framework and
+  edje. Phone user interface. Very simple.
+
+DBus: IPC (Inter Process Communication) system. It allow applications
+  to communicate between each others.
+
+

Modified: developers/charlie/Wiki/OpenEmbedded
===================================================================
--- developers/charlie/Wiki/OpenEmbedded	2008-12-08 08:09:35 UTC (rev 4855)
+++ developers/charlie/Wiki/OpenEmbedded	2008-12-08 10:18:26 UTC (rev 4856)
@@ -31,3 +31,10 @@
     src/gz charlie http://192.168.0.200/opk-moko/armv4t/
   and add a line in arch.conf file :
     arch charlie 51
+
+
+** To use the conf from buildhost :
+put this file : http://downloads.openmoko.org/build/testing/local.conf
+in local/conf/
+
+(but I may need to change the parameters of the file)




More information about the commitlog mailing list