summaryrefslogtreecommitdiffstats
path: root/meta-fishriver
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-11-19 22:06:53 -0600
committerTom Zanussi <tom.zanussi@intel.com>2011-11-21 09:30:00 -0600
commitf01a136a0db28abe1267a290a454d6029fb3d989 (patch)
tree1ce183d5fccf8b5b957cba6490f262a2625af05b /meta-fishriver
parent0d39ed8727fca64e0a3ea428c4977d8a1a9ad2c8 (diff)
downloadmeta-intel-f01a136a0db28abe1267a290a454d6029fb3d989.tar.gz
meta-intel: update READMEs with new layer info
The affected BSPs now need to access common metadata in locations off of the top level of meta-intel, so need to add meta-intel itself to their layer configuration. This updates the READMEs for those BSPs to mention that. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-fishriver')
-rw-r--r--meta-fishriver/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-fishriver/README b/meta-fishriver/README
index b76056c5..6425432e 100644
--- a/meta-fishriver/README
+++ b/meta-fishriver/README
@@ -20,8 +20,10 @@ Package (BSP) Downloads' page of the Yocto Project website.
20Having done that, and assuming you extracted the BSP tarball contents 20Having done that, and assuming you extracted the BSP tarball contents
21at the top-level of your yocto build tree, you can build a fishriver 21at the top-level of your yocto build tree, you can build a fishriver
22image by adding the location of the meta-fishriver layer to 22image by adding the location of the meta-fishriver layer to
23bblayers.conf e.g.: 23bblayers.conf, along with the meta-intel layer itself (to access
24common metadata shared between BSPs) e.g.:
24 25
26 yocto/meta-intel \
25 yocto/meta-intel/meta-fishriver \ 27 yocto/meta-intel/meta-fishriver \
26 28
27To enable the fishriver layer, add the fishriver MACHINE to local.conf: 29To enable the fishriver layer, add the fishriver MACHINE to local.conf: