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 4bc2328..2b3b083 100644
--- a/README
+++ b/README
@@ -12,7 +12,7 @@ This layer depends on:
12 branch: master 12 branch: master
13 revision: HEAD 13 revision: HEAD
14 14
15 URI: git://git.yoctoproject.org/meta-fsl-ppc 15 URI: https://github.com/Freescale/meta-freescale
16 branch: master 16 branch: master
17 revision: HEAD 17 revision: HEAD
18 18
@@ -57,7 +57,7 @@ other layers needed. e.g.:
57 /path/to/yocto/meta \ 57 /path/to/yocto/meta \
58 /path/to/yocto/meta-yocto \ 58 /path/to/yocto/meta-yocto \
59 /path/to/yocto/meta-enea-bsp-common \ 59 /path/to/yocto/meta-enea-bsp-common \
60 /path/to/yocto/meta-fsl-ppc \ 60 /path/to/yocto/meta-freescale \
61 /path/to/yocto/meta-enea-bsp-ppc \ 61 /path/to/yocto/meta-enea-bsp-ppc \
62 " 62 "
63 63
diff --git a/conf/layer.conf b/conf/layer.conf
index 9d31497..3c1a72f 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-common fsl-ppc" 13LAYERDEPENDS_enea-bsp-ppc = "enea-bsp-common freescale-layer"
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"