diff options
Diffstat (limited to 'meta-unit-kas/conf')
| -rw-r--r-- | meta-unit-kas/conf/layer.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-unit-kas/conf/layer.conf b/meta-unit-kas/conf/layer.conf new file mode 100644 index 0000000..8ac275f --- /dev/null +++ b/meta-unit-kas/conf/layer.conf @@ -0,0 +1,11 @@ +BBPATH .= ":${LAYERDIR}" + +BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" + +BBFILE_COLLECTIONS += "meta-unit-kas" +BBFILE_PATTERN_meta-unit-kas := "^${LAYERDIR}/" +BBFILE_PRIORITY_meta-unit-kas = "15" + +LAYERDEPENDS_meta-unit-kas = "core" + +LAYERSERIES_COMPAT_meta-unit-kas = "whinlatter" |
