blob: 57256d8af19c31adf646a457f31b87f22e325240 [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
Adriana Kobylak8c6707f2021-08-06 17:35:36 +000014SYSTEMD_SERVICE:${PN} += "pnorboot.service"
Joel Stanley347ca072018-08-13 12:29:45 +093015
Patrick Williamsbb99d222022-01-24 15:55:09 -060016SRC_URI += "git://github.com/shenki/aspeed-lpc-control;branch=master;protocol=https"
Joel Stanleyc0e46c82018-09-07 16:29:25 +100017SRCREV = "af42b7ff01e71c0dd4c60214dd46ed487611f36d"