summaryrefslogtreecommitdiffstats
path: root/meta-sugarbay/README
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-sugarbay/README
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-sugarbay/README')
-rw-r--r--meta-sugarbay/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-sugarbay/README b/meta-sugarbay/README
index 2d72f8a6..72b1faff 100644
--- a/meta-sugarbay/README
+++ b/meta-sugarbay/README
@@ -23,8 +23,10 @@ Package (BSP) Downloads' page of the Yocto Project website.
23Having done that, and assuming you extracted the BSP tarball contents 23Having done that, and assuming you extracted the BSP tarball contents
24at the top-level of your yocto build tree, you can build a sugarbay 24at the top-level of your yocto build tree, you can build a sugarbay
25image by adding the location of the meta-sugarbay layer to 25image by adding the location of the meta-sugarbay layer to
26bblayers.conf e.g.: 26bblayers.conf, along with the meta-intel layer itself (to access
27common metadata shared between BSPs) e.g.:
27 28
29 yocto/meta-intel \
28 yocto/meta-intel/meta-sugarbay \ 30 yocto/meta-intel/meta-sugarbay \
29 31
30To enable the sugarbay layer, add the sugarbay MACHINE to local.conf: 32To enable the sugarbay layer, add the sugarbay MACHINE to local.conf: