diff options
| author | Sipke Vriend <sipke.vriend@xilinx.com> | 2013-04-22 14:22:40 +1000 |
|---|---|---|
| committer | Sipke Vriend <sipke.vriend@xilinx.com> | 2013-04-22 14:22:40 +1000 |
| commit | 98a8298372a29ad4d06e17333d9896c3f119a3e7 (patch) | |
| tree | d2e9c7debefce46b41f6cf13eb5a3f8c1196846b /conf/machine/include | |
| parent | 70d2e350502a6fa776883f78cdd87c5771189285 (diff) | |
| download | meta-xilinx-98a8298372a29ad4d06e17333d9896c3f119a3e7.tar.gz | |
Refactor zedboard machine. Move commone items into tune-zynq include file.
Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
Diffstat (limited to 'conf/machine/include')
| -rw-r--r-- | conf/machine/include/tune-zynq.inc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/conf/machine/include/tune-zynq.inc b/conf/machine/include/tune-zynq.inc new file mode 100644 index 00000000..da75b698 --- /dev/null +++ b/conf/machine/include/tune-zynq.inc | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | |||
| 2 | MACHINE_FEATURES := "" | ||
| 3 | |||
| 4 | require conf/machine/include/tune-cortexa9.inc | ||
| 5 | |||
| 6 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx" | ||
| 7 | PREFERRED_VERSION_linux-xlnx ?= "3.8%" | ||
| 8 | |||
| 9 | KERNEL_IMAGETYPE = "uImage" | ||
| 10 | |||
| 11 | IMAGE_FSTYPES = "cpio ext2" | ||
| 12 | |||
| 13 | PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" | ||
| 14 | |||
| 15 | PREFERRED_VERSION_u-boot-xlnx ?= "v2013.01%" | ||
