diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2023-06-17 14:07:53 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-17 14:07:53 -0300 |
| commit | b41bb485c9be0aa4326e9f1c2377e82e9b8f765b (patch) | |
| tree | a597e0616dce66205b9cc3a1df7833fba1b57e89 | |
| parent | 61c96bc314a271f4f149e0b18616f04a34af2a6c (diff) | |
| parent | 73ed893b4c1a38ea874f2a3309a4f0c185c9278a (diff) | |
| download | meta-freescale-b41bb485c9be0aa4326e9f1c2377e82e9b8f765b.tar.gz | |
Merge pull request #1577 from MaxKrummenacher/master
basler-camera: delete files also provided by isp-imx
| -rw-r--r-- | recipes-bsp/isp-imx/basler-camera_4.2.2.21.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-bsp/isp-imx/basler-camera_4.2.2.21.0.bb b/recipes-bsp/isp-imx/basler-camera_4.2.2.21.0.bb index 78a666c66..9eaa11b81 100644 --- a/recipes-bsp/isp-imx/basler-camera_4.2.2.21.0.bb +++ b/recipes-bsp/isp-imx/basler-camera_4.2.2.21.0.bb | |||
| @@ -12,6 +12,10 @@ SRC_URI[md5sum] = "4e33adeb8a43f5bd06703368721085f5" | |||
| 12 | SRC_URI[sha256sum] = "c44fc890902d9d8ef22186d56af035c9cac182817525e64575e3b79015383790" | 12 | SRC_URI[sha256sum] = "c44fc890902d9d8ef22186d56af035c9cac182817525e64575e3b79015383790" |
| 13 | 13 | ||
| 14 | do_install() { | 14 | do_install() { |
| 15 | # provided by the isp-imx package, do not install them here additionally | ||
| 16 | rm -f ${S}/opt/imx8-isp/bin/dewarp_config/sensor_dwe_os08a20_1080P_config.json | ||
| 17 | rm -f ${S}/opt/imx8-isp/bin/dewarp_config/sensor_dwe_os08a20_4K_config.json | ||
| 18 | |||
| 15 | dest_dir=${D}/opt/imx8-isp/bin | 19 | dest_dir=${D}/opt/imx8-isp/bin |
| 16 | install -d ${D}/${libdir} | 20 | install -d ${D}/${libdir} |
| 17 | install -d $dest_dir | 21 | install -d $dest_dir |
