From: Sreeju Selvaraj <[email protected]> Since migrating this BSP to use intel-common, we need to add RTC configuration to enable real time clock.
Signed-off-by: Sreeju Selvaraj <[email protected]> Signed-off-by: Chan Wei Sern <[email protected]> --- meta/cfg/kernel-cache/bsp/romley/romley.scc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/cfg/kernel-cache/bsp/romley/romley.scc b/meta/cfg/kernel-cache/bsp/romley/romley.scc index 9967407..3020fd8 100644 --- a/meta/cfg/kernel-cache/bsp/romley/romley.scc +++ b/meta/cfg/kernel-cache/bsp/romley/romley.scc @@ -11,6 +11,7 @@ include features/igb/igb.scc # generic power management include features/power/intel.scc +include cfg/timer/rtc.scc include features/latencytop/latencytop.scc include features/profiling/profiling.scc -- 1.9.1 -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
