summaryrefslogtreecommitdiffstats
path: root/meta-romley
diff options
context:
space:
mode:
Diffstat (limited to 'meta-romley')
-rw-r--r--meta-romley/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-romley/README b/meta-romley/README
index d242534d..6c13ea69 100644
--- a/meta-romley/README
+++ b/meta-romley/README
@@ -22,8 +22,10 @@ Package (BSP) Downloads' page of the Yocto Project website.
22Having done that, and assuming you extracted the BSP tarball contents 22Having done that, and assuming you extracted the BSP tarball contents
23at the top-level of your yocto build tree, you can build a romley 23at the top-level of your yocto build tree, you can build a romley
24image by adding the location of the meta-romley layer to 24image by adding the location of the meta-romley layer to
25bblayers.conf e.g.: 25bblayers.conf, along with the meta-intel layer itself (to access
26common metadata shared between BSPs) e.g.:
26 27
28 yocto/meta-intel \
27 yocto/meta-intel/meta-romley \ 29 yocto/meta-intel/meta-romley \
28 30
29To enable the romley layer, add the romley MACHINE to local.conf: 31To enable the romley layer, add the romley MACHINE to local.conf: