From 73b22007249f98c96c425ef8379762b425dc2d61 Mon Sep 17 00:00:00 2001 From: Andrzej Zaborowski Date: Fri, 5 Dec 2008 13:07:12 +0100 Subject: handbook: Correct a bunch of misc typos. --- handbook/extendpoky.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'handbook/extendpoky.xml') diff --git a/handbook/extendpoky.xml b/handbook/extendpoky.xml index cc0dc1fd2..f259d2ef0 100644 --- a/handbook/extendpoky.xml +++ b/handbook/extendpoky.xml @@ -215,7 +215,7 @@ pkg_postinst_PACKAGENAME () { Sometimes it is necessary that the execution of a post-installation script is delayed until the first boot, because the script - needs to be executed the device itself. To delay script execution + needs to be executed on the device itself. To delay script execution until boot time, the post-installation function should have the following structure: @@ -268,7 +268,7 @@ inherit poky-image By creating a custom image, a developer has total control - over the contents of the image. It is important use + over the contents of the image. It is important to use the correct names of packages in the IMAGE_INSTALL variable. The names must be in @@ -295,11 +295,11 @@ IMAGE_INSTALL += "strace" Customising Images through custom tasks - For for complex custom images, the best approach is to create a custom - task package which is them used to build the image (or images). A good + For complex custom images, the best approach is to create a custom + task package which is then used to build the image (or images). A good example of a tasks package is meta/packages/tasks/task-poky.bb . The PACKAGES - variable lists the task packages to build (along with the complimentary + variable lists the task packages to build (along with the complementary -dbg and -dev packages). For each package added, RDEPENDS and RRECOMMENDS -- cgit v1.2.3