diff options
| -rw-r--r-- | recipes-extended/gpulib/gpulib_6.2.4.p4.bb | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/recipes-extended/gpulib/gpulib_6.2.4.p4.bb b/recipes-extended/gpulib/gpulib_6.2.4.p4.bb deleted file mode 100644 index 9d31b890d..000000000 --- a/recipes-extended/gpulib/gpulib_6.2.4.p4.bb +++ /dev/null | |||
| @@ -1,39 +0,0 @@ | |||
| 1 | SUMMARY = "GPU libraries" | ||
| 2 | DESCRIPTION = "GPU libraries for Linux" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=6c12031a11b81db21cdfe0be88cac4b3" | ||
| 5 | |||
| 6 | SRC_URI = "http://www.nxp.com/lgfiles/sdk/lsdk1909/gpulib-lsdk1909.bin;fsl-eula=true" | ||
| 7 | SRC_URI[md5sum] = "a68ba3b91a12dd7da0d573891e20db78" | ||
| 8 | SRC_URI[sha256sum] = "0fcbf785dfe7402bc03a808e6ced754daeddd387391ebf6e15131187ff6e7bc1" | ||
| 9 | |||
| 10 | S = "${WORKDIR}/gpulib-lsdk1909" | ||
| 11 | |||
| 12 | inherit fsl-eula-unpack | ||
| 13 | |||
| 14 | do_patch[noexec] = "1" | ||
| 15 | do_configure[noexec] = "1" | ||
| 16 | do_compile[noexec] = "1" | ||
| 17 | |||
| 18 | DEPENDS_append = " kernel-module-qoriq-gpu" | ||
| 19 | |||
| 20 | PROVIDES = " \ | ||
| 21 | gpulib \ | ||
| 22 | virtual/egl \ | ||
| 23 | virtual/libgbm \ | ||
| 24 | virtual/libgles2 \ | ||
| 25 | " | ||
| 26 | do_install() { | ||
| 27 | install -d ${D}/opt ${D}${libdir} ${D}/usr/include | ||
| 28 | cd ls1028a/linux | ||
| 29 | cp -a gpu-demos/opt/viv_samples/* ${D}/opt | ||
| 30 | cp -a gpu-core/usr/include/* ${D}/usr/include | ||
| 31 | rm -rf gpu-core/usr/lib/libwayland-egl.so* | ||
| 32 | cp -a gpu-core/usr/lib/* ${D}/usr/lib | ||
| 33 | rm -rf gpu-core/${includedir}/vulkan/ | ||
| 34 | } | ||
| 35 | |||
| 36 | PACKAGES = "${PN}-dbg ${PN}" | ||
| 37 | FILES_${PN} = "${libdir}/* /opt/* /usr/include/*" | ||
| 38 | INSANE_SKIP_${PN} += "already-stripped file-rdeps dev-so host-user-contaminated" | ||
| 39 | COMPATIBLE_MACHINE = "(qoriq)" | ||
