3 Commits

Author SHA1 Message Date
Nicolas Dechesne
97bcc252fc README: add symlink
The YP compliance requires the file README in the layer root dir. So far we are
using README.md for convenience, since the project is hosted on github and we
use markdown language.

Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-04-11 14:26:32 +02:00
Nicolas Dechesne
b5de62ac58 README: move to markdown, and improve README
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-07-31 10:39:56 +01:00
Nicolas Dechesne
afd2f1148b 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>
2014-07-23 00:48:29 +02:00