diff options
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 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 |