Gunnar Mills | 1caf6e3 | 2019-06-20 15:54:53 -0500 | [diff] [blame] | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" |
2 | |||||
3 | SRC_URI_append_df-openpower = " file://config.json" | ||||
4 | |||||
5 | do_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 | } |