From 04e5366933599a98683f9c5adff172835403c3b9 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 17 Jan 2014 15:33:06 +0000 Subject: intro done Signed-off-by: Richard Purdie --- doc/user-manual/user-manual-intro.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/user-manual/user-manual-intro.xml b/doc/user-manual/user-manual-intro.xml index d146e3227..5bb0bdc81 100644 --- a/doc/user-manual/user-manual-intro.xml +++ b/doc/user-manual/user-manual-intro.xml @@ -69,7 +69,7 @@ embedded space, were scalable or maintainable. - + Some important original goals for BitBake were: @@ -121,8 +121,8 @@ common metadata between many packages. - Over time it has become apparent that some further - requirements were necessary: + Over time it has become apparent that some further requirements + were necessary: Handle variants of a base recipe (native, sdk, multilib). @@ -138,13 +138,13 @@ with prebuilt components. - BitBake satisfies all the original requirements and many - more with extensions being made to the basic - functionality to reflect additional requirements. + BitBake satisfies all the original requirements and many more + with extensions being made to the basic functionality to + reflect the additional requirements. Flexibility and power have always been the priorities. - It is highly extensible, supporting embedded Python code - and execution of any arbitrary tasks. - + It is highly extensible, supporting embedded Python code and + execution of any arbitrary tasks. +
-- cgit 1.2.3-korg