diff options
| author | Sipke Vriend <sipke.vriend@xilinx.com> | 2013-04-26 15:18:33 +1000 |
|---|---|---|
| committer | Sipke Vriend <sipke.vriend@xilinx.com> | 2013-04-26 15:18:33 +1000 |
| commit | a48d3340657fed342b6294631dac3905663b4c1d (patch) | |
| tree | 0a25da32b0f83dd2098ef95b0117426836aeea1b /conf | |
| parent | 7baa3e67f9a2ca22e7ad81b1470e1136952225de (diff) | |
| download | meta-xilinx-a48d3340657fed342b6294631dac3905663b4c1d.tar.gz | |
Add mkimage wrapped ext2.gz.u-boot root file system.
Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/include/tune-zynq.inc | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/conf/machine/include/tune-zynq.inc b/conf/machine/include/tune-zynq.inc index d87855cc..6d6ff060 100644 --- a/conf/machine/include/tune-zynq.inc +++ b/conf/machine/include/tune-zynq.inc | |||
| @@ -8,9 +8,12 @@ PREFERRED_VERSION_linux-xlnx ?= "3.8%" | |||
| 8 | 8 | ||
| 9 | KERNEL_IMAGETYPE ?= "uImage" | 9 | KERNEL_IMAGETYPE ?= "uImage" |
| 10 | 10 | ||
| 11 | #INHERIT += "image_types_uboot" | 11 | IMAGE_FSTYPES = "cpio ext2 ext2.gz.u-boot ext2.gz" |
| 12 | #IMAGE_FSTYPES = "cpio ext2 ext2.gz.u-boot" | 12 | #IMAGE_FSTYPES = "tar.gz ubi cpio ext2" |
| 13 | IMAGE_FSTYPES = "cpio ext2" | 13 | |
| 14 | # This inherit causes an "ERROR: cannot map 'allarch' to a linux kernel architecture"? | ||
| 15 | # Issue seems related to inheriting image_types and kernel-arch from image_types_uboot | ||
| 16 | INHERIT += "image_types_uboot" | ||
| 14 | 17 | ||
| 15 | PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" | 18 | PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" |
| 16 | 19 | ||
