18c6707f0SAdriana KobylakFILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" 21caf6e3bSGunnar Mills 38c6707f0SAdriana KobylakSRC_URI:append:df-openpower = " file://config.json" 41caf6e3bSGunnar Mills 58c6707f0SAdriana Kobylakdo_configure:append:df-openpower() { 61caf6e3bSGunnar Mills # Overwrite the config.json to turn off/on Web UI panels 71caf6e3bSGunnar Mills # E.g. Turn off the Redfish Event Log Panel since openpower systems use 81caf6e3bSGunnar Mills # the D-Bus Event Log Panel 9*91a1cec2SAndrew Geissler cp ${UNPACKDIR}/config.json ${S}/ 101caf6e3bSGunnar Mills} 11