From afd2f1148b019fd1119c46313af0de1ccb016d7a Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Wed, 23 Jul 2014 00:48:29 +0200 Subject: 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 --- conf/layer.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conf/layer.conf (limited to 'conf/layer.conf') diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 0000000..1475211 --- /dev/null +++ b/conf/layer.conf @@ -0,0 +1,11 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH .= ":${LAYERDIR}" + +# We have a packages directory, add to BBFILES +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "qualcomm" +BBFILE_PATTERN_qualcomm := "^${LAYERDIR}/" +BBFILE_PRIORITY_qualcomm = "5" + -- cgit