summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"