1SUMMARY = "OpenBMC Platform init" 2 3LICENSE = "Apache-2.0" 4LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" 5 6DEPENDS = " \ 7 cli11 \ 8 i2c-tools \ 9 libgpiod \ 10 sdbusplus \ 11 systemd \ 12" 13 14S = "${WORKDIR}/git" 15 16SRCREV = "70afaf6120da17019810bcd287f699c943e1575f" 17 18SRC_URI += "git://github.com/openbmc/platform-init.git;branch=master;protocol=https;branch=main" 19 20SYSTEMD_PACKAGES = "${PN}" 21SYSTEMD_SERVICE:${PN}:append = " platform_init.service " 22 23inherit pkgconfig meson systemd 24 25