Provide the drivers for common media devices like webcabs and tuners in the intel-common-standard kernels.
Reported-by: Scott Garman <[email protected]> Signed-off-by: Darren Hart <[email protected]> --- .../bsp/intel-common/intel-common-standard.scc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/cfg/kernel-cache/bsp/intel-common/intel-common-standard.scc b/meta/cfg/kernel-cache/bsp/intel-common/intel-common-standard.scc index 9ffebd5..6970a3f 100644 --- a/meta/cfg/kernel-cache/bsp/intel-common/intel-common-standard.scc +++ b/meta/cfg/kernel-cache/bsp/intel-common/intel-common-standard.scc @@ -38,6 +38,9 @@ include features/ixgbe/ixgbe.scc include features/iwlwifi/iwlwifi.scc include features/iwlegacy/iwlegacy.scc +# Various media device support, like webcams and capture cards +include features/media/media-all.scc + # Intel technology include features/amt/mei/mei.scc include features/power/intel.scc -- 1.7.9.5 -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
