summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2013-07-30 17:38:44 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2013-07-30 17:38:44 +1000
commitefc3f819107d88cf630ed521a217e337d042e998 (patch)
treeaa6d75c8935467664e069e8c0bb9464f222ac269 /conf/machine/include
parentec0e617e44ea367a77f139b92f93ed2d1392de06 (diff)
downloadmeta-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.inc3
-rw-r--r--conf/machine/include/tune-zynq.inc3
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"
23PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" 23PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx"
24PREFERRED_VERSION_u-boot-xlnx ?= "v2013.01%" 24PREFERRED_VERSION_u-boot-xlnx ?= "v2013.01%"
25UBOOT_MACHINE ?= "microblaze-generic" 25UBOOT_MACHINE ?= "microblaze-generic"
26
27# linux-yocto KMACHINE
28KMACHINE ?= "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
27PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" 27PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx"
28PREFERRED_VERSION_u-boot-xlnx ?= "v2013.01%" 28PREFERRED_VERSION_u-boot-xlnx ?= "v2013.01%"
29
30# linux-yocto KMACHINE
31KMACHINE ?= "zynq-default"