diff options
Diffstat (limited to 'meta-nuc/conf/layer.conf')
-rw-r--r-- | meta-nuc/conf/layer.conf | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-nuc/conf/layer.conf b/meta-nuc/conf/layer.conf deleted file mode 100644 index 174411ff..00000000 --- a/meta-nuc/conf/layer.conf +++ /dev/null | |||
@@ -1,10 +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 += "nuc" | ||
9 | BBFILE_PATTERN_nuc := "^${LAYERDIR}/" | ||
10 | BBFILE_PRIORITY_nuc = "6" | ||