Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

X11/Xlib.h: No such file or directory #364

Open
we4sz opened this issue Nov 17, 2019 · 0 comments
Open

X11/Xlib.h: No such file or directory #364

we4sz opened this issue Nov 17, 2019 · 0 comments

Comments

@we4sz
Copy link

we4sz commented Nov 17, 2019

All repos using the branch thud, since the BSP for the board support that.

Disclaimer

  • This is my first try to ever build and linux image. So have really no idea what I'm doing or if this is working at all.
  • I created my own Dockerfile to ensure X11 and gcc8 (which it complained about in another build step, but got solved that way)

Trying to achieve

  • Want to be a really lightway image for apalis-imx6
  • Having a webpage that supports webgl
  • Only a webpage, that autostarts when the computer starts
  • Be able to trigger javascript functions from example a python runtime (Is this possible with WPE?)
  • In the long run, get down the boot time to less than 5 sec

Dockerfile

FROM yoedistro/yoe-build:buster

USER root

RUN apt update -y

RUN apt-get install -y intltool libtool-bin autoconf automake autopoint cmake gcc g++ bison flex gawk gperf ruby git libversion-perl  libexpat-dev libxml2-dev libxslt-dev libsqlite3-dev  libfreetype6-dev libharfbuzz-dev libxcb-xkb-dev libwayland-dev libgbm-dev libgles2-mesa-dev libgstreamer1.0-dev libwebp-dev yasm ninja-build luajit libluajit-5.1-dev weston

RUN apt install -y libx11-dev
RUN apt install -y build-essential
RUN apt-get install manpages-dev

USER build

Error

FAILED: Source/WebCore/CMakeFiles/WebCorePlatformWPE.dir/platform/graphics/egl/GLContextEGLWPE.cpp.o
| ccache /home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/recipe-sysroot-native/usr/bin/arm-yoe-linux-gnueabi/arm-yoe-linux-gnueabi-g++  -DBUILDING_WITH_CMAKE=1 -DBUILDING_WPE__=1 -DDATA_DIR=\"share\" -DGETTEXT_PACKAGE=\"WPE\" -DHAVE_CONFIG_H=1 -DMETROLOGICAL=1 -DSTATICALLY_LINKED_WITH_PAL=1 -DUSER_AGENT_MAJOR_VERSION=\"601\" -DUSER_AGENT_MINOR_VERSION=\"1\" -I. -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/Modules/airplay -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/Modules/beacon -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/Modules/applepay -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/Modules/cache -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/Modules/credentials -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/Modules/encryptedmedia -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/Modules/encryptedmedia/legacy -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/Modules/entriesapi -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/Modules/fetch -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/Modules/geolocation -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/Modules/indexeddb -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/Modules/indexeddb/client -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/Modules/indexeddb/server -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/Modules/indexeddb/shared -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/Modules/mediacontrols -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/Modules/mediasession -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/Modules/mediasource -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/Modules/mediastream -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/Modules/navigatorcontentutils -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/Modules/notifications -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/Modules/paymentrequest -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/Modules/plugins -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/Modules/quota -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/Modules/speech -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/Modules/streams -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/Modules/webaudio -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/Modules/webdatabase -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/Modules/webdriver -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/Modules/websockets -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/Modules/webvr -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/accessibility -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/animation -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/bindings -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/bindings/js -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/bridge -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/bridge/c -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/bridge/jsc -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/contentextensions -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/crypto -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/crypto/algorithms -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/crypto/keys -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/crypto/parameters -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/css -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/css/parser -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/cssjit -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/dom -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/dom/default -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/domjit -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/editing -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/fileapi -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/history -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/html -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/html/canvas -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/html/forms -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/html/parser -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/html/shadow -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/html/track -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/inspector -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/loader -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/loader/appcache -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/loader/archive -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/loader/archive/mhtml -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/loader/cache -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/loader/icon -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/mathml -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/page -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/page/animation -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/page/csp -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/page/scrolling -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/animation -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/audio -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/crypto -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/encryptedmedia -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/gamepad -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/graphics -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/graphics/cpu/arm -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/graphics/cpu/arm/filters -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/graphics/displaylists -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/graphics/filters -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/graphics/harfbuzz -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/graphics/harfbuzz/ng -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/graphics/opentype -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/graphics/transforms -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/mediastream -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/mediastream/libwebrtc -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/mock -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/mock/mediasource -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/network -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/sql -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/text -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/text/icu -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/plugins -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/rendering -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/rendering/line -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/rendering/mathml -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/rendering/shapes -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/rendering/style -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/rendering/svg -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/replay -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/storage -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/style -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/svg -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/svg/animation -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/svg/graphics -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/svg/graphics/filters -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/svg/properties -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/websockets -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/workers -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/workers/service -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/workers/service/server -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/xml -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/xml/parser -IDerivedSources/WebCore -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/PAL -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/Modules/gamepad -IDerivedSources/ForwardingHeaders/ANGLE -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/graphics/gpu -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/ThirdParty/xdgmime/src -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/recipe-sysroot/usr/include/cairo -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/graphics/cairo -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/recipe-sysroot/usr/include/freetype2/freetype -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/recipe-sysroot/usr/include/freetype2 -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/recipe-sysroot/usr/include/harfbuzz -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/graphics/freetype -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/mediastream/openwebrtc -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/graphics/gstreamer -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/graphics/gstreamer/mse -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/graphics/gstreamer/eme -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/audio/gstreamer -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/encryptedmedia/clearkey -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/image-decoders -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/image-decoders/bmp -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/image-decoders/gif -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/image-decoders/ico -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/image-decoders/jpeg -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/image-decoders/png -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/image-decoders/webp -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/graphics/texmap -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/page/scrolling/coordinatedgraphics -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/graphics/texmap/coordinated -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/graphics/nicosia -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/graphics/nicosia/cairo -IDerivedSources/JavaScriptCore -IDerivedSources/JavaScriptCore/inspector -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/JavaScriptCore -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/JavaScriptCore/ForwardingHeaders -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/JavaScriptCore/API -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/JavaScriptCore/assembler -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/JavaScriptCore/bytecode -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/JavaScriptCore/bytecompiler -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/JavaScriptCore/dfg -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/JavaScriptCore/disassembler -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/JavaScriptCore/domjit -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/JavaScriptCore/heap -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/JavaScriptCore/debugger -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/JavaScriptCore/interpreter -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/JavaScriptCore/jit -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/JavaScriptCore/llint -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/JavaScriptCore/parser -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/JavaScriptCore/profiler -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/JavaScriptCore/runtime -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/JavaScriptCore/yarr -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/ThirdParty/ANGLE -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/ThirdParty/ANGLE/include/KHR -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/graphics/egl -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/graphics/epoxy -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/graphics/glx -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/graphics/opengl -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/graphics/wpe -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/graphics/wayland -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/network/soup -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WTF -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/recipe-sysroot/usr/include/gio-unix-2.0 -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/recipe-sysroot/usr/include/libsoup-2.4 -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/recipe-sysroot/usr/include/wpe-0.2 -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/JavaScriptCore/.. -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/JavaScriptCore/b3 -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/JavaScriptCore/b3/air -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/JavaScriptCore/bindings -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/JavaScriptCore/builtins -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/JavaScriptCore/disassembler/udis86 -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/JavaScriptCore/disassembler/ARM64 -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/JavaScriptCore/ftl -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/JavaScriptCore/inspector -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/JavaScriptCore/inspector/agents -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/JavaScriptCore/inspector/augmentable -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/JavaScriptCore/inspector/remote -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/JavaScriptCore/tools -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/JavaScriptCore/wasm -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/JavaScriptCore/wasm/js -IDerivedSources/ForwardingHeaders -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/bmalloc -IDerivedSources -I/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/ThirdParty -isystem /home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/recipe-sysroot/usr/include/glib-2.0 -isystem /home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/recipe-sysroot/usr/lib/glib-2.0/include -isystem /home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/recipe-sysroot/usr/include/libxml2 -isystem /home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/recipe-sysroot/usr/include/gstreamer-1.0 -isystem /home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/recipe-sysroot/usr/include/orc-0.4 -isystem /home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/recipe-sysroot/usr/lib/gstreamer-1.0/include -fdiagnostics-color=always -Wno-expansion-to-defined -Wno-noexcept-type -Wno-maybe-uninitialized -Wwrite-strings -Wundef -Wpointer-arith -Wmissing-format-attribute -Wformat-security -Wcast-align -Wextra -Wall  -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/recipe-sysroot  -O2 -pipe  -feliminate-unused-debug-types -fdebug-prefix-map=/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2=/usr/src/debug/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2 -fdebug-prefix-map=/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/recipe-sysroot= -fdebug-prefix-map=/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/recipe-sysroot-native=  -fvisibility-inlines-hidden  -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=/home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/recipe-sysroot -fno-strict-aliasing -fno-exceptions -std=c++14 -fno-rtti -DNDEBUG -fvisibility=hidden -fvisibility-inlines-hidden -finline-limit=90 -fsection-anchors -ffunction-sections -fdata-sections -fno-rtti -fPIC -MD -MT Source/WebCore/CMakeFiles/WebCorePlatformWPE.dir/platform/graphics/egl/GLContextEGLWPE.cpp.o -MF Source/WebCore/CMakeFiles/WebCorePlatformWPE.dir/platform/graphics/egl/GLContextEGLWPE.cpp.o.d -o Source/WebCore/CMakeFiles/WebCorePlatformWPE.dir/platform/graphics/egl/GLContextEGLWPE.cpp.o -c /home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/graphics/egl/GLContextEGLWPE.cpp
| In file included from /home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/recipe-sysroot/usr/include/epoxy/egl_generated.h:11,
|                  from /home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/recipe-sysroot/usr/include/epoxy/egl.h:46,
|                  from /home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/graphics/epoxy/EpoxyEGL.h:33,
|                  from /home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/git/Source/WebCore/platform/graphics/egl/GLContextEGLWPE.cpp:29:
| /home/devies/dev/yoe/yoe/build/tmp/work/cortexa9t2hf-neon-mx6qdl-yoe-linux-gnueabi/wpewebkit/20170728+gitAUTOINC+a4ff1dfca3-r2/recipe-sysroot/usr/include/EGL/eglplatform.h:144:10: fatal error: X11/Xlib.h: No such file or directory

Files

conf/bblayers.conf

# changes incompatibly
LCONF_VERSION = "7"
#TOPDIR := "${@os.path.dirname(os.path.dirname(d.getVar('FILE', True)))}"

BBPATH = "${TOPDIR}"

BBFILES ?= ""

# Add your overlay location to BBLAYERS
# Make sure to have a conf/layers.conf in there
DISTROLAYERS = "\
  ${TOPDIR}/sources/meta-yoe \
"
BSPLAYERS = "\
  ${TOPDIR}/sources/meta-qcom \
  ${TOPDIR}/sources/meta-freescale \
  ${TOPDIR}/sources/meta-freescale-3rdparty \
  ${TOPDIR}/sources/meta-riscv \
  ${TOPDIR}/sources/meta-ti \
"
EXTRALAYERS = "\
  ${TOPDIR}/sources/meta-rust \
"
BASELAYERS = "\
  ${TOPDIR}/sources/meta-openembedded/meta-filesystems \
  ${TOPDIR}/sources/meta-openembedded/meta-initramfs \
  ${TOPDIR}/sources/meta-openembedded/meta-multimedia \
  ${TOPDIR}/sources/meta-openembedded/meta-networking \
  ${TOPDIR}/sources/meta-openembedded/meta-oe \
  ${TOPDIR}/sources/meta-openembedded/meta-perl \
  ${TOPDIR}/sources/meta-openembedded/meta-python \
  ${TOPDIR}/sources/meta-openembedded/meta-webserver \
"
BBLAYERS = " \
  ${DISTROLAYERS} \
  ${BSPLAYERS} \
  ${EXTRALAYERS} \
  ${BASELAYERS} \
  ${TOPDIR}/sources/openembedded-core/meta \
  ${TOPDIR}/sources/meta-wpe \
  ${TOPDIR}/sources/meta-toradex-bsp-common.git \
  ${TOPDIR}/sources/meta-toradex-nxp.git \
  "

conf/local.conf

MACHINE="apalis-imx6"
ACCEPT_FSL_EULA = "1"
DISTRO_FEATURES_remove = " x11 wayland"

WPE_BACKEND = "rpi libinput"
WPE_PLATFORM = "egl"
NETFLIX_BACKEND = "rpi"
DISTRO_FEATURES_remove = "wayland"

DISTRO_FEATURES_remove_rpi = "x11" 
DISTRO_FEATURES_remove_rpi = "wayland" 
MACHINE_FEATURES_remove = "vc4graphics"


DISTRO_FEATURES_append = " opengl"

Other weird stuff, if people want to teach a noobie

  • Say if I want X11 and remove DISTRO_FEATURES_remove="x11", then I get ERROR: Nothing PROVIDES 'wpe-eglfs-image' wpe-eglfs-image was skipped: conflicting distro feature 'x11' (in DISTRO_FEATURES). Is that cause multiple layers uses different versions of X11, or what does it means?
  • The same with wayland
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant