From 4afd6215b2c12e8402a86ba490a663a90d737764 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Tue, 20 Jun 2017 14:08:00 +0200 Subject: Remove dependency on meta-enea-bsp-common This layer is currently empty hence not needed anymore. Signed-off-by: Adrian Dudau Signed-off-by: Martin Borg --- README | 5 ----- conf/layer.conf | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/README b/README index 482e153..02345b2 100644 --- a/README +++ b/README @@ -8,10 +8,6 @@ Dependencies This layer depends on: - URI: git://git.enea.com/linux/meta-enea-bsp-common - branch: master - revision: HEAD - URI: git://git.yoctoproject.org/meta-intel branch: master revision: HEAD @@ -55,7 +51,6 @@ other layers needed. e.g.: BBLAYERS ?= " \ /path/to/yocto/meta \ /path/to/yocto/meta-poky \ - /path/to/yocto/meta-enea-bsp-common \ /path/to/yocto/meta-intel \ " diff --git a/conf/layer.conf b/conf/layer.conf index 4df802a..3da3779 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -9,4 +9,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "enea-bsp-x86" BBFILE_PATTERN_enea-bsp-x86 = "^${LAYERDIR}/" BBFILE_PRIORITY_enea-bsp-x86 = "6" -LAYERDEPENDS_enea-bsp-x86 = "enea-bsp-common intel" +LAYERDEPENDS_enea-bsp-x86 = "intel" -- cgit v1.2.3-54-g00ecf