diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/layer.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 0000000000..c95f9c09dd --- /dev/null +++ b/conf/layer.conf @@ -0,0 +1,5 @@ +BBFILES += "${LAYERDIR}/recipes/*/*.bb" +BBPATH .= ":${LAYERDIR}" +BBFILE_COLLECTIONS += "oe" +BBFILE_PRIORITY_oe = "0" +BBFILE_PATTERN_oe = "^${LAYERDIR}/" |