1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

documentation/dev-manual/dev-manual-bsp-appendix.xml: .bbappend example

The linux-yocto_3.2.bbappend example was out of date.  There is no
longer a kernel features statement in the last part of the section.
Only COMPATIBLE_MACHINE, KMACHINE, and KBRANCH remain.  I removed
the fourth one from the text description and the example code.

(From yocto-docs rev: 89a11ce3c2a43e2d7c26599976d906011130131f)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2012-05-24 07:21:31 -06:00
committed by Richard Purdie
parent 1f2fc974df
commit e24d5cc2cd
@@ -516,10 +516,10 @@
<para> <para>
Also in the <filename>linux-yocto_3.2.bbappend</filename> file are Also in the <filename>linux-yocto_3.2.bbappend</filename> file are
<filename>COMPATIBLE_MACHINE</filename>, <filename>KMACHINE</filename>, <filename>COMPATIBLE_MACHINE</filename>, <filename>KMACHINE</filename>,
<filename>KBRANCH</filename>, and <filename>KERNEL_FEATURES</filename> statements. and <filename>KBRANCH</filename> statements.
Two sets of these exist: one set supports EMGD and one set does not. Two sets of these exist: one set supports EMGD and one set does not.
Because we are not interested in supporting EMGD those four can be deleted. Because we are not interested in supporting EMGD those three can be deleted.
The remaining four must be changed so that <filename>mymachine</filename> replaces The remaining three must be changed so that <filename>mymachine</filename> replaces
<filename>crownbay-noemgd</filename> and <filename>crownbay</filename>. <filename>crownbay-noemgd</filename> and <filename>crownbay</filename>.
Because we are using the <filename>atom-pc</filename> branch for this new BSP, we can also find Because we are using the <filename>atom-pc</filename> branch for this new BSP, we can also find
the exact branch we need for the <filename>KMACHINE</filename> the exact branch we need for the <filename>KMACHINE</filename>
@@ -537,7 +537,6 @@
COMPATIBLE_MACHINE_mymachine = "mymachine" COMPATIBLE_MACHINE_mymachine = "mymachine"
KMACHINE_mymachine = "atom-pc" KMACHINE_mymachine = "atom-pc"
KBRANCH_mymachine = "standard/default/common-pc/atom-pc" KBRANCH_mymachine = "standard/default/common-pc/atom-pc"
KERNEL_FEATURES_append_mymachine += " cfg/smp.scc"
SRCREV_machine_pn-linux-yocto_mymachine ?= \ SRCREV_machine_pn-linux-yocto_mymachine ?= \
"f29531a41df15d74be5ad47d958e4117ca9e489e" "f29531a41df15d74be5ad47d958e4117ca9e489e"