summaryrefslogtreecommitdiff
path: root/meta-openbmc-bsp/meta-ibm/meta-fsp2/conf/layer.conf
diff options
context:
space:
mode:
authorIvan Mikhaylov <ivan@de.ibm.com>2017-10-24 21:17:24 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-02-21 05:44:07 +0300
commit4b2430e4e04bf9e8ec55baffaf0bcdedd2e9b4e0 (patch)
tree88390acfe110f774de373ce60ba0f3c82da13530 /meta-openbmc-bsp/meta-ibm/meta-fsp2/conf/layer.conf
parent7829e5f0640e09300a2e6723b64ed13e8687da00 (diff)
downloadopenbmc-4b2430e4e04bf9e8ec55baffaf0bcdedd2e9b4e0.tar.xz
add sunray2, fsp2 based soc
* add fsp2 meta * add sunray2 evaluation board * create zobmc ppc kernel for fsp2 based boards * remove phosphor gpio keys * only -k core-image-minimal working fine for now due to problems with workbook and ipmi dependencies Change-Id: Id84614a78bc875206ccc0450885261258e4adb26 Signed-off-by: Ivan Mikhaylov <ivan@de.ibm.com>
Diffstat (limited to 'meta-openbmc-bsp/meta-ibm/meta-fsp2/conf/layer.conf')
-rw-r--r--meta-openbmc-bsp/meta-ibm/meta-fsp2/conf/layer.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-openbmc-bsp/meta-ibm/meta-fsp2/conf/layer.conf b/meta-openbmc-bsp/meta-ibm/meta-fsp2/conf/layer.conf
new file mode 100644
index 0000000000..062415b369
--- /dev/null
+++ b/meta-openbmc-bsp/meta-ibm/meta-fsp2/conf/layer.conf
@@ -0,0 +1,9 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
+ ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_PATTERN_fsp2 = "^${LAYERDIR}"
+BBFILE_COLLECTIONS += "fsp2"
+LAYERVERSION_fsp2 = "1"