diff options
Diffstat (limited to 'recipes-multimedia/libcamera/neo-ipa-uguzzi_0.2.7.bb')
| -rw-r--r-- | recipes-multimedia/libcamera/neo-ipa-uguzzi_0.2.7.bb | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/recipes-multimedia/libcamera/neo-ipa-uguzzi_0.2.7.bb b/recipes-multimedia/libcamera/neo-ipa-uguzzi_0.2.7.bb new file mode 100644 index 000000000..cc0161182 --- /dev/null +++ b/recipes-multimedia/libcamera/neo-ipa-uguzzi_0.2.7.bb | |||
| @@ -0,0 +1,37 @@ | |||
| 1 | # Copyright 2026 NXP | ||
| 2 | |||
| 3 | SUMMARY = "uGuzzi IPA for the libcamera NXP NEO pipeline" | ||
| 4 | DESCRIPTION = "\ | ||
| 5 | An Image Processing Algorithm library for libcamera, for i.MX95 ISP, \ | ||
| 6 | based on proprietary MM Solutions EAD uGuzzi 3A library" | ||
| 7 | HOMEPAGE = "https://github.com/nxp-imx/neo-ipa-uguzzi" | ||
| 8 | SECTION = "libs" | ||
| 9 | LICENSE = "Apache-2.0 AND BSD-2-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT AND LicenseRef-Proprietary" | ||
| 10 | # Put EULA on separate line for automated recipe updates | ||
| 11 | LIC_FILES_CHKSUM = "file://LICENSES/LA_OPT_NXP_Software_License.txt;md5=bc649096ad3928ec06a8713b8d787eac" | ||
| 12 | LIC_FILES_CHKSUM += "\ | ||
| 13 | file://COPYING;md5=6462e06298403caf09a22e67a7cc551a \ | ||
| 14 | file://LICENSES/Apache-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \ | ||
| 15 | file://LICENSES/BSD-2-Clause.txt;md5=63d6ee386b8aaba70b1bf15a79ca50f2 \ | ||
| 16 | file://LICENSES/GPL-2.0-or-later.txt;md5=fed54355545ffd980b814dab4a3b312c \ | ||
| 17 | file://LICENSES/LGPL-2.1-or-later.txt;md5=3c328714bf889b2c3c7cd842e3e4893b \ | ||
| 18 | file://LICENSES/MIT.txt;md5=38aa75cf4c4c87f018227d5ec9638d75 " | ||
| 19 | DEPENDS = "libcamera" | ||
| 20 | |||
| 21 | SRC_URI = "${NEO_IPA_UGUZZI_SRC};branch=${SRCBRANCH}" | ||
| 22 | NEO_IPA_UGUZZI_SRC ?= "git://github.com/nxp-imx/neo-ipa-uguzzi;protocol=https" | ||
| 23 | SRCBRANCH = "lf-6.18.20_2.0.0" | ||
| 24 | SRCREV = "23fdfc14330253b789f24c35e53786bc46d35703" | ||
| 25 | |||
| 26 | inherit meson pkgconfig | ||
| 27 | |||
| 28 | FILES:${PN} += "${libdir}/libcamera ${datadir}/libcamera" | ||
| 29 | |||
| 30 | # Libraries are unversioned | ||
| 31 | SOLIBS = ".so" | ||
| 32 | FILES_SOLIBSDEV = "" | ||
| 33 | |||
| 34 | # Pre-built binaries are already stripped, so skip the QA test | ||
| 35 | INSANE_SKIP:${PN} = "already-stripped" | ||
| 36 | |||
| 37 | COMPATIBLE_MACHINE = "(mx95-generic-bsp)" | ||
