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 | |
| 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')
| -rw-r--r-- | conf/machine/include/tune-microblaze.inc | 3 | ||||
| -rw-r--r-- | conf/machine/include/tune-zynq.inc | 3 |
2 files changed, 6 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" | ||
diff --git a/conf/machine/include/tune-zynq.inc b/conf/machine/include/tune-zynq.inc index f02b9a95..e1a91ad8 100644 --- a/conf/machine/include/tune-zynq.inc +++ b/conf/machine/include/tune-zynq.inc | |||
| @@ -26,3 +26,6 @@ IMAGE_CLASSES += "image_types_uboot" | |||
| 26 | # U-Boot Configuration | 26 | # U-Boot Configuration |
| 27 | PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" | 27 | PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" |
| 28 | PREFERRED_VERSION_u-boot-xlnx ?= "v2013.01%" | 28 | PREFERRED_VERSION_u-boot-xlnx ?= "v2013.01%" |
| 29 | |||
| 30 | # linux-yocto KMACHINE | ||
| 31 | KMACHINE ?= "zynq-default" | ||
