r4875 - developers/charlie/Wiki

charlie at docs.openmoko.org charlie at docs.openmoko.org
Tue Dec 16 12:38:31 CET 2008


Author: charlie
Date: 2008-12-16 12:38:30 +0100 (Tue, 16 Dec 2008)
New Revision: 4875

Added:
   developers/charlie/Wiki/Enlightenment
Modified:
   developers/charlie/Wiki/OpenEmbedded
   developers/charlie/Wiki/Work
Log:
Changes to personal wiki


Added: developers/charlie/Wiki/Enlightenment
===================================================================
--- developers/charlie/Wiki/Enlightenment	                        (rev 0)
+++ developers/charlie/Wiki/Enlightenment	2008-12-16 11:38:30 UTC (rev 4875)
@@ -0,0 +1,25 @@
+
+
+* Enlightenment
+
+** Installing from source
+
+- Get the sources from svn
+- Compile and install all C libraries in that order :
+    - eina
+    - evas
+    - ecore
+    - embryo
+    - edje
+    - etk
+
+- Compile and install the python binding in that order:
+    - python-evas
+    - python-ecore
+    - python-edje
+    - python-etk 
+
+To compile the python bindings we need to have cython AND pyrex
+installed ! The easier is to use the setup.py scripts.
+
+Then we can test python-etk from the example directory

Modified: developers/charlie/Wiki/OpenEmbedded
===================================================================
--- developers/charlie/Wiki/OpenEmbedded	2008-12-16 09:35:03 UTC (rev 4874)
+++ developers/charlie/Wiki/OpenEmbedded	2008-12-16 11:38:30 UTC (rev 4875)
@@ -33,6 +33,17 @@
     arch charlie 51
 
 
+  To use local sources for oe bb fil. Use John technics :
+    build everything from git version, only until patch
+      bitbake -c patch tichy
+    go into the working dir, mv the 'git' directory 
+      ln -s /home/charlie/Work/tichy git
+    and then 
+      bitbake tichy
+
+    I can see the result into the image dir
+
+
 ** To use the conf from buildhost :
 put this file : http://downloads.openmoko.org/build/testing/local.conf
 in local/conf/

Modified: developers/charlie/Wiki/Work
===================================================================
--- developers/charlie/Wiki/Work	2008-12-16 09:35:03 UTC (rev 4874)
+++ developers/charlie/Wiki/Work	2008-12-16 11:38:30 UTC (rev 4875)
@@ -23,6 +23,7 @@
 - [[Hardware]]
 
 - [[OpenmokoToFix]]
+- [[Enlightenment]]
 
 ** Tools
 - [[vi]]




More information about the commitlog mailing list