From c39f6ea2eeb9807ccdd2232ea6485d3b8439351d Mon Sep 17 00:00:00 2001 From: Chase Maupin Date: Wed, 26 May 2010 03:09:32 +0000 Subject: docs/getting_oe: Fix documentation errors * Fixed up typos and other errors in the documentation. Acked-by: Koen Kooi Signed-off-by: Chase Maupin Signed-off-by: Denys Dmytriyenko --- docs/usermanual/chapters/getting_oe.xml | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/docs/usermanual/chapters/getting_oe.xml b/docs/usermanual/chapters/getting_oe.xml index d18c9557e3..c82df3a73f 100644 --- a/docs/usermanual/chapters/getting_oe.xml +++ b/docs/usermanual/chapters/getting_oe.xml @@ -98,7 +98,7 @@ $ git clone git://git.openembedded.org/openembedded seems good practice to update your OpenEmbedded tree at least daily. To do this, run: -$ cd $OEBASE +$ cd $OEBASE/openembedded $ git pull @@ -142,7 +142,7 @@ $ git pull Since the path to your OpenEmbedded installation will be used in many places, setting it in your environment will allow you to use - the $OEBASE variable in all pathes and make it + the $OEBASE variable in all paths and make it easier to change in the future should the need arise. To set $OEBASE if you use a Bourne like shell @@ -341,6 +341,16 @@ MACHINE = "om-gta01" + + base-image + + Build an image that is the smallest possible image + which allows for ssh access and the ability to install + additional packages using ipkg. + + + + console-image @@ -463,9 +473,10 @@ MACHINE = "om-gta01" - task-native-sdk + task-sdk-native - Mata-package for native (on-device) SDK. + Meta-package for native (on-device) SDK. i.e. libc, gcc, + make, etc. @@ -536,6 +547,13 @@ MACHINE = "om-gta01" Builds the appropriate kernel for your device. + + + virtual/bootloader + + Builds the appropriate bootloader for your device. + + -- cgit 1.2.3-korg