[poky] [PATCH 0/1] Fix for BUG782: vnc server issue in mips

Yu Ke ke.yu at intel.com
Thu Mar 3 19:50:45 PST 2011


Bug 782 is that x86 vnc client does not work with vnc server in qemumips.

the root cause is that x11vnc server's word endian is wrong in qemumips.

mips linux is bigendian, while x86 linux is little endian, so there should be
endian convention between the vnc client/server. the code does have the endian
convertion logic and the logic works well in most case. the only issue is that
in vncserver mips compiling, there is missing flag "-DLIBVNCSERVER_WORDS_BIGENDIAN",
thus the vncserver in mips has wrong endian.

Adding the flag can fix this issue.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: kyu3/bug782-vnc
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/bug782-vnc

Thanks,
    Yu Ke <ke.yu at intel.com>
---


Yu Ke (1):
  x11vnc: add big endian CFLAG for mips, to fix bug 782

 meta/recipes-graphics/x11vnc/x11vnc_0.9.12.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)




More information about the poky mailing list