diff options
Diffstat (limited to 'meta-trygvis/conf')
-rw-r--r-- | meta-trygvis/conf/layer.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-trygvis/conf/layer.conf b/meta-trygvis/conf/layer.conf new file mode 100644 index 0000000..1d163e5 --- /dev/null +++ b/meta-trygvis/conf/layer.conf @@ -0,0 +1,10 @@ +# 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 \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "trygvis" +BBFILE_PATTERN_trygvis := "^${LAYERDIR}/" +BBFILE_PRIORITY_trygvis = "6" |