summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-07-12 11:17:10 -0700
committerSaul Wold <sgw@linux.intel.com>2013-07-12 11:17:10 -0700
commite1a1986d8e2bb67e81c6318cab22b385a853d53d (patch)
tree8835ec971152838cd6e1bd340ab394df7dfe3b63 /README
parent4fafb7e61405d7c4f21ebb3cc3a21882c7ecf7d6 (diff)
downloadmeta-security-e1a1986d8e2bb67e81c6318cab22b385a853d53d.tar.gz
README: Fix Layer Dependencies
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 6b6c1f7..e6449a1 100644
--- a/README
+++ b/README
@@ -9,7 +9,7 @@ Dependencies
9 9
10This layer depends on: 10This layer depends on:
11 11
12 URI: git://git.yoctoproject.org/poky 12 URI: git://git.openembedded.org/openembedded-core
13 branch: master 13 branch: master
14 revision: HEAD 14 revision: HEAD
15 prio: default 15 prio: default
@@ -26,8 +26,8 @@ location of the security layer to bblayers.conf, along with any
26other layers needed. e.g.: 26other layers needed. e.g.:
27 27
28 BBLAYERS ?= " \ 28 BBLAYERS ?= " \
29 /path/to/yocto/meta \ 29 /path/to/oe-core/meta \
30 /path/to/poky/meta-security \ 30 /path/to/layer/meta-security \
31 31
32Contents and Help 32Contents and Help
33================= 33=================