SUMMARY = "BMCWEB init Certificate" DESCRIPTION = "At first BMC boot the BMCWEB service can create expired or invalid certificate. \ This script should be run once at first BMC boot to reinstall default PEM-keys \ and remove corresponded Logging/Entries." inherit allarch RDEPENDS:${PN} = "bash" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${IBSBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" SRC_URI += "file://bmcweb-init-certs" do_install:append(){ install -d ${D}${bindir} install -m 0755 ${WORKDIR}/bmcweb-init-certs ${D}${bindir} }