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-11-01 09:10:15 -0500
commita703c334bbca3f2998f4c61e16661c4999d36f50 (patch)
treea55c3e5851c750e058552b447aa9f2e0fa0f8b78
parentf6fc837b659ce6a738dae36cafcb4a7fe1ce8009 (diff)
downloadmeta-freescale-a703c334bbca3f2998f4c61e16661c4999d36f50.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> (cherry picked from commit f363b1dd2ff34ae3bce1487e24b2029e9f7aeb62)
-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 548394d1..325d36d7 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
156LIBVULKAN_VERSION_MAJOR = "1" 151LIBVULKAN_VERSION_MAJOR = "1"
157LIBVULKAN_VERSION = "${LIBVULKAN_VERSION_MAJOR}.1.6" 152LIBVULKAN_VERSION = "${LIBVULKAN_VERSION_MAJOR}.1.6"
@@ -236,10 +231,6 @@ do_install () {
236 ln -s libvulkan_VSI.so.$FULL ${D}${libdir}/libvulkan_VSI.so 231 ln -s libvulkan_VSI.so.$FULL ${D}${libdir}/libvulkan_VSI.so
237 fi 232 fi
238 233
239 for header in ${GLES3_HEADER_REMOVALS}; do
240 rm -f ${D}${includedir}/GLES3/${header}
241 done
242
243 # FIXME: MX6SL does not have 3D support; hack it for now 234 # FIXME: MX6SL does not have 3D support; hack it for now
244 if [ "${IS_MX6SL}" = "1" ]; then 235 if [ "${IS_MX6SL}" = "1" ]; then
245 rm -rf ${D}${libdir}/libCLC* ${D}${includedir}/CL \ 236 rm -rf ${D}${libdir}/libCLC* ${D}${includedir}/CL \