summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README10
1 files changed, 2 insertions, 8 deletions
diff --git a/README b/README
index 6b0b326..5e44395 100644
--- a/README
+++ b/README
@@ -11,14 +11,8 @@ Dependencies
11 11
12This layer depends on: 12This layer depends on:
13 13
14 URI: git://git.openembedded.org/bitbake
15 branch: dizzy
16 revision: HEAD
17
18 URI: git://git.yoctoproject.org/poky 14 URI: git://git.yoctoproject.org/poky
19 branch: dizzy 15 branch: master
20 revision: HEAD
21
22 16
23Source code 17Source code
24=========== 18===========
@@ -56,7 +50,7 @@ other layers needed. e.g.:
56 50
57 BBLAYERS ?= " \ 51 BBLAYERS ?= " \
58 /path/to/yocto/meta \ 52 /path/to/yocto/meta \
59 /path/to/yocto/meta-yocto \ 53 /path/to/yocto/meta-poky \
60 /path/to/yocto/meta-enea-base \ 54 /path/to/yocto/meta-enea-base \
61 " 55 "
62 56