diff options
Diffstat (limited to 'meta-egvirt/conf/layer.conf')
-rw-r--r-- | meta-egvirt/conf/layer.conf | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-egvirt/conf/layer.conf b/meta-egvirt/conf/layer.conf deleted file mode 100644 index 88c8a3bd..00000000 --- a/meta-egvirt/conf/layer.conf +++ /dev/null @@ -1,17 +0,0 @@ -# We have a conf and classes directory, add to BBPATH -BBPATH .= ":${LAYERDIR}" - -# We have recipes-* directories, add to BBFILES -BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" - -BBFILE_COLLECTIONS += "egvirt" -BBFILE_PATTERN_egvirt = "^${LAYERDIR}/" -BBFILE_PRIORITY_egvirt = "6" - -# This should only be incremented on significant changes that will -# cause compatibility issues with other layers -LAYERVERSION_egvirt = "1" -LAYERSERIES_COMPAT_egvirt = "thud" - -LAYERDEPENDS_egvirt = "core" - |