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" |
Patrick Venture | 85ebbbc | 2018-10-17 07:49:58 -0700 | [diff] [blame] | 4 | PV = "1.0+git${SRCPV}" |
Patrick Venture | b6056a2 | 2018-11-03 09:11:00 -0700 | [diff] [blame] | 5 | LICENSE = "Apache-2.0" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc" |
Joel Stanley | 347ca07 | 2018-08-13 12:29:45 +0930 | [diff] [blame] | 7 | |
Joel Stanley | 347ca07 | 2018-08-13 12:29:45 +0930 | [diff] [blame] | 8 | inherit obmc-phosphor-systemd |
| 9 | |
| 10 | inherit autotools |
| 11 | |
| 12 | S = "${WORKDIR}/git" |
| 13 | |
| 14 | SYSTEMD_SERVICE_${PN} += "pnorboot.service" |
| 15 | |
| 16 | SRC_URI += "git://github.com/shenki/aspeed-lpc-control" |
Joel Stanley | c0e46c8 | 2018-09-07 16:29:25 +1000 | [diff] [blame] | 17 | SRCREV = "af42b7ff01e71c0dd4c60214dd46ed487611f36d" |