blob: b73090eb76f3757e245347a20398fd6510bf990b [file] [log] [blame]
Adriana Kobylak8c6707f2021-08-06 17:35:36 +00001FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:"
Gunnar Mills1caf6e32019-06-20 15:54:53 -05002
Adriana Kobylak8c6707f2021-08-06 17:35:36 +00003SRC_URI:append:df-openpower = " file://config.json"
Gunnar Mills1caf6e32019-06-20 15:54:53 -05004
Adriana Kobylak8c6707f2021-08-06 17:35:36 +00005do_configure:append:df-openpower() {
Gunnar Mills1caf6e32019-06-20 15:54:53 -05006 # 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}