From c7f87d6162dc54b8e70a5eb144d0ad3be9125480 Mon Sep 17 00:00:00 2001 From: Antonios Christidis Date: Wed, 19 Mar 2025 16:34:43 -0500 Subject: recipes-graphics: port gc320 libs to work on kernel 6.12 The user mode libraries needed recompiling with the scarthgap revision of gcc to remove all the warnings about 32bit API usage during the linking stage, new SRCREV includes this changes. Versions of the libraries remain the same. Signed-off-by: Antonios Christidis Signed-off-by: Ryan Eatmon --- meta-ti-bsp/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb b/meta-ti-bsp/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb index 807f421c..fc70e1ed 100644 --- a/meta-ti-bsp/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb +++ b/meta-ti-bsp/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb @@ -14,7 +14,7 @@ CLEANBROKEN = "1" BRANCH = "ti-${PV}" SRC_URI = "git://git.ti.com/git/graphics/ti-gc320-libs.git;protocol=https;branch=${BRANCH}" -SRCREV = "c0afab259de59909cfe74c01f3f7fbaa147f94b5" +SRCREV = "85c175e8425c33dda6e272aeb45afe0f69a79096" RRECOMMENDS:${PN} = "ti-gc320-driver" @@ -43,4 +43,8 @@ do_install() { chown -R root:root ${D} } -INSANE_SKIP:${PN} += "ldflags" +PACKAGES = "${PN} ${PN}-dev" +FILES:${PN} += "${libdir}/libGAL.so" +FILES:${PN}-dev = "/usr/include" + +INSANE_SKIP:${PN} += "ldflags already-stripped dev-so" -- cgit v1.2.3-54-g00ecf