summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorGowtham Tammana <g-tammana@ti.com>2019-07-02 02:36:21 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-07-02 18:53:00 +0000
commit929f5cb7a685f30cbecee0ee5bb9144f6b4a4356 (patch)
tree8135262fe0a8657bb447b5db14723ffdacca9200 /recipes-graphics
parent2e2f0241d38d365066fa92bac52cbfe1960c74d8 (diff)
downloadmeta-ti-929f5cb7a685f30cbecee0ee5bb9144f6b4a4356.tar.gz
ti-img-rogue-umlibs: Add plugins list
Add plugins list to enable symlink creation in the rootfs image. Based on - http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/commit/?id=7abb92c58b3c974f93004fc37829cbb15575ea48 - http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/commit/?id=f7be8fd6962a502b33d97fbcf0cd5e766d3d3409 Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5187610.bb9
1 files changed, 8 insertions, 1 deletions
diff --git a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5187610.bb b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5187610.bb
index b3ec7af2..f21432e2 100644
--- a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5187610.bb
+++ b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5187610.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7232b98c1c58f99e3baa03de5207e76f"
6PACKAGE_ARCH = "${MACHINE_ARCH}" 6PACKAGE_ARCH = "${MACHINE_ARCH}"
7COMPATIBLE_MACHINE = "j7-evm" 7COMPATIBLE_MACHINE = "j7-evm"
8 8
9PR = "r5" 9PR = "r6"
10 10
11BRANCH = "linuxws/thud/k4.19/${PV}" 11BRANCH = "linuxws/thud/k4.19/${PV}"
12 12
@@ -51,6 +51,13 @@ do_install () {
51FILES_${PN} += " ${base_libdir}/firmware/" 51FILES_${PN} += " ${base_libdir}/firmware/"
52FILES_${PN} += " ${datadir}/" 52FILES_${PN} += " ${datadir}/"
53 53
54PACKAGES =+ "${PN}-plugins"
55FILES_${PN}-plugins = "${libdir}/libGLESv2.so ${libdir}/libGLESv1_CM.so ${libdir}/libEGL.so"
56RDEPENDS_${PN} += "${PN}-plugins"
57
58ALLOW_EMPTY_${PN}-plugins = "1"
59
54INSANE_SKIP_${PN} += "ldflags arch already-stripped" 60INSANE_SKIP_${PN} += "ldflags arch already-stripped"
61INSANE_SKIP_${PN}-plugins = "dev-so"
55 62
56CLEANBROKEN = "1" 63CLEANBROKEN = "1"