Skip to content

Commit

Permalink
Merge pull request #2113 from Freescale/backport-2111-to-styhead
Browse files Browse the repository at this point in the history
[Backport styhead] imx-gpu-viv: Add missing PROVIDES virtual/libgles3
  • Loading branch information
otavio authored Feb 5, 2025
2 parents 5ee6a7f + a9affd5 commit fad52b3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ PROVIDES += " \
"
EXTRA_PROVIDES = " \
${PROVIDES_OPENCL} \
${PROVIDES_OPENGLES3} \
${PROVIDES_OPENVX} \
"
EXTRA_PROVIDES:append:imxgpu3d = " \
virtual/libgles1 \
virtual/libgles2 \
virtual/libgles3 \
"
EXTRA_PROVIDES:append:mx8-nxp-bsp = " \
virtual/libgbm \
Expand All @@ -51,9 +51,6 @@ PROVIDES_OPENCL = " \
PROVIDES_OPENCL:mx7-nxp-bsp = ""
PROVIDES_OPENCL:mx8mm-nxp-bsp = ""

PROVIDES_OPENGLES3 = ""
PROVIDES_OPENGLES3:mx8-nxp-bsp = "virtual/libgles3"

# Note: OpenVX is fully supported on i.MX 8 QuadMax and 8 QuadPlus.
# However, only limited support is provided on other i.MX 8 machines
# as needed for i.MX machine learning packages.
Expand Down

0 comments on commit fad52b3

Please sign in to comment.