diff options
author | 2014-07-23 00:48:29 +0200 | |
---|---|---|
committer | 2014-07-23 00:48:29 +0200 | |
commit | afd2f1148b019fd1119c46313af0de1ccb016d7a (patch) | |
tree | 1f44574f2da84acd2284079d344eecc54752d0cc /recipes-graphics/mesa | |
download | meta-qcom-afd2f1148b019fd1119c46313af0de1ccb016d7a.tar.gz meta-qcom-afd2f1148b019fd1119c46313af0de1ccb016d7a.tar.bz2 meta-qcom-afd2f1148b019fd1119c46313af0de1ccb016d7a.zip |
Create initial BSP layer for IFC6410
- create meta-qualcomm OE layer
- add README and license file
- create machine configuration for ifc6410, using the 3.4+freedreno kernel
- configure freedreno in mesa, and create xf86-video-freedreno recipe
This has been tested with distro-less OE-core on IFC6410
meta = "master:6bc3696d8451a23d743daf03ee98c4ba54ce4551"
Using the following extra configuration in local.conf:
DISTRO_FEATURES_append = " opengl"
CORE_IMAGE_EXTRA_INSTALL += "mesa-demos"
VIRTUAL-RUNTIME_graphical_init_manager = ""
glxgears was tested using the GPU firmware from the Inforce BSP v1.5 release.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'recipes-graphics/mesa')
-rw-r--r-- | recipes-graphics/mesa/mesa_10.%.bbappend | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-graphics/mesa/mesa_10.%.bbappend b/recipes-graphics/mesa/mesa_10.%.bbappend new file mode 100644 index 0000000..e34b798 --- /dev/null +++ b/recipes-graphics/mesa/mesa_10.%.bbappend @@ -0,0 +1,4 @@ +# Enable freedreno driver +GALLIUMDRIVERS_append = ",freedreno" + +PACKAGECONFIG_append = " gallium gallium-egl" |