Created
February 5, 2016 13:06
-
-
Save dhilst/9ed87cad62d72c599761 to your computer and use it in GitHub Desktop.
Yocto's framebuffer-vncserver & libvncserver recipes tested with Daisy (1.6)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
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
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?