diff options
author | Randolph Sapp <rs@ti.com> | 2024-07-10 14:21:53 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-07-11 09:06:01 -0500 |
commit | 6d2cb7b52ec45d48aa0d2104783549261d022306 (patch) | |
tree | c461a4fb34d3c4457d6edff3c6c86b88014b9c8e | |
parent | 5292749d249818691a12d9521c7383c10d99b2d8 (diff) | |
download | meta-ti-6d2cb7b52ec45d48aa0d2104783549261d022306.tar.gz |
ti-img-rogue-umlibs: fix libopencl-rogue-tools sanity
Add ldflags to INSANE_SKIP for the libopencl-rogue-tools package. For
some reason I didn't catch this sooner, but this falls victim to the
same issues the parent package faced earlier this year.
Just enough options enabled that Yocto wants to do a ldflags check, but
the DDK will not be able to utilize all the build flags Yocto uses.
Signed-off-by: Randolph Sapp <rs@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.1.6554834.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.1.6554834.bb b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.1.6554834.bb index df781bea..57475cb4 100644 --- a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.1.6554834.bb +++ b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.1.6554834.bb | |||
@@ -129,6 +129,7 @@ RDEPENDS:libopencl-rogue += "opencl-icd-loader" | |||
129 | RRECOMMENDS:libopencl-rogue += "libopencl-rogue-tools" | 129 | RRECOMMENDS:libopencl-rogue += "libopencl-rogue-tools" |
130 | FILES:libopencl-rogue-tools += "${bindir}/ocl*" | 130 | FILES:libopencl-rogue-tools += "${bindir}/ocl*" |
131 | DEBIAN_NOAUTONAME:libopencl-rogue-tools = "1" | 131 | DEBIAN_NOAUTONAME:libopencl-rogue-tools = "1" |
132 | INSANE_SKIP:libopencl-rogue-tools = "ldflags" | ||
132 | 133 | ||
133 | # optional tools and tests | 134 | # optional tools and tests |
134 | FILES:${PN}-tools = "${bindir}/" | 135 | FILES:${PN}-tools = "${bindir}/" |