diff options
| author | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-05-19 17:33:23 -0300 |
|---|---|---|
| committer | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-05-20 09:11:03 -0300 |
| commit | e9706ff36d2914d87b90448a9fff49d24baf49bc (patch) | |
| tree | c172e62de0eb8688cf876a1fbbc1fcefd8d296eb /recipes-bsp/isp-imx | |
| parent | b9fed4797c81e207870fc8aa60526068d01f1de9 (diff) | |
| download | meta-freescale-e9706ff36d2914d87b90448a9fff49d24baf49bc.tar.gz | |
basler-camera: 4.2.2.24.0 -> 4.2.2.25.1
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/isp-imx')
| -rw-r--r-- | recipes-bsp/isp-imx/basler-camera_4.2.2.25.1.bb (renamed from recipes-bsp/isp-imx/basler-camera_4.2.2.24.0.bb) | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/recipes-bsp/isp-imx/basler-camera_4.2.2.24.0.bb b/recipes-bsp/isp-imx/basler-camera_4.2.2.25.1.bb index 59ba1c619..550250b2d 100644 --- a/recipes-bsp/isp-imx/basler-camera_4.2.2.24.0.bb +++ b/recipes-bsp/isp-imx/basler-camera_4.2.2.25.1.bb | |||
| @@ -1,16 +1,23 @@ | |||
| 1 | # Copyright 2020-2023 NXP | 1 | # Copyright (C) 2020-2024 NXP |
| 2 | 2 | ||
| 3 | DESCRIPTION = "Basler camera binary drivers" | 3 | DESCRIPTION = "Basler camera binary drivers" |
| 4 | LICENSE = "Proprietary" | 4 | LICENSE = "Proprietary" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=2827219e81f28aba7c6a569f7c437fa7" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c0fb372b5d7f12181de23ef480f225f3" |
| 6 | |||
| 7 | IMX_SRCREV_ABBREV = "d1f506a" | ||
| 6 | 8 | ||
| 7 | inherit fsl-eula-unpack | 9 | inherit fsl-eula-unpack |
| 8 | 10 | ||
| 9 | SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true" | 11 | SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}-${IMX_SRCREV_ABBREV}.bin;fsl-eula=true" |
| 12 | |||
| 13 | SRC_URI[sha256sum] = "49d1b3691d18e2ba5f43a6e2c59ac16767b6e077a118cafec7f51293d6bf30f3" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${BPN}-${PV}-${IMX_SRCREV_ABBREV}" | ||
| 10 | 16 | ||
| 11 | SRC_URI[sha256sum] = "ad3e98ee0c10f2b3e74af8923f44b8d5908e42eedbca12a702e35cee9328d8cf" | 17 | do_compile[noexec] = "1" |
| 12 | 18 | ||
| 13 | do_install() { | 19 | do_install() { |
| 20 | oe_runmake install INSTALL_DIR=${D} | ||
| 14 | dest_dir=${D}/opt/imx8-isp/bin | 21 | dest_dir=${D}/opt/imx8-isp/bin |
| 15 | install -d ${D}/${libdir} | 22 | install -d ${D}/${libdir} |
| 16 | install -d $dest_dir | 23 | install -d $dest_dir |
