diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2016-05-27 18:09:54 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-06-02 15:22:35 -0300 |
commit | 603900cf1a6855a569ef39d3d70f2f1c492d9cb8 (patch) | |
tree | 9b5475b89d1f05badb916489e384d1c6541376a7 /recipes-graphics/images | |
parent | fd1c36f19ad22a4dee3a22551f87efebfa5b9db1 (diff) | |
download | meta-freescale-603900cf1a6855a569ef39d3d70f2f1c492d9cb8.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>
Diffstat (limited to 'recipes-graphics/images')
-rw-r--r-- | recipes-graphics/images/core-image-weston.bbappend | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-graphics/images/core-image-weston.bbappend b/recipes-graphics/images/core-image-weston.bbappend new file mode 100644 index 00000000..2a3cde69 --- /dev/null +++ b/recipes-graphics/images/core-image-weston.bbappend | |||
@@ -0,0 +1,3 @@ | |||
1 | # FIXME: i.MX6SL cannot use mesa for Graphics and it lacks GL support, | ||
2 | # so for now we skip it. | ||
3 | CORE_IMAGE_BASE_INSTALL_remove_mx6sl = "clutter-1.0-examples" | ||