From e74e0422128a7d160dde57d29f176f707f14b798 Mon Sep 17 00:00:00 2001 From: Bill Traynor Date: Mon, 15 Apr 2013 13:03:59 -0400 Subject: user-manual-intro: SOme simple grammar clean up. Cleaned up wording in the Introduction. Signed-off-by: Bill Traynor --- doc/user-manual/user-manual-intro.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/user-manual/user-manual-intro.xml b/doc/user-manual/user-manual-intro.xml index f349e6785..e71748ab0 100644 --- a/doc/user-manual/user-manual-intro.xml +++ b/doc/user-manual/user-manual-intro.xml @@ -4,18 +4,18 @@ BitBake User Manual
Introduction - At it's core, BitBake is a tool generic task execution engine - allowing shell and python tasks to be executed efficiently and in - parallel whilst working within complex inter-task dependency + At it's core, BitBake is a generic task execution engine + allowing shell and python tasks to be run efficiently and in + parallel while working within complex inter-task dependency constraints. - One of it's main users, OpenEmbedded, takes this core and uses it - to build embedded Linux software stacks using a task oriented + One of it's main users, OpenEmbedded, takes this core and + builds embedded Linux software stacks using a task oriented approach. Conceptually, BitBake is similar to GNU Make in some regards but - also has significant differences. - BitBake executes tasks based upon the metadata provided to it that + has significant differences. + BitBake executes tasks based upon metadata provided to it that build up tasks. - It also includes a fetcher library for obtaining source code from + It includes a fetcher library for obtaining source code from various places such as source control systems or websites. Metadata is stored in recipe (.bb), configuration (.conf), and class (.bbclass) files and provide to BitBake the instructions -- cgit 1.2.3-korg