summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Calianu <adrian.calianu@enea.com>2016-04-26 14:50:49 +0200
committerCatalina Focsa <catalina.focsa@enea.com>2016-04-26 18:01:22 +0200
commit0b591e7bb05b3259657434df17232b5dd04ef7b6 (patch)
treec88b9f9a24f8efbf298714b35ae7792e459ef8fa
parent91cac62ad9d16650c77256da0fcee263819ef2dd (diff)
downloadmeta-enea-bsp-arm-0b591e7bb05b3259657434df17232b5dd04ef7b6.tar.gz
Update layer dependencies
Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Catalina Focsa <catalina.focsa@enea.com>
-rw-r--r--README11
1 files changed, 6 insertions, 5 deletions
diff --git a/README b/README
index 39a0a92..0edfe6c 100644
--- a/README
+++ b/README
@@ -1,18 +1,18 @@
1meta-enea-bsp-arm 1meta-enea-bsp-arm
2=================================================================== 2===================================================================
3 3
4This layer is contains Enea BSP customizations for ARM architecures. 4This layer contains Enea BSP customizations for ARM architecures.
5 5
6Dependencies 6Dependencies
7============ 7============
8 8
9This layer depends on: 9This layer depends on:
10 10
11 URI: git://git.enea.com/linux/meta-enea-bsp-base 11 URI: git://git.enea.com/linux/meta-enea-bsp-common
12 branch: master 12 branch: master
13 revision: HEAD 13 revision: HEAD
14 14
15 URI: git://git.yoctoproject.org/meta-seattle 15 URI: https://github.com/Freescale/meta-fsl-arm
16 branch: master 16 branch: master
17 revision: HEAD 17 revision: HEAD
18 18
@@ -52,8 +52,9 @@ other layers needed. e.g.:
52 52
53 BBLAYERS ?= " \ 53 BBLAYERS ?= " \
54 /path/to/yocto/meta \ 54 /path/to/yocto/meta \
55 /path/to/yocto/meta-enea-bsp-base \ 55 /path/to/yocto/meta-poky \
56 /path/to/yocto/meta-seattle \ 56 /path/to/yocto/meta-enea-bsp-common \
57 /path/to/yocto/meta-fsl-arm \
57 " 58 "
58 59
59II. Misc 60II. Misc