[meta-amd] [meta-seattle][PATCHv3 3/4] seattle: add common layer dependency

Adrian Calianu adrian.calianu at enea.com
Tue Feb 16 00:44:15 PST 2016


Signed-off-by: Adrian Calianu <adrian.calianu at enea.com>
---
 meta-seattle/README | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/meta-seattle/README b/meta-seattle/README
index 0792570..fd4d461 100644
--- a/meta-seattle/README
+++ b/meta-seattle/README
@@ -30,6 +30,10 @@ This layer depends on:
   layers: meta
   branch: master
 
+  URI: git://git.yoctoproject.org/meta-amd
+  layers: common
+  branch: master
+
 Patches
 =======
 
@@ -56,11 +60,13 @@ The following instructions require a Poky installation (or equivalent).
 Initialize a build using the 'oe-init-build-env' script in Poky.
     $ source oe-init-build-env <build_dir>
 
-Once initialized configure bblayers.conf by adding the 'meta-seattle' layer. e.g.:
+Once initialized configure bblayers.conf by adding the 'meta-seattle'
+and 'common' layers. e.g.:
 
     BBLAYERS ?= " \
         <path to layer>/oe-core/meta \
         <path to layer>/meta-amd/meta-seattle \
+        <path to layer>/meta-amd/common \
         "
 
 To build a specific target BSP configure the associated machine in local.conf.
-- 
1.9.1



More information about the meta-amd mailing list