diff options
author | 2021-12-09 16:25:22 -0800 | |
---|---|---|
committer | 2021-12-16 08:06:47 -0600 | |
commit | dd7e2ac744f672eaf3ee2959bb3075b1adca9e8d (patch) | |
tree | 09afad76cb6e9ae426ca59ffcde5682133abc14a /recipes-graphics | |
parent | e9eba33e9e85c8e3fc81ed755e169826dcfe9b09 (diff) | |
download | meta-ti-dd7e2ac744f672eaf3ee2959bb3075b1adca9e8d.tar.gz meta-ti-dd7e2ac744f672eaf3ee2959bb3075b1adca9e8d.tar.bz2 meta-ti-dd7e2ac744f672eaf3ee2959bb3075b1adca9e8d.zip |
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.bb | 1 |
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 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" |