diff options
Diffstat (limited to 'meta-hob/conf')
-rw-r--r-- | meta-hob/conf/layer.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-hob/conf/layer.conf b/meta-hob/conf/layer.conf new file mode 100644 index 000000000..5f5eb8218 --- /dev/null +++ b/meta-hob/conf/layer.conf @@ -0,0 +1,9 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH := "${BBPATH}:${LAYERDIR}" + +# We have a packages directory, add to BBFILES +BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb" + +BBFILE_COLLECTIONS += "hob" +BBFILE_PATTERN_hob := "^${LAYERDIR}/" +BBFILE_PRIORITY_hob = "1" |