diff options
author | Gowtham Tammana <g-tammana@ti.com> | 2019-07-02 02:36:21 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-07-02 18:53:00 +0000 |
commit | 929f5cb7a685f30cbecee0ee5bb9144f6b4a4356 (patch) | |
tree | 8135262fe0a8657bb447b5db14723ffdacca9200 /recipes-graphics | |
parent | 2e2f0241d38d365066fa92bac52cbfe1960c74d8 (diff) | |
download | meta-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.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" | |||
6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
7 | COMPATIBLE_MACHINE = "j7-evm" | 7 | COMPATIBLE_MACHINE = "j7-evm" |
8 | 8 | ||
9 | PR = "r5" | 9 | PR = "r6" |
10 | 10 | ||
11 | BRANCH = "linuxws/thud/k4.19/${PV}" | 11 | BRANCH = "linuxws/thud/k4.19/${PV}" |
12 | 12 | ||
@@ -51,6 +51,13 @@ do_install () { | |||
51 | FILES_${PN} += " ${base_libdir}/firmware/" | 51 | FILES_${PN} += " ${base_libdir}/firmware/" |
52 | FILES_${PN} += " ${datadir}/" | 52 | FILES_${PN} += " ${datadir}/" |
53 | 53 | ||
54 | PACKAGES =+ "${PN}-plugins" | ||
55 | FILES_${PN}-plugins = "${libdir}/libGLESv2.so ${libdir}/libGLESv1_CM.so ${libdir}/libEGL.so" | ||
56 | RDEPENDS_${PN} += "${PN}-plugins" | ||
57 | |||
58 | ALLOW_EMPTY_${PN}-plugins = "1" | ||
59 | |||
54 | INSANE_SKIP_${PN} += "ldflags arch already-stripped" | 60 | INSANE_SKIP_${PN} += "ldflags arch already-stripped" |
61 | INSANE_SKIP_${PN}-plugins = "dev-so" | ||
55 | 62 | ||
56 | CLEANBROKEN = "1" | 63 | CLEANBROKEN = "1" |