summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-12-09 16:25:22 -0800
committerRyan Eatmon <reatmon@ti.com>2021-12-16 08:06:47 -0600
commitdd7e2ac744f672eaf3ee2959bb3075b1adca9e8d (patch)
tree09afad76cb6e9ae426ca59ffcde5682133abc14a /recipes-graphics
parente9eba33e9e85c8e3fc81ed755e169826dcfe9b09 (diff)
downloadmeta-ti-dd7e2ac744f672eaf3ee2959bb3075b1adca9e8d.tar.gz
ti-sgx-ddk-km: Fix build with kernel 5.10 and musl support
This adds a patch to fix runtime problems loading the kernel module with kernel 5.10 Adds support to build with musl targets Add yoe to recognised OE distributions Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Denys Dmytriyenko <denys@konsulko.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb
index 87bbb437..9d55122c 100644
--- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb
+++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb
@@ -32,6 +32,7 @@ inherit update-rc.d
32PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 virtual/libgbm" 32PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 virtual/libgbm"
33 33
34DEPENDS += "libdrm udev wayland wayland-protocols libffi expat" 34DEPENDS += "libdrm udev wayland wayland-protocols libffi expat"
35DEPENDS:append:libc-musl = " gcompat"
35RDEPENDS:${PN} += "libdrm libdrm-omap udev wayland wayland-protocols libffi expat" 36RDEPENDS:${PN} += "libdrm libdrm-omap udev wayland wayland-protocols libffi expat"
36 37
37RPROVIDES:${PN} = "libegl libgles1 libgles2 libgbm" 38RPROVIDES:${PN} = "libegl libgles1 libgles2 libgbm"