diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2016-05-27 18:09:54 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-05-30 08:31:27 -0300 |
commit | c2a1bc716d8359daace84da724a771b814c1ad6b (patch) | |
tree | b4b32ebdd048e293db77fbb10c5a19b94f5796d8 | |
parent | aac7f7d66629b6801ba3793fbaed13ca7a782d59 (diff) | |
download | meta-fsl-arm-c2a1bc716d8359daace84da724a771b814c1ad6b.tar.gz |
core-image-weston: Don't install clutter-1.0-examples for i.MX6SL
Remove clutter-1.0-examples in case we are generating an image for the
i.MX6SL SoC family as it does not provide GPU 3D support.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-graphics/images/core-image-weston.bbappend | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-graphics/images/core-image-weston.bbappend b/recipes-graphics/images/core-image-weston.bbappend index 6e33067..9cb2ef3 100644 --- a/recipes-graphics/images/core-image-weston.bbappend +++ b/recipes-graphics/images/core-image-weston.bbappend | |||
@@ -2,3 +2,7 @@ | |||
2 | # distribution as it needs to have different libraries installed. So | 2 | # distribution as it needs to have different libraries installed. So |
3 | # in case 'x11' is in DISTRO_FEATURES, Wayland is disabled. | 3 | # in case 'x11' is in DISTRO_FEATURES, Wayland is disabled. |
4 | CONFLICT_DISTRO_FEATURES_append_mx6 = " x11" | 4 | CONFLICT_DISTRO_FEATURES_append_mx6 = " x11" |
5 | |||
6 | # FIXME: i.MX6SL cannot use mesa for Graphics and it lacks GL support, | ||
7 | # so for now we skip it. | ||
8 | CORE_IMAGE_BASE_INSTALL_remove_mx6sl = "clutter-1.0-examples" | ||