diff options
Diffstat (limited to 'recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb')
-rw-r--r-- | recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb b/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb new file mode 100644 index 00000000..7fc351b0 --- /dev/null +++ b/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb | |||
@@ -0,0 +1,25 @@ | |||
1 | # Copyright (C) 2011-2015 O.S. Systems Software LTDA. | ||
2 | # Copyright (C) 2011, 2012 Freescale | ||
3 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
4 | |||
5 | DESCRIPTION = "GPU driver and apps for x11 on mx51" | ||
6 | PR = "r12" | ||
7 | |||
8 | # FIXME: Replace for correct AMD license | ||
9 | LIC_FILES_CHKSUM = "file://usr/include/VG/openvg.h;endline=30;md5=b0109611dd76961057d4c45ae6519802" | ||
10 | DEPENDS = "virtual/libx11 libxrender libxext" | ||
11 | |||
12 | include amd-gpu-mx51.inc | ||
13 | |||
14 | SRC_URI[md5sum] = "54391a4e670b597d06d01253fb217cad" | ||
15 | SRC_URI[sha256sum] = "c7a6fa03b7aa2a375556c59908876554ba720c1e744baba2debb84a408f790db" | ||
16 | |||
17 | RCONFLICTS_${PN} = "amd-gpu-bin-mx51" | ||
18 | |||
19 | COMPATIBLE_MACHINE = "${@base_contains('DISTRO_FEATURES', 'x11', '(mx5)', 'Invalid!', d)}" | ||
20 | |||
21 | do_install_append() { | ||
22 | # eglplatform_1.4.h contains X11 compatible headers | ||
23 | rm ${D}${includedir}/EGL/eglplatform.h | ||
24 | mv ${D}${includedir}/EGL/eglplatform_1.4.h ${D}${includedir}/EGL/eglplatform.h | ||
25 | } | ||