blob: 2256c5b032745424ab8ceb1509b148c19d090955 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require libgles-omap3.inc
DEFAULT_PREFERENCE = "1"
SGXPV = "3_00_00_08"
IMGPV = "1.3.13.1607"
BINFILE := "OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin"
# Quality control is really poor on these SDKs, so hack around the latest madness:
FILES_${PN} += "${libdir}/*.so"
FILES_${PN}-dev = "${includedir}"
|