FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" SRC_URI:append = " \ file://power-config-host0.json \ file://0001-support-host-boot-progress.patch \ file://0002-x86-power-control-added-check-BMC-restart-cause.patch \ " RDEPENDS:${PN}:append = " bash" do_install:append() { install -d ${D}${datadir}/${PN} install -m 0644 ${WORKDIR}/power-config-host0.json ${D}${datadir}/${PN} }