diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 7f1e61a05b..a5e0c3ccb7 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -2238,16 +2238,19 @@ Once you set up these build parameters, they do not have to change unless you change the target architecture of the machine you are building: - Build for the Correct Target Architecture: Your + Build for the correct target architecture: Your selected MACHINE - definition within the local.conf file in the Build Directory + definition within the local.conf file in the + Build Directory specifies the target architecture used when building the Linux kernel. By default, MACHINE is set to qemux86, which specifies a 32-bit Intel Architecture target machine suitable for the QEMU emulator. - Identify Your meta-mylayer - Layer: The BBLAYERS variable in the + Identify your meta-mylayer + layer: The + BBLAYERS + variable in the bblayers.conf file found in the poky/build/conf directory needs to have the path to your local meta-mylayer layer.