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>
5 files changed
tree: b44e413c28a59a3e18f70cf9ace56929c701a4a9
  1. subprojects/
  2. .clang-format
  3. .gitignore
  4. create_usbhid.sh
  5. ikvm_args.cpp
  6. ikvm_args.hpp
  7. ikvm_input.cpp
  8. ikvm_input.hpp
  9. ikvm_manager.cpp
  10. ikvm_manager.hpp
  11. ikvm_server.cpp
  12. ikvm_server.hpp
  13. ikvm_video.cpp
  14. ikvm_video.hpp
  15. LICENSE
  16. meson.build
  17. obmc-ikvm.cpp
  18. OWNERS
  19. README.md
  20. scancodes.hpp
  21. start-ipkvm.service
README.md

OpenBMC IpKVM Server

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.

Usage

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