diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-04-26 15:17:57 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-01 20:50:51 +0100 |
commit | e96c33bad79039ef9de2e188a852f97b276af49e (patch) | |
tree | eb06e8f1f053f47ab8ede44e118608541686407e /documentation | |
parent | c7f56de150481603cd846533c04437257c258282 (diff) | |
download | poky-e96c33bad79039ef9de2e188a852f97b276af49e.tar.gz |
documentation/dev-manual/dev-manual-bsp-appendix.xml: added layerdepends
The layer.conf file now uses a LAYERDEPENDS variable. I added that
to the example.
(From yocto-docs rev: 237eb7ba897479935ac4c3165ce2cb350143a1e3)
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/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> |