한걸음씩: http://onestep.tistory.com/78

설명이 잘되어 있음


'리눅스커널' 카테고리의 다른 글

부팅 상태에서 커널 업데이트 방법  (0) 2016.07.07
LCD (1)  (1) 2016.06.23
커널컴파일  (0) 2015.04.17
시스템콜  (0) 2015.04.16
systemcall  (0) 2015.04.15

Building Raspberry Pi Systems with Yocto: http://www.jumpnowtek.com/rpi/Raspberry-Pi-Systems-with-Yocto.html


다음사이트에서 참고함

git clone -b krogoth git://git.yoctoproject.org/poky.git poky-krogoth


meta-openembedded repository

git clone -b krogoth git://git.openembedded.org/meta-openembedded


qt5 저장소

git clone -b krogoth https://github.com/meta-qt5/meta-qt5.git


라즈베리파이

git clone -b master git://git.yoctoproject.org/meta-raspberrypi


https://github.com/jumpnow/meta-rpi  참고



This layer depends on:

URI: git://git.yoctoproject.org/poky.git
branch: jethro
revision: HEAD
commit: 6dba9ab

URI: git://git.openembedded.org/meta-openembedded
branch: jethro
revision: HEAD
commit: c305ac5

URI: https://github.com/meta-qt5/meta-qt5.git
branch: jethro
revision: HEAD
commit: ea37a0b

URI: git://git.yoctoproject.org/meta-raspberrypi 
branch: jethro
revision: HEAD
commit: f2cff83


원본 사이트




Why fork the X server?

-  컴포지터와 클라이언트 간의 프로토콜이다. 컴포지터가 클라이언트들에게 입력 이벤트를 보낸다. 


What is the license?

- Wayland : MIT 라이센스에 GPL


Why does Wayland use EGL?

EGL is the only GL binding API that lets us avoid dependencies on existing window systems, in particular X. GLX obviously pulls in X dependencies and only lets us set up GL on X drawables. The alternative is to write a Wayland specific GL binding API, say, WaylandGL.

A more subtle point is that libGL.so includes the GLX symbols, so linking to that library will pull in all the X dependencies. This means that we can't link to full GL without pulling in the client side of X, so Weston uses OpenGL ES to render. This also enables Weston to run on GPUs which don't support the full OpenGL API.

As detailed above, clients are however free to use whichever rendering API they like.

Weston uses OpenGL ES to render

'Linux > Wayland' 카테고리의 다른 글

[weston] Boot touch ISSUE  (0) 2018.02.12
[weston] Touch  (0) 2017.12.30
[Wayland] Install Ubuntu14.04  (0) 2017.07.09
wayland 관련 정보 참고 사이트  (0) 2016.06.20

+ Recent posts