blob: fc087d7eded2694fcd96a225396c95202102324e [file] [log] [blame]
Gunnar Mills1caf6e32019-06-20 15:54:53 -05001FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
2
3SRC_URI_append_df-openpower = " file://config.json"
4
5do_configure_append_df-openpower() {
6 # Overwrite the config.json to turn off/on Web UI panels
7 # E.g. Turn off the Redfish Event Log Panel since openpower systems use
8 # the D-Bus Event Log Panel
9 cp ${WORKDIR}/config.json ${S}/
10}