diff options
| -rw-r--r-- | documentation/dev-manual/dev-manual-bsp-appendix.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml index 328928f838..bc2f3e15a0 100644 --- a/documentation/dev-manual/dev-manual-bsp-appendix.xml +++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml | |||
| @@ -285,6 +285,8 @@ | |||
| 285 | BBFILE_COLLECTIONS += "crownbay" | 285 | BBFILE_COLLECTIONS += "crownbay" |
| 286 | BBFILE_PATTERN_crownbay := "^${LAYERDIR}/" | 286 | BBFILE_PATTERN_crownbay := "^${LAYERDIR}/" |
| 287 | BBFILE_PRIORITY_crownbay = "6" | 287 | BBFILE_PRIORITY_crownbay = "6" |
| 288 | |||
| 289 | LAYERDEPENDS_crownbay = "intel" | ||
| 288 | </literallayout> | 290 | </literallayout> |
| 289 | </para> | 291 | </para> |
| 290 | 292 | ||
| @@ -295,6 +297,8 @@ | |||
| 295 | BBFILE_COLLECTIONS += "mymachine" | 297 | BBFILE_COLLECTIONS += "mymachine" |
| 296 | BBFILE_PATTERN_mymachine := "^${LAYERDIR}/" | 298 | BBFILE_PATTERN_mymachine := "^${LAYERDIR}/" |
| 297 | BBFILE_PRIORITY_mymachine = "6" | 299 | BBFILE_PRIORITY_mymachine = "6" |
| 300 | |||
| 301 | LAYERDEPENDS_mymachine = "intel" | ||
| 298 | </literallayout> | 302 | </literallayout> |
| 299 | </para> | 303 | </para> |
| 300 | </section> | 304 | </section> |
