1FILESEXTRAPATHS: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 ${UNPACKDIR}/config.json ${S}/ 10} 11