diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-05-07 15:14:12 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-05-07 15:14:12 +1000 |
| commit | caec348a5954a0ff3fd5a652f862cfec63d0b8c4 (patch) | |
| tree | a943c6a04cd07f032810a2b46184d1a6d6ccb462 /conf/machine | |
| parent | 5d0ef7c3739627f1d7c9c7204e80789a52a06aea (diff) | |
| download | meta-xilinx-caec348a5954a0ff3fd5a652f862cfec63d0b8c4.tar.gz | |
tune-microblaze.inc: Add Linux/u-boot build configuration
* Add configuration for UBOOT_MACHINE
* Add default linux and u-boot versions and providers
* Set default IMAFE_FSTYPES
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'conf/machine')
| -rw-r--r-- | conf/machine/include/tune-microblaze.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/machine/include/tune-microblaze.inc b/conf/machine/include/tune-microblaze.inc index b387ea1a..85a2619a 100644 --- a/conf/machine/include/tune-microblaze.inc +++ b/conf/machine/include/tune-microblaze.inc | |||
| @@ -16,3 +16,15 @@ TUNE_CCARGS += "${MBCCARGSENDIAN} ${MBCCARGSVERSION} ${MBCCARGSBARRELSHIFT} ${MB | |||
| 16 | MBPKGMATH = "${MBPKGMUL}${MBPKGDIV}${MBPKGFPU}" | 16 | MBPKGMATH = "${MBPKGMUL}${MBPKGDIV}${MBPKGFPU}" |
| 17 | TUNE_PKGARCH = "microblaze${MBPKGENDIAN}${MBPKGVERSION}${MBPKGBARRELSHIFT}${MBPKGSPATTERNCOMPARE}${MBPKGREORDER}${MBPKGMATH}" | 17 | TUNE_PKGARCH = "microblaze${MBPKGENDIAN}${MBPKGVERSION}${MBPKGBARRELSHIFT}${MBPKGSPATTERNCOMPARE}${MBPKGREORDER}${MBPKGMATH}" |
| 18 | PACKAGE_EXTRA_ARCHS_tune-microblaze = "${TUNE_PKGARCH}" | 18 | PACKAGE_EXTRA_ARCHS_tune-microblaze = "${TUNE_PKGARCH}" |
| 19 | |||
| 20 | # Linux Configuration | ||
| 21 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx" | ||
| 22 | PREFERRED_VERSION_linux-xlnx ?= "3.8%" | ||
| 23 | |||
| 24 | KERNEL_IMAGETYPE ?= "linux.bin" | ||
| 25 | IMAGE_FSTYPES ?= "cpio ext2 ext2.gz.u-boot ext2.gz" | ||
| 26 | IMAGE_CLASSES += "image_types_uboot" | ||
| 27 | |||
| 28 | PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" | ||
| 29 | PREFERRED_VERSION_u-boot-xlnx ?= "v2013.01%" | ||
| 30 | UBOOT_MACHINE ?= "microblaze-generic" | ||
