packagegroup-dey-core: add v4l-utils to platforms with video
This package is specially required for configuring the camera paths on the newest kernels and capture drivers. Include it by default in all platforms that support video. Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
parent
bf87d0df25
commit
c3f8f1dd2b
|
|
@ -67,15 +67,12 @@ RDEPENDS:${PN} = "\
|
|||
${VIRTUAL-RUNTIME_update-alternatives} \
|
||||
${MACHINE_ESSENTIAL_EXTRA_RDEPENDS} \
|
||||
${MACHINE_EXTRA_RDEPENDS} \
|
||||
${MULTIMEDIA_PKGS} \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN}:append:ccmp15 = " \
|
||||
v4l-utils \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN}:append:ccmp2 = " \
|
||||
v4l-utils \
|
||||
"
|
||||
MULTIMEDIA_PKGS = "v4l-utils"
|
||||
MULTIMEDIA_PKGS:ccimx91 = ""
|
||||
MULTIMEDIA_PKGS:ccmp13 = ""
|
||||
|
||||
# The rootfs in the CC6UL is not big enough for graphic images (QT) and the
|
||||
# connectcore demo, so we restrict the demo only for the 'core-image-base'
|
||||
|
|
|
|||
Loading…
Reference in New Issue