summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README4
-rw-r--r--conf/layer.conf1
2 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index 270828c..9a93c03 100644
--- a/README
+++ b/README
@@ -12,7 +12,7 @@ This layer depends on:
12 branch: master 12 branch: master
13 revision: HEAD 13 revision: HEAD
14 14
15 URI: https://github.com/Freescale/meta-fsl-arm 15 URI: https://github.com/Freescale/meta-freescale
16 branch: master 16 branch: master
17 revision: HEAD 17 revision: HEAD
18 18
@@ -56,7 +56,7 @@ other layers needed. e.g.:
56 /path/to/yocto/meta \ 56 /path/to/yocto/meta \
57 /path/to/yocto/meta-poky \ 57 /path/to/yocto/meta-poky \
58 /path/to/yocto/meta-enea-bsp-common \ 58 /path/to/yocto/meta-enea-bsp-common \
59 /path/to/yocto/meta-fsl-arm \ 59 /path/to/yocto/meta-freescale \
60 " 60 "
61 61
62II. Misc 62II. Misc
diff --git a/conf/layer.conf b/conf/layer.conf
index cc5b54f..4a40645 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,3 +9,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
9BBFILE_COLLECTIONS += "enea-bsp-arm" 9BBFILE_COLLECTIONS += "enea-bsp-arm"
10BBFILE_PATTERN_enea-bsp-arm = "^${LAYERDIR}/" 10BBFILE_PATTERN_enea-bsp-arm = "^${LAYERDIR}/"
11BBFILE_PRIORITY_enea-bsp-arm = "6" 11BBFILE_PRIORITY_enea-bsp-arm = "6"
12LAYERDEPENDS_enea-bsp-arm = "enea-bsp-common freescale-layer"