blob: 53ffbaa36332617293187e398cedc2468acfa5a4 [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"
Patrick Venture85ebbbc2018-10-17 07:49:58 -07004PV = "1.0+git${SRCPV}"
Joel Stanley347ca072018-08-13 12:29:45 +09305
6inherit obmc-phosphor-license
7inherit obmc-phosphor-systemd
8
9inherit autotools
10
11S = "${WORKDIR}/git"
12
13SYSTEMD_SERVICE_${PN} += "pnorboot.service"
14
15SRC_URI += "git://github.com/shenki/aspeed-lpc-control"
Joel Stanleyc0e46c82018-09-07 16:29:25 +100016SRCREV = "af42b7ff01e71c0dd4c60214dd46ed487611f36d"