WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=1180195f8b886f028ef490aaeab2ced413d82615

commit 1180195f8b886f028ef490aaeab2ced413d82615
Author: Raster <ras...@rasterman.com>
Date:   Mon Jun 22 20:26:32 2015 -0700

    Wiki page yocto-start changed with summary [] by Raster
---
 pages/distros/yocto-start.txt | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/pages/distros/yocto-start.txt b/pages/distros/yocto-start.txt
index 90a789a..7f185a4 100644
--- a/pages/distros/yocto-start.txt
+++ b/pages/distros/yocto-start.txt
@@ -1,10 +1,9 @@
 ~~Title: Yocto~~
 ==== Yocto ====
 
-In Yocto, a meta-efl layer is provided by the meta-openembedded layer. It
-contains efl, elementary, enlightenment, terminology and other recipes.
+In Yocto, a ''meta-efl'' layer is provided by the ''meta-openembedded'' layer. 
It contains EFL, Elementary, Enlightenment, Terminology and other recipes.
 
-So, the first step is to add this layer in conf/bblayer.conf:
+So, the first step is to add this layer in ''conf/bblayer.conf'':
 
 <code bash>
 BBLAYERS ?= \
@@ -15,8 +14,7 @@ BBLAYERS ?= \
 "
 </code>
 
-Next, to install Enlightenment and Terminology, add the following lines to your
-recipe:
+Next, to install Enlightenment and Terminology, add the following lines to 
your recipe:
 
 <code bash>
 #add enlightenment window manager
@@ -24,9 +22,8 @@ IMAGE_INSTALL += "e-wm"
 IMAGE_INSTALL += "terminology"
 </code>
 
-If you just want Elementary and EFL, just add the lines below or something
-that depends on EFL or Elementary:
+If you just want Elementary and EFL, just add the lines below or something 
that depends on EFL or Elementary:
 
 <code bash>
 IMAGE_INSTALL += "elementary-tests"
-</code>
+</code>
\ No newline at end of file

-- 


Reply via email to