Joel Stanley | 347ca07 | 2018-08-13 12:29:45 +0930 | [diff] [blame] | 1 | SUMMARY = "ASPEED LPC Host Interface Control tool" |
2 | DESCRIPTION = "Configures the BMC to expose memory regions to the host" | ||||
3 | PR = "r1" | ||||
4 | |||||
5 | inherit obmc-phosphor-license | ||||
6 | inherit obmc-phosphor-systemd | ||||
7 | |||||
8 | inherit autotools | ||||
9 | |||||
10 | S = "${WORKDIR}/git" | ||||
11 | |||||
12 | SYSTEMD_SERVICE_${PN} += "pnorboot.service" | ||||
13 | |||||
14 | SRC_URI += "git://github.com/shenki/aspeed-lpc-control" | ||||
15 | SRCREV = "ab2012e749daf567049bf157c3bf037adc62c0e8" |