summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/tune-zynq.inc5
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%"
9KERNEL_IMAGETYPE ?= "uImage" 9KERNEL_IMAGETYPE ?= "uImage"
10 10
11IMAGE_FSTYPES = "cpio ext2 ext2.gz.u-boot ext2.gz" 11IMAGE_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"? 13IMAGE_CLASSES += "image_types_uboot"
15# Issue seems related to inheriting image_types and kernel-arch from image_types_uboot
16INHERIT += "image_types_uboot"
17 14
18PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" 15PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx"
19 16