blob: aa62b34e42ab3634efd3c098aae0c89aa4af84fd [file] [log] [blame]
Joel Stanley347ca072018-08-13 12:29:45 +09301SUMMARY = "ASPEED LPC Host Interface Control tool"
2DESCRIPTION = "Configures the BMC to expose memory regions to the host"
3PR = "r1"
4
5inherit obmc-phosphor-license
6inherit obmc-phosphor-systemd
7
8inherit autotools
9
10S = "${WORKDIR}/git"
11
12SYSTEMD_SERVICE_${PN} += "pnorboot.service"
13
14SRC_URI += "git://github.com/shenki/aspeed-lpc-control"
Joel Stanleyc0e46c82018-09-07 16:29:25 +100015SRCREV = "af42b7ff01e71c0dd4c60214dd46ed487611f36d"