diff options
| author | Sipke Vriend <sipke.vriend@xilinx.com> | 2013-05-02 12:26:16 +1000 |
|---|---|---|
| committer | Sipke Vriend <sipke.vriend@xilinx.com> | 2013-05-02 12:57:50 +1000 |
| commit | a2c9390608141347505080820af55f2429a63e7e (patch) | |
| tree | 8e0f3535cafd097abf31e1a06eb46f319c803777 /conf | |
| parent | f79f67aa40ad5416743394bc95e8a9220f927c6a (diff) | |
| download | meta-xilinx-a2c9390608141347505080820af55f2429a63e7e.tar.gz | |
Move RTC config in kernel config to fragments.
Zedboard has no RTC, ZC702 does.
Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/include/tune-zynq.inc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/conf/machine/include/tune-zynq.inc b/conf/machine/include/tune-zynq.inc index 6d6ff060..0665466d 100644 --- a/conf/machine/include/tune-zynq.inc +++ b/conf/machine/include/tune-zynq.inc | |||
| @@ -9,11 +9,8 @@ PREFERRED_VERSION_linux-xlnx ?= "3.8%" | |||
| 9 | KERNEL_IMAGETYPE ?= "uImage" | 9 | KERNEL_IMAGETYPE ?= "uImage" |
| 10 | 10 | ||
| 11 | IMAGE_FSTYPES = "cpio ext2 ext2.gz.u-boot ext2.gz" | 11 | IMAGE_FSTYPES = "cpio ext2 ext2.gz.u-boot ext2.gz" |
| 12 | #IMAGE_FSTYPES = "tar.gz ubi cpio ext2" | ||
| 13 | 12 | ||
| 14 | # This inherit causes an "ERROR: cannot map 'allarch' to a linux kernel architecture"? | 13 | IMAGE_CLASSES += "image_types_uboot" |
| 15 | # Issue seems related to inheriting image_types and kernel-arch from image_types_uboot | ||
| 16 | INHERIT += "image_types_uboot" | ||
| 17 | 14 | ||
| 18 | PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" | 15 | PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" |
| 19 | 16 | ||
