diff options
Diffstat (limited to 'meta-fri2/conf/layer.conf')
-rw-r--r-- | meta-fri2/conf/layer.conf | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-fri2/conf/layer.conf b/meta-fri2/conf/layer.conf deleted file mode 100644 index 0bb29a13..00000000 --- a/meta-fri2/conf/layer.conf +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | # We have a conf and classes directory, add to BBPATH | ||
2 | BBPATH .= ":${LAYERDIR}" | ||
3 | |||
4 | # We have a recipes directory, add to BBFILES | ||
5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | ||
6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | ||
7 | |||
8 | BBFILE_COLLECTIONS += "fri2" | ||
9 | BBFILE_PATTERN_fri2 := "^${LAYERDIR}/" | ||
10 | BBFILE_PRIORITY_fri2 = "6" | ||
11 | |||
12 | LAYERDEPENDS_fri2 = "intel" | ||