From 1180195f8b886f028ef490aaeab2ced413d82615 Mon Sep 17 00:00:00 2001 From: Raster Date: Mon, 22 Jun 2015 20:26:32 -0700 Subject: [PATCH] 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 90a789a11..7f185a43e 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'': BBLAYERS ?= \ @@ -15,8 +14,7 @@ BBLAYERS ?= \ " -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: #add enlightenment window manager @@ -24,9 +22,8 @@ IMAGE_INSTALL += "e-wm" IMAGE_INSTALL += "terminology" -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: IMAGE_INSTALL += "elementary-tests" - + \ No newline at end of file