diff options
author | Ting Liu <ting.liu@nxp.com> | 2020-04-23 15:17:09 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-05-06 15:52:35 -0300 |
commit | 0d4d7f6008264757572310f6793115253161ba77 (patch) | |
tree | c4fdcd92b8e40be6d2bc1b2c496c3112bd6d602c | |
parent | 184f8a51922225f03e8a79ff76797972ca79baf6 (diff) | |
download | meta-freescale-0d4d7f6008264757572310f6793115253161ba77.tar.gz |
gpulib: rm as it is not needed now
Now qoriq uses imx-gpu-viv, gpulib is not needed. remove it.
Signed-off-by: Ting Liu <ting.liu@nxp.com>
-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 9d31b890..00000000 --- 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)" | ||