blob: 65bfc12c5c8382977bc1c4f6a3cd85bcfb51f071 [file] [log] [blame]
Eddie James1205c5b2019-03-21 15:14:17 -05001SUMMARY = "OpenBMC VNC server and ipKVM daemon"
2DESCRIPTION = "obmc-ikvm is a vncserver for JPEG-serving V4L2 devices to allow ipKVM"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=75859989545e37968a99b631ef42722e"
5
6DEPENDS = " libvncserver systemd sdbusplus phosphor-logging phosphor-dbus-interfaces"
7
8SRC_URI = "git://github.com/openbmc/obmc-ikvm"
Andrew Geissler3a14f052019-04-17 15:01:34 +00009SRCREV = "63c3ea18c3ad560fb30d952e37a084c9d730b78a"
Eddie James1205c5b2019-03-21 15:14:17 -050010
11PV = "1.0+git${SRCPV}"
12
13SYSTEMD_SERVICE_${PN} += "start-ipkvm.service"
14
15S = "${WORKDIR}/git"
16
17inherit meson systemd