Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | isp-imx: don't install files for basler cameras | Max Krummenacher | 2024-01-18 | 1 | -0/+3 |
| | | | | | | | | | | | | | The basler-camera recipe/package provides the files for basler cameras. Do not install them with the isp-imx package. Prevents: | * check_data_file_clashes: Package libdaa3840-30mc1 wants to install file .../rootfs/opt/imx8-isp/bin/dewarp_config/daA3840_30mc_1080P.json | But that file is already provided by package * isp-imx | ... Fixes: 9f9b707 ("isp-imx: update to 4.2.2.24.0 used with lf-6.1.55-2.2.0") Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> | ||||
* | isp-imx: update to 4.2.2.24.0 used with lf-6.1.55-2.2.0 | Max Krummenacher | 2024-01-16 | 1 | -0/+102 |
Set CMake variable so that tinyxml2 can be found. Prevents: | make[2]: *** No rule to make target '...isp-imx/4.2.2.24.0/recipe-sysrootlib/libtinyxml2.so', needed by 'generated/release/bin/tuningext'. Stop. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> |