diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2021-10-31 09:17:09 -0500 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2021-10-31 09:33:17 -0500 |
commit | f363b1dd2ff34ae3bce1487e24b2029e9f7aeb62 (patch) | |
tree | fef43dbee13b6b5171938a63c4994f7ea4c2d33e /recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | |
parent | 90cccc6284815383067526fcd1cb36ebc92ab569 (diff) | |
download | meta-freescale-f363b1dd2ff34ae3bce1487e24b2029e9f7aeb62.tar.gz |
imx-gpu-viv: Drop SOC-specific header installation
The recipe installs GLES3 headers based on SOC. This is not necessary
as lack of support is expected to be handled at runtime.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc')
-rw-r--r-- | recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | 9 |
1 files changed, 0 insertions, 9 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 872fef55..ab1a2582 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | |||
@@ -147,11 +147,6 @@ PACKAGE_FP_TYPE = "hardfp" | |||
147 | HAS_GBM = "false" | 147 | HAS_GBM = "false" |
148 | HAS_GBM:mx8 = "true" | 148 | HAS_GBM:mx8 = "true" |
149 | 149 | ||
150 | GLES3_HEADER_REMOVALS = "gl31.h gl32.h" | ||
151 | GLES3_HEADER_REMOVALS:mx8m = "gl32.h" | ||
152 | GLES3_HEADER_REMOVALS:mx8mm = "gl31.h gl32.h" | ||
153 | GLES3_HEADER_REMOVALS:mx8qxp = "" | ||
154 | GLES3_HEADER_REMOVALS:mx8qm = "" | ||
155 | 150 | ||
156 | do_install () { | 151 | do_install () { |
157 | install -d ${D}${libdir} | 152 | install -d ${D}${libdir} |
@@ -233,10 +228,6 @@ do_install () { | |||
233 | ln -s libvulkan_VSI.so.$FULL ${D}${libdir}/libvulkan_VSI.so | 228 | ln -s libvulkan_VSI.so.$FULL ${D}${libdir}/libvulkan_VSI.so |
234 | fi | 229 | fi |
235 | 230 | ||
236 | for header in ${GLES3_HEADER_REMOVALS}; do | ||
237 | rm -f ${D}${includedir}/GLES3/${header} | ||
238 | done | ||
239 | |||
240 | # FIXME: MX6SL does not have 3D support; hack it for now | 231 | # FIXME: MX6SL does not have 3D support; hack it for now |
241 | if [ "${IS_MX6SL}" = "1" ]; then | 232 | if [ "${IS_MX6SL}" = "1" ]; then |
242 | rm -rf ${D}${libdir}/libCLC* ${D}${includedir}/CL \ | 233 | rm -rf ${D}${libdir}/libCLC* ${D}${includedir}/CL \ |