commit | 033b18e03fec76a026df1b71fbc2e00f2ee6fece | [log] [tgz] |
---|---|---|
author | Konstantin Aladyshev <aladyshev22@gmail.com> | Tue Apr 23 12:22:53 2024 +0300 |
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | Tue Apr 23 13:49:41 2024 +0300 |
tree | b44e413c28a59a3e18f70cf9ace56929c701a4a9 | |
parent | 63cef2a26af47b077abc7ccc0abf662ca52fe924 [diff] |
meson: Support local build Add necessary dependencies and subproject files to support local meson build. Tested: "meson setup build && cd build && meson compile" finishes successfully. Change-Id: I27a495811e9aa71db5292952ed5bc44a691ec1d6 Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
The obmc-ikvm application is a VNC server that provides access to the host graphics output. The application interfaces with the video device on the BMC that captures the host graphics, and then serves that video data on the RFB (remote framebuffer, also known as VNC) protocol. The application also interfaces with the BMC USB gadget device to pass HID events from the BMC to the host, allowing the user to interact with the host system.
Once the host is running and an appropriate HID gadget device is instantiated on the BMC, the application can be started with the following command: obmc-ikvm -v <video device path> -i <HID gadget device path>
For example:
obmc-ikvm -v /dev/video0 -i /dev/hidg0