diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-02-07 12:54:47 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-08 12:07:52 -0800 |
commit | 0bc0d3529abecd58fc20c889733724059ea978e5 (patch) | |
tree | 57b230e8d45754fab5dca6b337861643a7c5944d /documentation/bsp-guide | |
parent | 9dc84b77ecfbb69b1dce93ccce7140cfa54eee66 (diff) | |
download | poky-0bc0d3529abecd58fc20c889733724059ea978e5.tar.gz |
documentation/bsp-guide/bsp.xml: Updated commit IDs
Crownbay commit ID's used in the example did not match what
is in the YP source repository for meta-intel. I updated them
to match.
(From yocto-docs rev: c090119f59b9f1fe8caebeea8ba61c6c1252a892)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index e75f9ecdac..e2ae1dbcb1 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -464,11 +464,11 @@ | |||
464 | KMACHINE_crownbay-noemgd = "yocto/standard/crownbay" | 464 | KMACHINE_crownbay-noemgd = "yocto/standard/crownbay" |
465 | KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc" | 465 | KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc" |
466 | 466 | ||
467 | SRCREV_machine_pn-linux-yocto_crownbay ?= "6b4b9acde5fb0ff66ae58fa98274bfe631501499" | 467 | SRCREV_machine_pn-linux-yocto_crownbay ?= "63c65842a3a74e4bd3128004ac29b5639f16433f" |
468 | SRCREV_meta_pn-linux-yocto_crownbay ?= "5b535279e61197cb194bb2dfceb8b7a04128387c" | 468 | SRCREV_meta_pn-linux-yocto_crownbay ?= "59314a3523e360796419d76d78c6f7d8c5ef2593" |
469 | 469 | ||
470 | SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "6b4b9acde5fb0ff66ae58fa98274bfe631501499" | 470 | SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "63c65842a3a74e4bd3128004ac29b5639f16433f" |
471 | SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "5b535279e61197cb194bb2dfceb8b7a04128387c" | 471 | SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "59314a3523e360796419d76d78c6f7d8c5ef2593" |
472 | </literallayout> | 472 | </literallayout> |
473 | This append file contains statements used to support the Crown Bay BSP for both | 473 | This append file contains statements used to support the Crown Bay BSP for both |
474 | Intel EMGD and non-EMGD. | 474 | Intel EMGD and non-EMGD. |
@@ -483,8 +483,8 @@ | |||
483 | KMACHINE_crownbay = "yocto/standard/crownbay" | 483 | KMACHINE_crownbay = "yocto/standard/crownbay" |
484 | KERNEL_FEATURES_append_crownbay += " cfg/smp.scc" | 484 | KERNEL_FEATURES_append_crownbay += " cfg/smp.scc" |
485 | 485 | ||
486 | SRCREV_machine_pn-linux-yocto_crownbay ?= "6b4b9acde5fb0ff66ae58fa98274bfe631501499" | 486 | SRCREV_machine_pn-linux-yocto_crownbay ?= "63c65842a3a74e4bd3128004ac29b5639f16433f" |
487 | SRCREV_meta_pn-linux-yocto_crownbay ?= "5b535279e61197cb194bb2dfceb8b7a04128387c" | 487 | SRCREV_meta_pn-linux-yocto_crownbay ?= "59314a3523e360796419d76d78c6f7d8c5ef2593" |
488 | </literallayout> | 488 | </literallayout> |
489 | The append file defines <filename>crownbay</filename> as the compatible machine, | 489 | The append file defines <filename>crownbay</filename> as the compatible machine, |
490 | defines the <filename>KMACHINE</filename>, points to some configuration fragments | 490 | defines the <filename>KMACHINE</filename>, points to some configuration fragments |