diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-07-30 17:38:44 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-07-30 17:38:44 +1000 |
| commit | efc3f819107d88cf630ed521a217e337d042e998 (patch) | |
| tree | aa6d75c8935467664e069e8c0bb9464f222ac269 /conf/machine/include/tune-microblaze.inc | |
| parent | ec0e617e44ea367a77f139b92f93ed2d1392de06 (diff) | |
| download | meta-xilinx-efc3f819107d88cf630ed521a217e337d042e998.tar.gz | |
linux-yocto: Fix compatiblity with base layer machines
* Remove use of machine specific configuration, replace with a
'zynq-default' and 'microblaze-default'.
* Add support for the use of meta-xilinx MACHINE_* variables.
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'conf/machine/include/tune-microblaze.inc')
| -rw-r--r-- | conf/machine/include/tune-microblaze.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/include/tune-microblaze.inc b/conf/machine/include/tune-microblaze.inc index c908bb46..5f4d65ba 100644 --- a/conf/machine/include/tune-microblaze.inc +++ b/conf/machine/include/tune-microblaze.inc | |||
| @@ -23,3 +23,6 @@ IMAGE_CLASSES += "image_types_uboot" | |||
| 23 | PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" | 23 | PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" |
| 24 | PREFERRED_VERSION_u-boot-xlnx ?= "v2013.01%" | 24 | PREFERRED_VERSION_u-boot-xlnx ?= "v2013.01%" |
| 25 | UBOOT_MACHINE ?= "microblaze-generic" | 25 | UBOOT_MACHINE ?= "microblaze-generic" |
| 26 | |||
| 27 | # linux-yocto KMACHINE | ||
| 28 | KMACHINE ?= "microblaze-default" | ||
