xref: /openbmc/openbmc/meta-phosphor/recipes-phosphor/platform/platform-init_git.bb (revision 16d27d021bdc097db019fd92363fc1da1e481ded)
154f1d3a6SEd TanousSUMMARY = "OpenBMC Platform init"
254f1d3a6SEd Tanous
354f1d3a6SEd TanousLICENSE = "Apache-2.0"
454f1d3a6SEd TanousLIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
554f1d3a6SEd Tanous
654f1d3a6SEd TanousDEPENDS = " \
754f1d3a6SEd Tanous    cli11 \
8ebe000fdSMarc Olberding    i2c-tools \
954f1d3a6SEd Tanous    libgpiod \
102a3c664dSMarc Olberding    sdbusplus \
1154f1d3a6SEd Tanous    systemd \
1254f1d3a6SEd Tanous"
1354f1d3a6SEd Tanous
1454f1d3a6SEd TanousS = "${WORKDIR}/git"
1554f1d3a6SEd Tanous
16*16d27d02SAndrew GeisslerSRCREV = "70afaf6120da17019810bcd287f699c943e1575f"
1754f1d3a6SEd Tanous
1854f1d3a6SEd TanousSRC_URI += "git://github.com/openbmc/platform-init.git;branch=master;protocol=https;branch=main"
1954f1d3a6SEd Tanous
2054f1d3a6SEd TanousSYSTEMD_PACKAGES = "${PN}"
2154f1d3a6SEd TanousSYSTEMD_SERVICE:${PN}:append = " platform_init.service "
2254f1d3a6SEd Tanous
2354f1d3a6SEd Tanousinherit pkgconfig meson systemd
2454f1d3a6SEd Tanous
25