diff options
author | 2019-07-02 02:36:21 +0000 | |
---|---|---|
committer | 2019-07-02 18:53:00 +0000 | |
commit | 929f5cb7a685f30cbecee0ee5bb9144f6b4a4356 (patch) | |
tree | 8135262fe0a8657bb447b5db14723ffdacca9200 /recipes-graphics | |
parent | 2e2f0241d38d365066fa92bac52cbfe1960c74d8 (diff) | |
download | meta-ti-929f5cb7a685f30cbecee0ee5bb9144f6b4a4356.tar.gz meta-ti-929f5cb7a685f30cbecee0ee5bb9144f6b4a4356.tar.bz2 meta-ti-929f5cb7a685f30cbecee0ee5bb9144f6b4a4356.zip |
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.bb | 9 |
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" PACKAGE_ARCH = "${MACHINE_ARCH}" COMPATIBLE_MACHINE = "j7-evm" -PR = "r5" +PR = "r6" BRANCH = "linuxws/thud/k4.19/${PV}" @@ -51,6 +51,13 @@ do_install () { FILES_${PN} += " ${base_libdir}/firmware/" FILES_${PN} += " ${datadir}/" +PACKAGES =+ "${PN}-plugins" +FILES_${PN}-plugins = "${libdir}/libGLESv2.so ${libdir}/libGLESv1_CM.so ${libdir}/libEGL.so" +RDEPENDS_${PN} += "${PN}-plugins" + +ALLOW_EMPTY_${PN}-plugins = "1" + INSANE_SKIP_${PN} += "ldflags arch already-stripped" +INSANE_SKIP_${PN}-plugins = "dev-so" CLEANBROKEN = "1" |