From e76e2b11a52e4a517337c04b95bb93d9352f3aac Mon Sep 17 00:00:00 2001 From: Sipke Vriend Date: Fri, 26 Jul 2013 15:32:14 +1000 Subject: recipes-kernel:linux-yocto: Add RTC fragment to ZC702. RTC fragment was forgotten. Adding it to ZC702 only as zedboard has no RTC. Signed-off-by: Sipke Vriend --- recipes-kernel/linux/linux-yocto/zc702-standard.scc | 1 + recipes-kernel/linux/linux-yocto/zc702-tiny.scc | 1 + 2 files changed, 2 insertions(+) diff --git a/recipes-kernel/linux/linux-yocto/zc702-standard.scc b/recipes-kernel/linux/linux-yocto/zc702-standard.scc index 7701de26..ca803b45 100644 --- a/recipes-kernel/linux/linux-yocto/zc702-standard.scc +++ b/recipes-kernel/linux/linux-yocto/zc702-standard.scc @@ -5,3 +5,4 @@ define KARCH arm include ktypes/standard branch meta include zynq-standard.scc +include cfg/zynq/rtc.scc diff --git a/recipes-kernel/linux/linux-yocto/zc702-tiny.scc b/recipes-kernel/linux/linux-yocto/zc702-tiny.scc index c5ab596a..fbd7a1a5 100644 --- a/recipes-kernel/linux/linux-yocto/zc702-tiny.scc +++ b/recipes-kernel/linux/linux-yocto/zc702-tiny.scc @@ -5,3 +5,4 @@ define KARCH arm include ktypes/tiny branch meta include zynq-tiny.scc +include cfg/zynq/rtc.scc -- cgit v1.2.3-54-g00ecf