summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-01-12 18:27:31 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-30 16:05:57 +0000
commit2add98ffc803588647cbab705e02d9b651ef100c (patch)
treeec66ce47e8f8e8f800db6762fa828942f7bb3821 /documentation
parented7fe93178025a17e5d0c5168f57173ccb28202f (diff)
downloadpoky-2add98ffc803588647cbab705e02d9b651ef100c.tar.gz
documentation/bsp-guide/bsp.xml: Updated linux-yocto_3.0.bbappend example
This example had gone stale. I cloned the meta-intel repo and copied the edison branch version of the file into the manual. (From yocto-docs rev: 963c53157f147c556cc4317f68fafeb0650268cc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/bsp-guide/bsp.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index 73abbe9a74..6c8b24684f 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -465,11 +465,11 @@
465 KMACHINE_crownbay-noemgd = "yocto/standard/crownbay" 465 KMACHINE_crownbay-noemgd = "yocto/standard/crownbay"
466 KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc" 466 KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc"
467 467
468 SRCREV_machine_pn-linux-yocto_crownbay ?= "6b4b9acde5fb0ff66ae58fa98274bfe631501499" 468 SRCREV_machine_pn-linux-yocto_crownbay ?= "2247da9131ea7e46ed4766a69bb1353dba22f873"
469 SRCREV_meta_pn-linux-yocto_crownbay ?= "5b535279e61197cb194bb2dfceb8b7a04128387c" 469 SRCREV_meta_pn-linux-yocto_crownbay ?= "d05450e4aef02c1b7137398ab3a9f8f96da74f52"
470 470
471 SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "6b4b9acde5fb0ff66ae58fa98274bfe631501499" 471 SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "2247da9131ea7e46ed4766a69bb1353dba22f873"
472 SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "5b535279e61197cb194bb2dfceb8b7a04128387c" 472 SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "d05450e4aef02c1b7137398ab3a9f8f96da74f52"
473 </literallayout> 473 </literallayout>
474 This append file contains statements used to support the Crown Bay BSP for both 474 This append file contains statements used to support the Crown Bay BSP for both
475 Intel EMGD and non-EMGD. 475 Intel EMGD and non-EMGD.
@@ -484,8 +484,8 @@
484 KMACHINE_crownbay = "yocto/standard/crownbay" 484 KMACHINE_crownbay = "yocto/standard/crownbay"
485 KERNEL_FEATURES_append_crownbay += " cfg/smp.scc" 485 KERNEL_FEATURES_append_crownbay += " cfg/smp.scc"
486 486
487 SRCREV_machine_pn-linux-yocto_crownbay ?= "6b4b9acde5fb0ff66ae58fa98274bfe631501499" 487 SRCREV_machine_pn-linux-yocto_crownbay ?= "2247da9131ea7e46ed4766a69bb1353dba22f873"
488 SRCREV_meta_pn-linux-yocto_crownbay ?= "5b535279e61197cb194bb2dfceb8b7a04128387c" 488 SRCREV_meta_pn-linux-yocto_crownbay ?= "d05450e4aef02c1b7137398ab3a9f8f96da74f52"
489 </literallayout> 489 </literallayout>
490 The append file defines <filename>crownbay</filename> as the compatible machine, 490 The append file defines <filename>crownbay</filename> as the compatible machine,
491 defines the <filename>KMACHINE</filename>, points to some configuration fragments 491 defines the <filename>KMACHINE</filename>, points to some configuration fragments