]> code.ossystems Code Review - meta-freescale.git/commit
libdrm: prevent warning on mx8
authorMax Krummenacher <max.krummenacher@toradex.com>
Mon, 29 Apr 2019 18:29:05 +0000 (20:29 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Sun, 5 May 2019 19:23:48 +0000 (16:23 -0300)
commit1337021d13afd96243d9276f0a99114cd8c0297e
tree39b3871120861b6450ab2f4e6163831673c06b3f
parent99c797bd2f5c985606fb00f1e5ede878aa4ca829
libdrm: prevent warning on mx8

i.MX8 also uses the override imxgpu2d, so provide the patch for that override,
not individual SoC Archs. Prevents:

| .../meta/recipes-graphics/drm/libdrm_2.4.94.bb: Unable to get checksum for libdrm SRC_URI entry drm-update-arm.patch: file could not be found

Note that __arm__ is not defined in aarch64 gcc, so applying the patch has no
effect. Should it be needed one would have to rework to patch to also provide
assembler code for aarch64 in an appropriate #ifdef section.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
recipes-graphics/drm/libdrm/imxgpu2d/drm-update-arm.patch [moved from recipes-graphics/drm/libdrm/mx6/drm-update-arm.patch with 100% similarity]
recipes-graphics/drm/libdrm/mx7/drm-update-arm.patch [deleted file]