From 9de2779f0dc063b135ecff66d65f84b577786b49 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Wed, 10 Feb 2016 17:00:26 +0100 Subject: update layer dependencies The config fragments have been moved to meta-enea-base-ppc now, so this layer should depend on it now. Signed-off-by: Adrian Dudau Signed-off-by: Martin Borg --- README | 8 ++++---- conf/layer.conf | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README b/README index f5c7c79..5df7b89 100644 --- a/README +++ b/README @@ -8,12 +8,12 @@ Dependencies This layer depends on: - URI: git://git.enea.com/linux/meta-enea-base - branch: dizzy + URI: git://git.enea.com/linux/meta-enea-bsp-base + branch: master revision: HEAD URI: git://git.yoctoproject.org/meta-fsl-ppc - branch: dizzy + branch: master revision: HEAD @@ -54,7 +54,7 @@ other layers needed. e.g.: BBLAYERS ?= " \ /path/to/yocto/meta \ /path/to/yocto/meta-yocto \ - /path/to/yocto/meta-enea-base \ + /path/to/yocto/meta-enea-bsp-base \ /path/to/yocto/meta-fsl-ppc \ /path/to/yocto/meta-enea-bsp-ppc \ " diff --git a/conf/layer.conf b/conf/layer.conf index 961ca96..b435edd 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -10,3 +10,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "enea-bsp-ppc" BBFILE_PATTERN_enea-bsp-ppc = "^${LAYERDIR}/" BBFILE_PRIORITY_enea-bsp-ppc = "6" +LAYERDEPENDS_enea-bsp-ppc = "enea-bsp-base fsl-ppc" -- cgit v1.2.3-54-g00ecf