summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCatalina Focsa <catalina.focsa@enea.com>2016-04-26 17:59:26 +0200
committerCatalina Focsa <catalina.focsa@enea.com>2016-04-26 17:59:26 +0200
commit91cac62ad9d16650c77256da0fcee263819ef2dd (patch)
tree35bdbec1e598ab91e631d596cd21bedaf76e5a7f
parenta0e8bf7f9f58dfdcd2f82cae95ab17039863f4aa (diff)
downloadmeta-enea-bsp-arm-91cac62ad9d16650c77256da0fcee263819ef2dd.tar.gz
Revert "Update layer dependencies"
This reverts commit a0e8bf7f9f58dfdcd2f82cae95ab17039863f4aa.
-rw-r--r--README15
1 files changed, 7 insertions, 8 deletions
diff --git a/README b/README
index ffce52a..39a0a92 100644
--- a/README
+++ b/README
@@ -1,19 +1,19 @@
1meta-enea-bsp-arm 1meta-enea-bsp-arm
2=================================================================== 2===================================================================
3 3
4This layer contains Enea BSP customizations for ARM architecures. 4This layer is 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-common 11 URI: git://git.enea.com/linux/meta-enea-bsp-base
12 branch: krogoth 12 branch: master
13 revision: HEAD 13 revision: HEAD
14 14
15 URI: https://github.com/Freescale/meta-fsl-arm 15 URI: git://git.yoctoproject.org/meta-seattle
16 branch: krogoth 16 branch: master
17 revision: HEAD 17 revision: HEAD
18 18
19Source code 19Source code
@@ -52,9 +52,8 @@ 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-poky \ 55 /path/to/yocto/meta-enea-bsp-base \
56 /path/to/yocto/meta-enea-bsp-common \ 56 /path/to/yocto/meta-seattle \
57 /path/to/yocto/meta-fsl-arm \
58 " 57 "
59 58
60II. Misc 59II. Misc