diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2021-05-07 08:25:44 -0700 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-07-14 15:00:09 -0700 |
| commit | e5d255d62c5c5b218b5b2a4d7bff5598f5b4efce (patch) | |
| tree | 90bc77191c37dc3bdec575b24d54b5a0d1d308ca | |
| parent | e2e6f620eacc276254ce3948e8f4bcb2e7042e31 (diff) | |
| download | meta-xilinx-e5d255d62c5c5b218b5b2a4d7bff5598f5b4efce.tar.gz | |
libglu: Package introduced mali400 specific items
Issue: CR-1096936
libglu is used by a number of other recipes but changes the way it works
based if the virtual/libgles2 is provided by libmali. We adjust the
recipe to generate a SOC_VARIANT specific version to avoid different
packages with different configurations of the same name.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| -rw-r--r-- | meta-xilinx-bsp/recipes-graphics/libglu/libglu_%.bbappend | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/recipes-graphics/libglu/libglu_%.bbappend b/meta-xilinx-bsp/recipes-graphics/libglu/libglu_%.bbappend index 56924658..9107114c 100644 --- a/meta-xilinx-bsp/recipes-graphics/libglu/libglu_%.bbappend +++ b/meta-xilinx-bsp/recipes-graphics/libglu/libglu_%.bbappend | |||
| @@ -1 +1,3 @@ | |||
| 1 | DEPENDS_append_zynqmp = " virtual/libgles2" | 1 | # OpenGL comes from libmali, adjust parameters |
| 2 | DEPENDS_append_mali400 = " virtual/libgles2" | ||
| 3 | PACKAGE_ARCH_mali400 = "${SOC_VARIANT_ARCH}" | ||
