From 3120247447cc230e87e578cf3a5dc8ee9bbdf873 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 1 Jul 2011 18:25:04 -0700 Subject: documentation/kernel-manual/kernel-how-to.xml: partial - more edits to BSP procedure (From yocto-docs rev: 694b00c080633be874f2842badedf1e453038f88) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/kernel-manual/kernel-how-to.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'documentation/kernel-manual') 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 -- cgit v1.2.3-54-g00ecf