diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2011-11-19 22:06:53 -0600 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-11-21 09:30:00 -0600 |
commit | f01a136a0db28abe1267a290a454d6029fb3d989 (patch) | |
tree | 1ce183d5fccf8b5b957cba6490f262a2625af05b /meta-sugarbay | |
parent | 0d39ed8727fca64e0a3ea428c4977d8a1a9ad2c8 (diff) | |
download | meta-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')
-rw-r--r-- | meta-sugarbay/README | 4 |
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. | |||
23 | Having done that, and assuming you extracted the BSP tarball contents | 23 | Having done that, and assuming you extracted the BSP tarball contents |
24 | at the top-level of your yocto build tree, you can build a sugarbay | 24 | at the top-level of your yocto build tree, you can build a sugarbay |
25 | image by adding the location of the meta-sugarbay layer to | 25 | image by adding the location of the meta-sugarbay layer to |
26 | bblayers.conf e.g.: | 26 | bblayers.conf, along with the meta-intel layer itself (to access |
27 | common 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 | ||
30 | To enable the sugarbay layer, add the sugarbay MACHINE to local.conf: | 32 | To enable the sugarbay layer, add the sugarbay MACHINE to local.conf: |