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-fri2/README | |
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-fri2/README')
-rw-r--r-- | meta-fri2/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-fri2/README b/meta-fri2/README index 4dc135b3..12b0b37d 100644 --- a/meta-fri2/README +++ b/meta-fri2/README | |||
@@ -28,8 +28,11 @@ Package (BSP) Downloads' page of the Yocto Project website. | |||
28 | 28 | ||
29 | Having done that, and assuming you extracted the BSP tarball contents | 29 | Having done that, and assuming you extracted the BSP tarball contents |
30 | at the top-level of your yocto build tree, you can build an fri2 image | 30 | at the top-level of your yocto build tree, you can build an fri2 image |
31 | by adding the location of the meta-fri2 layer to bblayers.conf e.g.: | 31 | by adding the location of the meta-fri2 layer to bblayers.conf, along |
32 | with the meta-intel layer itself (to access common metadata shared | ||
33 | between BSPs) e.g.: | ||
32 | 34 | ||
35 | yocto/meta-intel \ | ||
33 | yocto/meta-intel/meta-fri2 \ | 36 | yocto/meta-intel/meta-fri2 \ |
34 | 37 | ||
35 | The meta-fri2 layer contains support for two different machine | 38 | The meta-fri2 layer contains support for two different machine |