diff --git a/documentation/kernel-manual/kernel-how-to.xml b/documentation/kernel-manual/kernel-how-to.xml index 7afbb1cb25..e21d1137dd 100644 --- a/documentation/kernel-manual/kernel-how-to.xml +++ b/documentation/kernel-manual/kernel-how-to.xml @@ -1064,18 +1064,18 @@ That's it. Configure and build. is the linux-yocto_git.bbappend file in the meta-mymachine/recipes-kernel/linux directory and the emenlow.conf configuration file in the - meta-mymachine/conf/machine directory. - Note that "linux-yocto" is the kernel specified in the mymachine.conf - configuration file.. + meta-mymachine/conf/machine directory as well as the + layer.conf file in the parent conf directory. + . Rename the emenlow.conf file to mymachine.conf - and fix or remove any configurations. + and fix or remove any configurations. + You need to be sure that "mymachine" replaces "emenlow". + Note also that "linux-yocto" is the kernel specified in the configuration file. Make sure the Yocto Project build process knows about the new BSP layer by adding the layer to the bblayers.conf configuration file located in the Yocto Project build tree at build/conf/bblayers.conf. Adding the layer allows Bitbake to find the new layer. - You also need to edit the layer.conf file located in the - meta-mymachine/conf directory such that "mymachine" replaces - "emenlow". + @@ -1096,7 +1096,7 @@ That's it. Configure and build. - Now create a branch in the local clone and push it to the bare clone: + Now be sure you are in the local clone and create a branch and push it to the bare clone: $ git checkout -b yocto/standard/mymachine origin/yocto/standard/base $ git push origin yocto/standard/mymachine:yocto/standard/mymachine