summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-04-26 15:17:57 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-01 20:50:51 +0100
commite96c33bad79039ef9de2e188a852f97b276af49e (patch)
treeeb06e8f1f053f47ab8ede44e118608541686407e /documentation/dev-manual
parentc7f56de150481603cd846533c04437257c258282 (diff)
downloadast2050-yocto-poky-e96c33bad79039ef9de2e188a852f97b276af49e.zip
ast2050-yocto-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/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-bsp-appendix.xml4
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 328928f..bc2f3e1 100644
--- a/documentation/dev-manual/dev-manual-bsp-appendix.xml
+++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml
@@ -285,6 +285,8 @@
BBFILE_COLLECTIONS += "crownbay"
BBFILE_PATTERN_crownbay := "^${LAYERDIR}/"
BBFILE_PRIORITY_crownbay = "6"
+
+ LAYERDEPENDS_crownbay = "intel"
</literallayout>
</para>
@@ -295,6 +297,8 @@
BBFILE_COLLECTIONS += "mymachine"
BBFILE_PATTERN_mymachine := "^${LAYERDIR}/"
BBFILE_PRIORITY_mymachine = "6"
+
+ LAYERDEPENDS_mymachine = "intel"
</literallayout>
</para>
</section>
OpenPOWER on IntegriCloud