summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"