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 16:24:45 +0000
commit8b8c3c66342fc9f232c27414c85244f5fd734184 (patch)
tree645701bad05fd865f4871f0c7219b76c8a6ce228 /recipes-graphics
parent0f76a4b2a04225c3161ffdb244eea895c9148376 (diff)
downloadmeta-ti-8b8c3c66342fc9f232c27414c85244f5fd734184.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"