diff options
| author | Chris Dimich <Chris.Dimich@boundarydevices.com> | 2021-02-15 23:12:25 -0800 | 
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-02-16 11:46:58 -0300 | 
| commit | ab82bf33d4f95dacfdfbc56a5b34c6fa51d67e9c (patch) | |
| tree | 327f24046d1698abe565da1ecc060d14eee5e907 | |
| parent | 3b91fa80566510e6f787a4212ef93fcc89c54955 (diff) | |
| download | meta-freescale-ab82bf33d4f95dacfdfbc56a5b34c6fa51d67e9c.tar.gz | |
basler-camera: add recipe
Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
| -rw-r--r-- | recipes-bsp/isp-imx/basler-camera_4.2.2.6.0.bb | 25 | 
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-bsp/isp-imx/basler-camera_4.2.2.6.0.bb b/recipes-bsp/isp-imx/basler-camera_4.2.2.6.0.bb new file mode 100644 index 000000000..65440b6a9 --- /dev/null +++ b/recipes-bsp/isp-imx/basler-camera_4.2.2.6.0.bb  | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | # Copyright 2020 NXP | ||
| 2 | |||
| 3 | DESCRIPTION = "Basler camera binary drivers" | ||
| 4 | LICENSE = "Proprietary" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=cf3f9b8d09bc3926b1004ea71f7a248a" | ||
| 6 | |||
| 7 | inherit fsl-eula-unpack | ||
| 8 | |||
| 9 | SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "8c94839802598853f7b91f6386b4643e" | ||
| 12 | SRC_URI[sha256sum] = "6456dbb0095d988cce65f94e92a3ea80d796e02fd410987c937cfc0a09ca2e4a" | ||
| 13 | |||
| 14 | do_install() { | ||
| 15 | dest_dir=${D}/opt/imx8-isp/bin | ||
| 16 | install -d ${D}/${libdir} | ||
| 17 | install -d $dest_dir | ||
| 18 | cp -r ${S}/opt/imx8-isp/bin/* $dest_dir | ||
| 19 | cp -r ${S}/usr/lib/* ${D}/${libdir} | ||
| 20 | } | ||
| 21 | |||
| 22 | SYSTEMD_AUTO_ENABLE = "enable" | ||
| 23 | |||
| 24 | FILES_${PN} = "${libdir} /opt" | ||
| 25 | INSANE_SKIP_${PN} = "file-rdeps already-stripped" | ||
