mirror of
https://github.com/Freescale/meta-freescale-distro.git
synced 2025-10-22 15:03:56 +02:00
![]() When building against X11 backend, xrandr is required. The dependency was not explicit so it was causing following failure: Log data follows: | DEBUG: Executing shell function do_compile | make: Nothing to be done for 'all'. | make: Nothing to be done for 'all'. | make: Nothing to be done for 'all'. | arm-oel-linux-gnueabi-g++ ... -c source/FslGraphicsEGL/Window/X11/EGLNativeWindowX11.cpp | source/FslGraphicsEGL/Window/X11/EGLNativeWindowX11.cpp:39:35: fatal error: X11/extensions/Xrandr.h: No such file or directory | #include <X11/extensions/Xrandr.h> | ^ | compilation terminated. | GNUmakefile_Yocto:139: recipe for target 'obj/Yocto_X11/Release/source/FslGraphicsEGL/Window/X11/EGLNativeWindowX11.o' failed | make: *** [obj/Yocto_X11/Release/source/FslGraphicsEGL/Window/X11/EGLNativeWindowX11.o] Error 1 | WARNING: exit code 2 from a shell command. | ERROR: Function failed: do_compile (log file is located at .../tmp/work/cortexa9hf-vfp-neon-mx6sx-oel-linux-gnueabi/fsl-gpu-sdk/2.0-r0/temp/log.do_compile.14664) Change-Id: I07ec9e025762d544c37ced914a28da209a9ab6b7 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> |
||
---|---|---|
conf | ||
recipes-fsl | ||
recipes-graphics | ||
recipes-multimedia | ||
recipes-qt | ||
.gitignore | ||
README |
OpenEmbedded/Yocto layer for Freescale's Demonstration images
This layer provides support for Freescale's Demonstration images for use with OpenEmbedded and/or Yocto Freescale's BSP layer.
This layer depends on:
URI: git://git.openembedded.org/openembedded-core branch: master revision: HEAD
URI: git://git.openembedded.org/meta-openembedded branch: master revision: HEAD
URI: git://git.yoctoproject.org/meta-fsl-arm branch: master revision: HEAD
Contributing
To contribute to this layer you should send the patches for review to the mailing list.
Mailing list:
https://lists.yoctoproject.org/listinfo/meta-freescale
Source code:
https://github.com/Freescale/meta-fsl-demos
When creating a patch of the last commit, use
git format-patch -s --subject-prefix='meta-fsl-demos][PATCH' -1
To send it to the community, use
git send-email --to meta-freescale@yoctoproject.org <generated patch>