summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-egs/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openbmc-mods/meta-egs/conf/layer.conf')
-rw-r--r--meta-openbmc-mods/meta-egs/conf/layer.conf14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-openbmc-mods/meta-egs/conf/layer.conf b/meta-openbmc-mods/meta-egs/conf/layer.conf
deleted file mode 100644
index e139b7249..000000000
--- a/meta-openbmc-mods/meta-egs/conf/layer.conf
+++ /dev/null
@@ -1,14 +0,0 @@
-LOCALCONF_VERSION = "4"
-# 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 += "egs"
-BBFILE_PATTERN_egs = ""
-BBFILE_PRIORITY_egs = "7"
-LAYERSERIES_COMPAT_egs = "warrior zeus"
-
-PRODUCT_GENERATION = "egs"