diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 60b076d9a8..09afc09a5b 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -775,7 +775,7 @@ variable. BitBake passes these options into the make GNU invocation. Note that a do_install task is still required. - Otherwise BitBake runs an empty do_install task by default. + Otherwise, BitBake runs an empty do_install task by default. @@ -908,7 +908,9 @@ - The PACKAGES and FILES_* variables in the + The PACKAGES + and FILES_* + variables in the meta/conf/bitbake.conf configuration file define how files installed by the do_install task are packaged. By default, the PACKAGES variable contains @@ -1200,7 +1202,9 @@ Many standard recipes are already extended and support multiple libraries. You can check in the meta/conf/multilib.conf configuration file in the source directory to see how this is - done using the BBCLASSEXTEND variable. + done using the + BBCLASSEXTEND + variable. Eventually, all recipes will be covered and this list will be unneeded. @@ -1209,10 +1213,13 @@ extend the package name from ${PN} to ${MLPREFIX}${PN}, where MLPREFIX is the particular multilib (e.g. "lib32-" or "lib64-"). - Standard variables such as DEPENDS, - RDEPENDS, RPROVIDES, - RRECOMMENDS, PACKAGES, and - PACKAGES_DYNAMIC are automatically extended by the system. + Standard variables such as + DEPENDS, + RDEPENDS, + RPROVIDES, + RRECOMMENDS, + PACKAGES, + and PACKAGES_DYNAMIC are automatically extended by the system. If you are extending any manual code in the recipe, you can use the ${MLPREFIX} variable to ensure those names are extended correctly.