[linux-yocto] [PATCH] intel-common: Add media-all to the standard builds

Darren Hart dvhart at linux.intel.com
Wed Mar 26 13:36:30 PDT 2014


Provide the drivers for common media devices like webcabs and tuners in
the intel-common-standard kernels.

Reported-by: Scott Garman <scott.a.garman at intel.com>
Signed-off-by: Darren Hart <dvhart at linux.intel.com>
---
 .../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



More information about the linux-yocto mailing list