blob: 252773422f9fb47d19e502d7352002933d3e438f [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}"
Patrick Ventureb6056a22018-11-03 09:11:00 -07005LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
Joel Stanley347ca072018-08-13 12:29:45 +09307
Joel Stanley347ca072018-08-13 12:29:45 +09308inherit obmc-phosphor-systemd
9
10inherit autotools
11
12S = "${WORKDIR}/git"
13
14SYSTEMD_SERVICE_${PN} += "pnorboot.service"
15
16SRC_URI += "git://github.com/shenki/aspeed-lpc-control"
Joel Stanleyc0e46c82018-09-07 16:29:25 +100017SRCREV = "af42b7ff01e71c0dd4c60214dd46ed487611f36d"