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 1ed1782..552f31f 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-base 11 URI: git://git.enea.com/linux/meta-el-common
12 branch: master 12 branch: master
13 revision: HEAD 13 revision: HEAD
14 14
@@ -53,7 +53,7 @@ other layers needed. e.g.:
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-poky \
56 /path/to/yocto/meta-enea-base \ 56 /path/to/yocto/meta-el-common \
57 /path/to/yocto/meta-fsl-ppc \ 57 /path/to/yocto/meta-fsl-ppc \
58 /path/to/yocto/meta-enea-networking \ 58 /path/to/yocto/meta-enea-networking \
59 " 59 "
diff --git a/conf/layer.conf b/conf/layer.conf
index 080fea2..f334cc5 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 = "enea-base fsl-ppc" 13LAYERDEPENDS_enea-networking = "el-common fsl-ppc"