summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Calianu <adrian.calianu@enea.com>2016-04-26 14:44:23 +0200
committerCatalina Focsa <catalina.focsa@enea.com>2016-04-26 17:56:18 +0200
commita0e8bf7f9f58dfdcd2f82cae95ab17039863f4aa (patch)
tree897ccaf6a2557c63740434c2164990618f320598
parentac5e03afa3d343eefbc30a73bf6447c3e8b330bf (diff)
downloadmeta-enea-bsp-arm-a0e8bf7f9f58dfdcd2f82cae95ab17039863f4aa.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--README15
1 files changed, 8 insertions, 7 deletions
diff --git a/README b/README
index 39a0a92..ffce52a 100644
--- a/README
+++ b/README
@@ -1,19 +1,19 @@
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: krogoth
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: krogoth
17 revision: HEAD 17 revision: HEAD
18 18
19Source code 19Source code
@@ -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