From f8c6c92f9ec778b0b235afcdf45e1de1ebcc215c Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Mon, 18 Apr 2016 17:33:59 +0200 Subject: Update layer dependency on meta-el-common 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 1ed1782..552f31f 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ Dependencies This layer depends on: - URI: git://git.enea.com/linux/meta-enea-base + URI: git://git.enea.com/linux/meta-el-common branch: master revision: HEAD @@ -53,7 +53,7 @@ other layers needed. e.g.: BBLAYERS ?= " \ /path/to/yocto/meta \ /path/to/yocto/meta-poky \ - /path/to/yocto/meta-enea-base \ + /path/to/yocto/meta-el-common \ /path/to/yocto/meta-fsl-ppc \ /path/to/yocto/meta-enea-networking \ " 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 \ BBFILE_COLLECTIONS += "enea-networking" BBFILE_PATTERN_enea-networking = "^${LAYERDIR}/" BBFILE_PRIORITY_enea-networking = "7" -LAYERDEPENDS_enea-networking = "enea-base fsl-ppc" +LAYERDEPENDS_enea-networking = "el-common fsl-ppc" -- cgit v1.2.3-54-g00ecf