From: Nitin A Kamble <[email protected]> Add media features to minnow standard kernel. The despised media.cfg can be removed from the minnow kernel recipe now.
Signed-off-by: Nitin A Kamble <[email protected]> --- meta/cfg/kernel-cache/bsp/minnow/minnow-standard.scc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/cfg/kernel-cache/bsp/minnow/minnow-standard.scc b/meta/cfg/kernel-cache/bsp/minnow/minnow-standard.scc index a7a87d5..7d4d6e1 100644 --- a/meta/cfg/kernel-cache/bsp/minnow/minnow-standard.scc +++ b/meta/cfg/kernel-cache/bsp/minnow/minnow-standard.scc @@ -8,6 +8,7 @@ include minnow.scc # Extra minnow configs above the minimal defined in minnow.scc include cfg/efi-ext.scc +include features/media/media-all.scc # The following should really be in standard.scc # USB live-image support -- 1.8.1.4 _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
