Adriana Kobylak | 8c6707f | 2021-08-06 17:35:36 +0000 | [diff] [blame] | 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" |
Gunnar Mills | 1caf6e3 | 2019-06-20 15:54:53 -0500 | [diff] [blame] | 2 | |
Adriana Kobylak | 8c6707f | 2021-08-06 17:35:36 +0000 | [diff] [blame] | 3 | SRC_URI:append:df-openpower = " file://config.json" |
Gunnar Mills | 1caf6e3 | 2019-06-20 15:54:53 -0500 | [diff] [blame] | 4 | |
Adriana Kobylak | 8c6707f | 2021-08-06 17:35:36 +0000 | [diff] [blame] | 5 | do_configure:append:df-openpower() { |
Gunnar Mills | 1caf6e3 | 2019-06-20 15:54:53 -0500 | [diff] [blame] | 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 | } |