diff options
| author | Sipke Vriend <sipke.vriend@xilinx.com> | 2013-04-23 16:04:21 +1000 |
|---|---|---|
| committer | Sipke Vriend <sipke.vriend@xilinx.com> | 2013-04-23 16:04:21 +1000 |
| commit | 7baa3e67f9a2ca22e7ad81b1470e1136952225de (patch) | |
| tree | cc57df042f1b3e1450c6c74128883fa54424ebc3 /conf/machine | |
| parent | 98a8298372a29ad4d06e17333d9896c3f119a3e7 (diff) | |
| download | meta-xilinx-7baa3e67f9a2ca22e7ad81b1470e1136952225de.tar.gz | |
Moved defconfig to bsp/board layer.
Also some other minor changes.
Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
Diffstat (limited to 'conf/machine')
| -rw-r--r-- | conf/machine/include/tune-zynq.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/include/tune-zynq.inc b/conf/machine/include/tune-zynq.inc index da75b698..d87855cc 100644 --- a/conf/machine/include/tune-zynq.inc +++ b/conf/machine/include/tune-zynq.inc | |||
| @@ -6,8 +6,10 @@ require conf/machine/include/tune-cortexa9.inc | |||
| 6 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx" | 6 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx" |
| 7 | PREFERRED_VERSION_linux-xlnx ?= "3.8%" | 7 | PREFERRED_VERSION_linux-xlnx ?= "3.8%" |
| 8 | 8 | ||
| 9 | KERNEL_IMAGETYPE = "uImage" | 9 | KERNEL_IMAGETYPE ?= "uImage" |
| 10 | 10 | ||
| 11 | #INHERIT += "image_types_uboot" | ||
| 12 | #IMAGE_FSTYPES = "cpio ext2 ext2.gz.u-boot" | ||
| 11 | IMAGE_FSTYPES = "cpio ext2" | 13 | IMAGE_FSTYPES = "cpio ext2" |
| 12 | 14 | ||
| 13 | PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" | 15 | PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" |
