diff options
author | Antonios Christidis <a-christidis@ti.com> | 2025-03-19 16:34:43 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-03-20 14:32:11 -0500 |
commit | c7f87d6162dc54b8e70a5eb144d0ad3be9125480 (patch) | |
tree | 6504352e7f4f035ecc122e9869aad2c1f36dd374 | |
parent | fa721db16aae26273d479f853ef6b11fb0a9e2b7 (diff) | |
download | meta-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.bb | 8 |
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" | |||
14 | BRANCH = "ti-${PV}" | 14 | BRANCH = "ti-${PV}" |
15 | 15 | ||
16 | SRC_URI = "git://git.ti.com/git/graphics/ti-gc320-libs.git;protocol=https;branch=${BRANCH}" | 16 | SRC_URI = "git://git.ti.com/git/graphics/ti-gc320-libs.git;protocol=https;branch=${BRANCH}" |
17 | SRCREV = "c0afab259de59909cfe74c01f3f7fbaa147f94b5" | 17 | SRCREV = "85c175e8425c33dda6e272aeb45afe0f69a79096" |
18 | 18 | ||
19 | RRECOMMENDS:${PN} = "ti-gc320-driver" | 19 | RRECOMMENDS:${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 | ||
46 | INSANE_SKIP:${PN} += "ldflags" | 46 | PACKAGES = "${PN} ${PN}-dev" |
47 | FILES:${PN} += "${libdir}/libGAL.so" | ||
48 | FILES:${PN}-dev = "/usr/include" | ||
49 | |||
50 | INSANE_SKIP:${PN} += "ldflags already-stripped dev-so" | ||