Set SOL client to 100*32 resolution
Change config.json to adjust SOL screen resolution to 100*32 for
Intel Platform.
(From meta-intel rev: fcd39a5b52f6afd6764f40d4b5b9c06da92e1e09)
Change-Id: I61d6abd7e54ce97792b7609bc7be323408ccc593
Signed-off-by: Cheng C Yang <cheng.c.yang@linux.intel.com>
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-intel/meta-common/recipes-phosphor/webui/phosphor-webui/config.json b/meta-intel/meta-common/recipes-phosphor/webui/phosphor-webui/config.json
new file mode 100644
index 0000000..628b4f8
--- /dev/null
+++ b/meta-intel/meta-common/recipes-phosphor/webui/phosphor-webui/config.json
@@ -0,0 +1,6 @@
+{
+ "customConsoleDisplaySize": {
+ "width": 100,
+ "height": 32
+ }
+}
diff --git a/meta-intel/meta-common/recipes-phosphor/webui/phosphor-webui_%.bbappend b/meta-intel/meta-common/recipes-phosphor/webui/phosphor-webui_%.bbappend
new file mode 100644
index 0000000..ff1bfdb
--- /dev/null
+++ b/meta-intel/meta-common/recipes-phosphor/webui/phosphor-webui_%.bbappend
@@ -0,0 +1,8 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+SRC_URI_append = " file://config.json"
+
+do_compile_prepend() {
+ cp -r ${WORKDIR}/config.json ${S}/
+}
+