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" |
Joel Stanley | c0e46c8 | 2018-09-07 16:29:25 +1000 | [diff] [blame] | 15 | SRCREV = "af42b7ff01e71c0dd4c60214dd46ed487611f36d" |