SRC_URI = "git://github.com/openbmc/bmcweb.git" SRCREV = "363c23022eb3fb0cde577405e8a084a2e819b642" FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" # add a user called bmcweb for the server to assume # bmcweb is part of group shadow for non-root pam authentication USERADD_PARAM_${PN} = "-r -s /usr/sbin/nologin -d /home/bmcweb -m -G shadow bmcweb" GROUPADD_PARAM_${PN} = "web; redfish " SRC_URI += "file://0001-Firmware-update-support-for-StandBySpare.patch" # Enable PFR support EXTRA_OECMAKE += "${@bb.utils.contains('IMAGE_FSTYPES', 'intel-pfr', '-DBMCWEB_ENABLE_REDFISH_PROVISIONING_FEATURE=ON', '', d)}"