diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2018-07-25 14:40:39 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-09-08 01:43:29 -0300 |
commit | 4e536fc4c35be2e00d7810a05a4ea46757a42494 (patch) | |
tree | 55ab639e11012798f868bffecfa28c24b8a8d0d9 | |
parent | 824f373b012e7aa832cbf37be7a22b22c983b96c (diff) | |
download | meta-freescale-4e536fc4c35be2e00d7810a05a4ea46757a42494.tar.gz |
imx-gpu-viv: Add support for i.MX 8, 8M, and 8X families
- 8 Family supports GLES 3.2
- 8M and 8X support GLES 3.1
- All i.MX 8 Series require wayland
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
-rw-r--r-- | recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc index 09b20e10..d22e2401 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | |||
@@ -46,7 +46,9 @@ RPROVIDES_${PN}_imxgpu3d += "imx-gpu-viv" | |||
46 | 46 | ||
47 | PE = "1" | 47 | PE = "1" |
48 | 48 | ||
49 | inherit fsl-eula-unpack | 49 | inherit fsl-eula-unpack distro_features_check |
50 | |||
51 | REQUIRED_DISTRO_FEATURES_mx8 = "wayland" | ||
50 | 52 | ||
51 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" | 53 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" |
52 | 54 | ||
@@ -131,8 +133,10 @@ PACKAGE_FP_TYPE = "hardfp" | |||
131 | HAS_GBM = "false" | 133 | HAS_GBM = "false" |
132 | HAS_GBM_mx8 = "true" | 134 | HAS_GBM_mx8 = "true" |
133 | 135 | ||
134 | GLES3_HEADER_REMOVALS = "gl31.h gl32.h" | 136 | GLES3_HEADER_REMOVALS = "gl31.h gl32.h" |
135 | GLES3_HEADER_REMOVALS_mx8mq = "gl32.h" | 137 | GLES3_HEADER_REMOVALS_mx8mq = "gl32.h" |
138 | GLES3_HEADER_REMOVALS_mx8qxp = "gl32.h" | ||
139 | GLES3_HEADER_REMOVALS_mx8qm = "" | ||
136 | 140 | ||
137 | do_install () { | 141 | do_install () { |
138 | install -d ${D}${libdir} | 142 | install -d ${D}${libdir} |