mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 14:52:19 +02:00
packagegroup-fsl-isp: add packagegroup
Add a packagegroup to support ISP and Basler Camera. Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
This commit is contained in:
parent
420f87e0af
commit
bb2e202e5c
14
recipes-fsl/packagegroups/packagegroup-fsl-isp.bb
Normal file
14
recipes-fsl/packagegroups/packagegroup-fsl-isp.bb
Normal file
|
@ -0,0 +1,14 @@
|
|||
DESCRIPTION = "Add packages for ISP build"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
ISP_PKGS ?= ""
|
||||
ISP_PKGS_mx8mp = " \
|
||||
isp-imx \
|
||||
basler-camera \
|
||||
basler-camera-dev \
|
||||
kernel-module-isp-vvcam \
|
||||
"
|
||||
RDEPENDS_${PN} = " \
|
||||
${ISP_PKGS} \
|
||||
"
|
Loading…
Reference in New Issue
Block a user