summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonios Christidis <a-christidis@ti.com>2025-03-19 16:34:43 -0500
committerRyan Eatmon <reatmon@ti.com>2025-03-20 14:32:11 -0500
commitc7f87d6162dc54b8e70a5eb144d0ad3be9125480 (patch)
tree6504352e7f4f035ecc122e9869aad2c1f36dd374
parentfa721db16aae26273d479f853ef6b11fb0a9e2b7 (diff)
downloadmeta-ti-c7f87d6162dc54b8e70a5eb144d0ad3be9125480.tar.gz
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 <a-christidis@ti> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb8
1 files 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"
14BRANCH = "ti-${PV}" 14BRANCH = "ti-${PV}"
15 15
16SRC_URI = "git://git.ti.com/git/graphics/ti-gc320-libs.git;protocol=https;branch=${BRANCH}" 16SRC_URI = "git://git.ti.com/git/graphics/ti-gc320-libs.git;protocol=https;branch=${BRANCH}"
17SRCREV = "c0afab259de59909cfe74c01f3f7fbaa147f94b5" 17SRCREV = "85c175e8425c33dda6e272aeb45afe0f69a79096"
18 18
19RRECOMMENDS:${PN} = "ti-gc320-driver" 19RRECOMMENDS:${PN} = "ti-gc320-driver"
20 20
@@ -43,4 +43,8 @@ do_install() {
43 chown -R root:root ${D} 43 chown -R root:root ${D}
44} 44}
45 45
46INSANE_SKIP:${PN} += "ldflags" 46PACKAGES = "${PN} ${PN}-dev"
47FILES:${PN} += "${libdir}/libGAL.so"
48FILES:${PN}-dev = "/usr/include"
49
50INSANE_SKIP:${PN} += "ldflags already-stripped dev-so"