From a05d281070728690cdb47e09c9e6a36910fcd2a6 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Tue, 18 Oct 2016 14:22:36 +0200 Subject: Replace dependency on meta-fsl-ppc with meta-freescale Signed-off-by: Adrian Dudau Signed-off-by: Martin Borg --- README | 4 ++-- conf/layer.conf | 2 +- 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: branch: master revision: HEAD - URI: git://git.yoctoproject.org/meta-fsl-ppc + URI: https://github.com/Freescale/meta-freescale branch: master revision: HEAD @@ -56,7 +56,7 @@ other layers needed. e.g.: /path/to/yocto/meta \ /path/to/yocto/meta-poky \ /path/to/yocto/meta-el-common \ - /path/to/yocto/meta-fsl-ppc \ + /path/to/yocto/meta-freescale \ /path/to/yocto/meta-enea-networking \ " 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 \ BBFILE_COLLECTIONS += "enea-networking" BBFILE_PATTERN_enea-networking = "^${LAYERDIR}/" BBFILE_PRIORITY_enea-networking = "7" -LAYERDEPENDS_enea-networking = "el-common fsl-ppc" +LAYERDEPENDS_enea-networking = "el-common freescale-layer" -- cgit v1.2.3-54-g00ecf