summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-06-20 14:08:00 +0200
committerMartin Borg <martin.borg@enea.com>2017-06-20 14:57:00 +0200
commit4afd6215b2c12e8402a86ba490a663a90d737764 (patch)
treea1b86a3dd6b2f96d32f93a009684d97f6ce27f23
parente48207d22d54ab29cbe11859454a2bd335382ce4 (diff)
downloadmeta-enea-bsp-x86-4afd6215b2c12e8402a86ba490a663a90d737764.tar.gz
Remove dependency on meta-enea-bsp-common
This layer is currently empty hence not needed anymore. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
-rw-r--r--README5
-rw-r--r--conf/layer.conf2
2 files changed, 1 insertions, 6 deletions
diff --git a/README b/README
index 482e153..02345b2 100644
--- a/README
+++ b/README
@@ -8,10 +8,6 @@ Dependencies
8 8
9This layer depends on: 9This layer depends on:
10 10
11 URI: git://git.enea.com/linux/meta-enea-bsp-common
12 branch: master
13 revision: HEAD
14
15 URI: git://git.yoctoproject.org/meta-intel 11 URI: git://git.yoctoproject.org/meta-intel
16 branch: master 12 branch: master
17 revision: HEAD 13 revision: HEAD
@@ -55,7 +51,6 @@ other layers needed. e.g.:
55 BBLAYERS ?= " \ 51 BBLAYERS ?= " \
56 /path/to/yocto/meta \ 52 /path/to/yocto/meta \
57 /path/to/yocto/meta-poky \ 53 /path/to/yocto/meta-poky \
58 /path/to/yocto/meta-enea-bsp-common \
59 /path/to/yocto/meta-intel \ 54 /path/to/yocto/meta-intel \
60 " 55 "
61 56
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 \
9BBFILE_COLLECTIONS += "enea-bsp-x86" 9BBFILE_COLLECTIONS += "enea-bsp-x86"
10BBFILE_PATTERN_enea-bsp-x86 = "^${LAYERDIR}/" 10BBFILE_PATTERN_enea-bsp-x86 = "^${LAYERDIR}/"
11BBFILE_PRIORITY_enea-bsp-x86 = "6" 11BBFILE_PRIORITY_enea-bsp-x86 = "6"
12LAYERDEPENDS_enea-bsp-x86 = "enea-bsp-common intel" 12LAYERDEPENDS_enea-bsp-x86 = "intel"