Skip to content

Instantly share code, notes, and snippets.

@dhilst
Created February 5, 2016 13:06
Show Gist options
  • Save dhilst/9ed87cad62d72c599761 to your computer and use it in GitHub Desktop.
Save dhilst/9ed87cad62d72c599761 to your computer and use it in GitHub Desktop.
Yocto's framebuffer-vncserver & libvncserver recipes tested with Daisy (1.6)
DESCRIPTION = "VNC server running on top of framebuffer"
HOMEPAGE = "https://github.com/ponty/framebuffer-vncserver"
LICENSE = "GPLv2"
DEPENDS = "libvncserver"
RDEPENDS_${PN} = "libvncserver"
SRC_URI = "git://github.com/ponty/framebuffer-vncserver.git"
LIC_FILES_CHKSUM = "file://LICENSE;md5=8264535c0c4e9c6c335635c4026a8022"
PR = "r1"
PR_append = "+gitr${SRCPV}"
SRCREV = "83586bf6bbb1cbc8ccd72db602d4d4b75d2c2b04"
S = "${WORKDIR}/git"
inherit cmake
DESCRIPTION = "libvncserver - A library implementing the VCN protocol"
HOMEPAGE = "https://github.com/LibVNC/libvncserver"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=361b6b837cad26c6900a926b62aada5f"
PR = "r1"
PR_append = "+gitr${SRCPV}"
SRC_URI = "git://github.com/LibVNC/libvncserver.git"
SRCREV = "5b322f523faa437d8e7d03736bdb1714e8f84ce5"
S = "${WORKDIR}/git"
inherit autotools
@AdityaNatekar
Copy link

I am unable to input keystrokes/mouse from remote client to framebuffer-vnc server on imx solo board fb backend eglfs platform.
how could it be enabled?

@dhilst
Copy link
Author

dhilst commented Mar 4, 2021

Hi, this was a long time ago, if I remember right I had problems with input too which make me give up on VNC and look for another solution. But this was long time ago, Yocto may have a proper recipe for this now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment