diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -11,14 +11,8 @@ Dependencies | |||
11 | 11 | ||
12 | This layer depends on: | 12 | This 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 | ||
23 | Source code | 17 | Source 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 | ||