summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2016-10-18 14:22:36 +0200
committerMartin Borg <martin.borg@enea.com>2016-10-19 14:54:22 +0200
commita05d281070728690cdb47e09c9e6a36910fcd2a6 (patch)
tree50e3c1cb81b9491b8fafd0b33bacb92c9f655d6b
parent60eaf04879ab67b4ed8df862ef6c28291274e1fd (diff)
downloadmeta-enea-networking-a05d281070728690cdb47e09c9e6a36910fcd2a6.tar.gz
Replace dependency on meta-fsl-ppc with meta-freescaleHEADmaster
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 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"