Commit Graph

62 Commits

Author SHA1 Message Date
Tom Hochstein
4ebe3d2746 glmark2: Don't include OpenGL ES 2.0 support for Wayland backend on i.MX 6SoloLite
The i.MX 6SoloLite has no 3D support, so don't build glmark2 with OpenGL
ES 2.0 support.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-08-05 14:51:53 -03:00
Zhenhua Luo
21b9f1e354 Move some recipes to dynamic-layers folder
The following packages depend on extend Yocto community layers, move related
recipes to dynamic-layers.
* ipsec-demo asf fmc usdpaa-apps web-sysmon

Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-06-23 10:49:15 -03:00
Otavio Salvador
d565d62b9e opencv: Remove bbappend to block 3.1 version use
We can now use the OpenCV 3.1. This removes the bbappend file which
where ensuring we never use it with an i.MX6-based SoC.

Change-Id: Icf6e3161c01155ee4bf20b3d7baca26eba52da62
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-05-16 17:07:15 -03:00
Andreas Müller
4455315e0e opencv: follow meta-oe to 3.1
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19 15:06:34 -03:00
Otavio Salvador
a881d89fb1 opencv: Use the 2.4 release only
The opencv 3.0 is not tested and does not have the i.MX6 specific
patch ported so we disable it for the i.MX6 SoC from Quad, DualLite,
SoloX and SoloLite families. The 2.4 is used instead.

This fixes following warning:

,----
| NOTE: multiple providers are available for runtime opencv-samples (opencv-samples, opencv)
| NOTE: consider defining a PREFERRED_PROVIDER entry to match opencv-samples
`----

Change-Id: I2f897cdd31dcee9046ee7d28ef4dcadb154ae88c
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19 15:03:21 -03:00
Otavio Salvador
9e7dc84fa4 glmark2: Rework PACKAGECONFIG to properly handle all i.MX6 SoCs
The PACKAGECONFIG is now overriden, so we avoid getting broken in case
changes on meta-oe are commited.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19 15:03:19 -03:00
Otavio Salvador
04f3621c6f glmark: Drop drm-gl support for all i.MX6 SoCs with GPU
The linking against GL is failing so we need to remove this support as
an intermediate solution.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19 15:03:16 -03:00
Zhenhua Luo
7525c946c2 asf: remove deplicated recipe
The asf recipe already exists in recipes-kernel folder

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
2016-04-19 15:03:15 -03:00
Otavio Salvador
32de02c23f glmark2: Handle PACKAGECONFIG for X11 and Wayland
This handles the PACKAGECONFIG setting depending on the
DISTRO_FEATURES avaiability (X11 or Wayland). It adds GL and GLES2
support for the available flavours.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19 15:03:14 -03:00
Otavio Salvador
1a344295d1 opencv: Remove v4l support for all i.MX6
The camera support does not work using v4l. Disable it.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19 15:03:13 -03:00
Otavio Salvador
6a868a6714 Move meta-fsl-ppc content to layer root
This commit is just a rename of all contents of meta-fsl-ppc
subdirectory to this layer's root, merging the contents of common
files, subsequent changes are based on top of that.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-28 23:26:59 -03:00
Otavio Salvador
ca38cdc4de Move external layer's specific changes for 'dynamic-layers' subdir
The external layer's specific changes are now in the 'dynamic-layers'
subdirectory. This approach ease the identification of layer specific
recipes and extensions as all those are more visible isolated of the
main layer components.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-16 15:01:29 -03:00