summaryrefslogtreecommitdiffstats
path: root/meta-intel/meta-common/recipes-phosphor/webui/phosphor-webui_%.bbappend
diff options
context:
space:
mode:
authorCheng C Yang <cheng.c.yang@linux.intel.com>2019-02-25 09:28:49 +0800
committerAndrew Geissler <geissonator@yahoo.com>2019-03-08 08:41:21 -0600
commitbafd0d0960ad8f190d1c41c539ac65d0d6bbe025 (patch)
treed181edf20fae5b49dc68f970de0a37b864565a47 /meta-intel/meta-common/recipes-phosphor/webui/phosphor-webui_%.bbappend
parent6dbd158e122c62b12b645f78333ee70f63a83714 (diff)
downloadtalos-openbmc-bafd0d0960ad8f190d1c41c539ac65d0d6bbe025.tar.gz
talos-openbmc-bafd0d0960ad8f190d1c41c539ac65d0d6bbe025.zip
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>
Diffstat (limited to 'meta-intel/meta-common/recipes-phosphor/webui/phosphor-webui_%.bbappend')
-rw-r--r--meta-intel/meta-common/recipes-phosphor/webui/phosphor-webui_%.bbappend8
1 files changed, 8 insertions, 0 deletions
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 000000000..ff1bfdb09
--- /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}/
+}
+
OpenPOWER on IntegriCloud