From 951fe704aa74b84b2914c3132a5c74617bfe9b83 Mon Sep 17 00:00:00 2001 From: Alexander Hedges Date: Thu, 27 Sep 2018 13:34:03 +0200 Subject: Add support for Enclustra Mars ZX3 board as a BMC This adds preliminary support for the Enclustra Mars ZX3 using the upstream meta-xilinx layer. In order to get it to compile this removes the phosphor-gpio-keys feature even though it could theoretically be supported. (From meta-evb rev: 07837e0d7d62497302c114008d27e0a808106ca2) Change-Id: Ie02c329864d2c981dbe245a16e0e9858b37d6aee Signed-off-by: Alexander Hedges Signed-off-by: Brad Bishop --- meta-evb/meta-evb-enclustra/conf/layer.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 meta-evb/meta-evb-enclustra/conf/layer.conf (limited to 'meta-evb/meta-evb-enclustra/conf') diff --git a/meta-evb/meta-evb-enclustra/conf/layer.conf b/meta-evb/meta-evb-enclustra/conf/layer.conf new file mode 100644 index 000000000..ce416b099 --- /dev/null +++ b/meta-evb/meta-evb-enclustra/conf/layer.conf @@ -0,0 +1,6 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH .= ":${LAYERDIR}" + +BBFILE_COLLECTIONS += "evb-enclustra" +BBFILE_PATTERN_evb-enclustra = "" +LAYERSERIES_COMPAT_evb-enclustra = "sumo" -- cgit v1.2.3