summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2021-10-31 09:17:09 -0500
committerTom Hochstein <tom.hochstein@nxp.com>2021-10-31 09:33:17 -0500
commitf363b1dd2ff34ae3bce1487e24b2029e9f7aeb62 (patch)
treefef43dbee13b6b5171938a63c4994f7ea4c2d33e
parent90cccc6284815383067526fcd1cb36ebc92ab569 (diff)
downloadmeta-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>
-rw-r--r--recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc9
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"
147HAS_GBM = "false" 147HAS_GBM = "false"
148HAS_GBM:mx8 = "true" 148HAS_GBM:mx8 = "true"
149 149
150GLES3_HEADER_REMOVALS = "gl31.h gl32.h"
151GLES3_HEADER_REMOVALS:mx8m = "gl32.h"
152GLES3_HEADER_REMOVALS:mx8mm = "gl31.h gl32.h"
153GLES3_HEADER_REMOVALS:mx8qxp = ""
154GLES3_HEADER_REMOVALS:mx8qm = ""
155 150
156do_install () { 151do_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 \