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 e9683ac..5c8f721 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
@@ -56,7 +56,7 @@ other layers needed. e.g.:
56 /path/to/yocto/meta \ 56 /path/to/yocto/meta \
57 /path/to/yocto/meta-poky \ 57 /path/to/yocto/meta-poky \
58 /path/to/yocto/meta-el-common \ 58 /path/to/yocto/meta-el-common \
59 /path/to/yocto/meta-fsl-ppc \ 59 /path/to/yocto/meta-freescale \
60 /path/to/yocto/meta-enea-networking \ 60 /path/to/yocto/meta-enea-networking \
61 " 61 "
62 62
diff --git a/conf/layer.conf b/conf/layer.conf
index f334cc5..099c300 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -10,4 +10,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
10BBFILE_COLLECTIONS += "enea-networking" 10BBFILE_COLLECTIONS += "enea-networking"
11BBFILE_PATTERN_enea-networking = "^${LAYERDIR}/" 11BBFILE_PATTERN_enea-networking = "^${LAYERDIR}/"
12BBFILE_PRIORITY_enea-networking = "7" 12BBFILE_PRIORITY_enea-networking = "7"
13LAYERDEPENDS_enea-networking = "el-common fsl-ppc" 13LAYERDEPENDS_enea-networking = "el-common freescale-layer"