diff options
author | Ryan Eatmon <reatmon@ti.com> | 2025-01-10 14:16:00 -0600 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-01-22 15:08:56 -0600 |
commit | 7c1c3dacdc3b22800eef489a3fbca70f4647ac7a (patch) | |
tree | 31486cd1fd98b158588ab010bd8e15cba57c3183 | |
parent | a237037a9ac9c201451b4f887a6f85dd40643310 (diff) | |
download | meta-ti-7c1c3dacdc3b22800eef489a3fbca70f4647ac7a.tar.gz |
ipumm-fw: Disable buildpaths check
The ti-cgt-arm compiler is a custom TI compiler. It does not
currently support reproducible builds and is provided via a
binary blob download that we cannot patch in the recipe to
address the issue.
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-ti-extras/recipes-bsp/ipumm-fw/ipumm-fw_git.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-ti-extras/recipes-bsp/ipumm-fw/ipumm-fw_git.bb b/meta-ti-extras/recipes-bsp/ipumm-fw/ipumm-fw_git.bb index 8d066eb0..87f63750 100644 --- a/meta-ti-extras/recipes-bsp/ipumm-fw/ipumm-fw_git.bb +++ b/meta-ti-extras/recipes-bsp/ipumm-fw/ipumm-fw_git.bb | |||
@@ -65,3 +65,12 @@ ALTERNATIVE_TARGET[dra7-ipu2-fw.xem4] = "${nonarch_base_libdir}/firmware/${TARGE | |||
65 | ALTERNATIVE_PRIORITY = "20" | 65 | ALTERNATIVE_PRIORITY = "20" |
66 | 66 | ||
67 | FILES:${PN} += "${nonarch_base_libdir}/firmware/*" | 67 | FILES:${PN} += "${nonarch_base_libdir}/firmware/*" |
68 | |||
69 | # Disable the "buildpaths" check while we figure out how we are | ||
70 | # going to address this issue. | ||
71 | # | ||
72 | # The ti-cgt-arm compiler is a custom TI compiler. It does not | ||
73 | # currently support reproducible builds and is provided via a | ||
74 | # binary blob download that we cannot patch in the recipe to address | ||
75 | # the issue. | ||
76 | INSANE_SKIP:${PN} += "buildpaths" | ||