summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham@ideasonboard.com>2021-08-06 11:12:18 +0100
committerKieran Bingham <kieran.bingham@ideasonboard.com>2021-08-06 15:09:32 +0100
commitbf42754794d22e3dc7cc83dbf63cc64f417364ca (patch)
tree44925811f314aa1fd1c5753d50a3e08a86e4316a /meson.build
parentafb2b5856d11f4658d9918547c20525b81490334 (diff)
ipu3: Use ChromeOS tuning file paths
During development, the IPA relied upon tuning database files copied from Chrome OS, duplicated in this repository, and installed in a second location on the target, in /usr/share/libcamera/ipa/ipu3/. Having two copies of the same files on the target devices is not only pointless, it also causes an issue with some Soraka models that use a different sensor module, with a different tuning file. Use the tuning files from Chrome OS directly and drop our copies. Reviewed-by: Umang Jain <umang.jain@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index e7d6c6b..6ea2793 100644
--- a/meson.build
+++ b/meson.build
@@ -96,7 +96,6 @@ ipu3_ipa_deps = [
subdir('aic')
subdir('aiq')
-subdir('data')
subdir('src')
subdir('stats')