From dd7e2ac744f672eaf3ee2959bb3075b1adca9e8d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 9 Dec 2021 16:25:22 -0800 Subject: 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 Cc: Denys Dmytriyenko Reviewed-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-graphics') 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 PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 virtual/libgbm" DEPENDS += "libdrm udev wayland wayland-protocols libffi expat" +DEPENDS:append:libc-musl = " gcompat" RDEPENDS:${PN} += "libdrm libdrm-omap udev wayland wayland-protocols libffi expat" RPROVIDES:${PN} = "libegl libgles1 libgles2 libgbm" -- cgit v1.2.3-54-g00ecf