summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2016-03-07 23:26:55 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2016-03-08 10:28:02 +0100
commit65cb21eb47ddecfe3cabda2e4024edb3bdac5d06 (patch)
tree36839ddf6d4ac7e79139ab273232859677c36619
parent04844b30eb3873e07e585fb220a206c8754a7208 (diff)
downloadmeta-el-common-65cb21eb47ddecfe3cabda2e4024edb3bdac5d06.tar.gz
README: update to master branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-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