summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2016-04-19 10:03:18 +0200
committerMartin Borg <martin.borg@enea.com>2016-04-21 11:34:18 +0200
commitac9ebdd9486e0c4f724bea0225b0804c5b35dd25 (patch)
tree25374805511e135843aeb8d6be279574ec8e633a
parent209f3db6659b4ec4978d96c3e4213d61a070b13e (diff)
downloadmeta-enea-bsp-ppc-ac9ebdd9486e0c4f724bea0225b0804c5b35dd25.tar.gz
Update layer dependency on meta-enea-bsp-common
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
-rw-r--r--README4
-rw-r--r--conf/layer.conf2
2 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 5df7b89..88ae4d2 100644
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ Dependencies
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
@@ -54,7 +54,7 @@ other layers needed. e.g.:
54 BBLAYERS ?= " \ 54 BBLAYERS ?= " \
55 /path/to/yocto/meta \ 55 /path/to/yocto/meta \
56 /path/to/yocto/meta-yocto \ 56 /path/to/yocto/meta-yocto \
57 /path/to/yocto/meta-enea-bsp-base \ 57 /path/to/yocto/meta-enea-bsp-common \
58 /path/to/yocto/meta-fsl-ppc \ 58 /path/to/yocto/meta-fsl-ppc \
59 /path/to/yocto/meta-enea-bsp-ppc \ 59 /path/to/yocto/meta-enea-bsp-ppc \
60 " 60 "
diff --git a/conf/layer.conf b/conf/layer.conf
index b9eb127..9d31497 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -10,7 +10,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
10BBFILE_COLLECTIONS += "enea-bsp-ppc" 10BBFILE_COLLECTIONS += "enea-bsp-ppc"
11BBFILE_PATTERN_enea-bsp-ppc = "^${LAYERDIR}/" 11BBFILE_PATTERN_enea-bsp-ppc = "^${LAYERDIR}/"
12BBFILE_PRIORITY_enea-bsp-ppc = "6" 12BBFILE_PRIORITY_enea-bsp-ppc = "6"
13LAYERDEPENDS_enea-bsp-ppc = "enea-bsp-base fsl-ppc" 13LAYERDEPENDS_enea-bsp-ppc = "enea-bsp-common fsl-ppc"
14 14
15PREFERRED_VERSION_binutils_e500mc = "2.25.1" 15PREFERRED_VERSION_binutils_e500mc = "2.25.1"
16PREFERRED_VERSION_binutils-cross-canadian-${TRANSLATED_TARGET_ARCH}_e500mc = "2.25.1" 16PREFERRED_VERSION_binutils-cross-canadian-${TRANSLATED_TARGET_ARCH}_e500mc = "2.25.1"