diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/layer.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 0000000..da41ab2 --- /dev/null +++ b/conf/layer.conf | |||
@@ -0,0 +1,12 @@ | |||
1 | # We have a conf and classes directory, add to BBPATH | ||
2 | BBPATH .= ":${LAYERDIR}" | ||
3 | |||
4 | # We have recipes-* directories, add to BBFILES | ||
5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | ||
6 | ${LAYERDIR}/packagegroups/* \ | ||
7 | ${LAYERDIR}/recipes-*/*/*.bbappend" | ||
8 | |||
9 | BBFILE_COLLECTIONS += "enea-bsp-x86" | ||
10 | BBFILE_PATTERN_enea-bsp-x86 = "^${LAYERDIR}/" | ||
11 | BBFILE_PRIORITY_enea-bsp-x86 = "6" | ||
12 | LAYERDEPENDS_enea-bsp-x86 = "enea-bsp-common" | ||