summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/isp-imx
Commit message (Collapse)AuthorAgeFilesLines
* isp-imx: fix compiler error with __DATE__, __TIME__Max Krummenacher2021-06-142-2/+76
| | | | | | | | With reproducible build enabled the compiler is configured to throw an error if __TIME__, __DATE__ preprocessor macros are used, replace them. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* basler-camera, isp: Fix compatibility for 8M Plus onlyTom Hochstein2021-05-112-2/+2
| | | | | | The basler camera support is for 8M Plus SOC only. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* isp-imx: Switch to dewarp to testTom Hochstein2021-04-301-1/+1
| | | | | | Install dewarp instead of mediacontrol for test. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* isp-imx: Enable G2DTom Hochstein2021-04-301-2/+3
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* isp-imx: Cleanup recipeTom Hochstein2021-04-301-10/+10
| | | | | | Fix variable order, use BP in place of BPN-PV and PN-PV. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* isp-imx: Cleanup packagingTom Hochstein2021-04-301-6/+10
| | | | | | | | Rework the packaging section of the recipe, reducing the packaging overrides to a minimum to handle a) installation to /opt, and b) the mix of versioned and unversioned libraries. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* isp-imx: Normalize the recipe source folderTom Hochstein2021-04-301-4/+5
| | | | | | | | | | | The source folder of the recipe is adjusted to the appshell sub-folder to facilitate building of that folder. This causes complicated adjustments for the license and patch files. Restore the source folder to the default and use OECMAKE_SOURCEPATH to direct the build to the appshell sub-folder. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* isp-imx: Upgrade to 4.2.2.11.0Tom Hochstein2021-04-305-107/+22
| | | | | | | | | | | | | Drop upstreamed patches: - 0001-BufferManager.h-add-missing-header-file.patch - 0001-imx8-isp.service-do-not-prevent-restart-of-service.patch - 0001-run.sh-fix-bashism.patch Rework patch 0001-start_isp.sh-fix-test-to-be-generic.patch. Let the startup use the default device tree-based implementation as-is, and failing that, try the generic dmesg-based implementation. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* basler-camera: Upgrade to 4.2.2.11.0Tom Hochstein2021-04-301-4/+4
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* basler-camera,isp-imx,kernel-module-isp-vvcam: Mark imx specificKhem Raj2021-02-182-0/+4
| | | | | | | These recipes are really not meant for non imx architectures, therefore pin them as such Signed-off-by: Khem Raj <raj.khem@gmail.com>
* isp-imx: do not prevent restart of serviceChris Dimich2021-02-172-0/+27
| | | | Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
* isp-imx: fix bashismChris Dimich2021-02-172-2/+26
| | | | Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
* basler-camera: add recipeChris Dimich2021-02-161-0/+25
| | | | Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
* isp-imx: add recipeChris Dimich2021-02-163-0/+153
Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>