blob: 05e0926b0ca9bbc812d572b02c34b1388c3d9805 [file] [log] [blame]
Eddie James8e46cbc2019-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 Geisslereb116372021-07-20 13:00:37 +00009SRCREV = "2d2f3dab4253a3d6edf6bef98c5f880f51d2394b"
Eddie James8e46cbc2019-03-21 15:14:17 -050010
11PV = "1.0+git${SRCPV}"
12
Patrick Williams12fc9392021-08-06 09:16:53 -050013SYSTEMD_SERVICE:${PN} += "start-ipkvm.service"
Eddie James8e46cbc2019-03-21 15:14:17 -050014
15S = "${WORKDIR}/git"
16
17inherit meson systemd