diff options
| author | Nathan Rossi <nathan@nathanrossi.com> | 2016-10-11 20:58:09 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-10-27 02:15:28 +1000 |
| commit | c570b1226152338cd6b5a1c254df3bcad83d56b8 (patch) | |
| tree | b853987206d99b8c5430e5924e14add5effa1ebb /conf | |
| parent | 186a5f3d11c61e949a59d060f976c2d94375e7fc (diff) | |
| download | meta-xilinx-c570b1226152338cd6b5a1c254df3bcad83d56b8.tar.gz | |
qemu* -> *qemu-*: Rename QEMU machines
Rename the QEMU machines to match the <board>-<design>-<arch>
convention. QEMU only machines no longer need to be named qemu*.
Note for qemuzynq it is special in that it does not model a board, as
such it has no board in the name being just 'qemu-zynq7'.
This updates the README.md to match the new machine names.
Additional update all occurrences of the qemu* machines
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/ml605-qemu-microblazeel.conf (renamed from conf/machine/qemumicroblaze.conf) | 2 | ||||
| -rw-r--r-- | conf/machine/qemu-zynq7.conf (renamed from conf/machine/qemuzynq.conf) | 4 | ||||
| -rw-r--r-- | conf/machine/s3adsp1800-qemu-microblazeeb.conf (renamed from conf/machine/qemumicroblaze-s3adsp1800.conf) | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/conf/machine/qemumicroblaze.conf b/conf/machine/ml605-qemu-microblazeel.conf index 6fca065e..38364a83 100644 --- a/conf/machine/qemumicroblaze.conf +++ b/conf/machine/ml605-qemu-microblazeel.conf | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | #@TYPE: Machine | 1 | #@TYPE: Machine |
| 2 | #@NAME: qemumicroblaze | 2 | #@NAME: ml605-qemu-microblazeel |
| 3 | #@DESCRIPTION: MicroBlaze QEMU machine support ('petalogix-ml605' model) | 3 | #@DESCRIPTION: MicroBlaze QEMU machine support ('petalogix-ml605' model) |
| 4 | 4 | ||
| 5 | require conf/machine/include/tune-microblaze.inc | 5 | require conf/machine/include/tune-microblaze.inc |
diff --git a/conf/machine/qemuzynq.conf b/conf/machine/qemu-zynq7.conf index 70ea9e0e..02b9e621 100644 --- a/conf/machine/qemuzynq.conf +++ b/conf/machine/qemu-zynq7.conf | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | #@TYPE: Machine | 1 | #@TYPE: Machine |
| 2 | #@NAME: qemuzynq | 2 | #@NAME: qemu-zynq7 |
| 3 | #@DESCRIPTION: Zynq QEMU machine support ('xilinx-zynq-a9' model) | 3 | #@DESCRIPTION: Zynq QEMU machine support ('xilinx-zynq-a9' model) |
| 4 | 4 | ||
| 5 | require conf/machine/include/tune-zynq.inc | 5 | require conf/machine/include/tune-zynq.inc |
| @@ -11,7 +11,7 @@ MACHINE_FEATURES = "ext2 vfat" | |||
| 11 | SERIAL_CONSOLE = "115200 ttyPS0" | 11 | SERIAL_CONSOLE = "115200 ttyPS0" |
| 12 | 12 | ||
| 13 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree" | 13 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree" |
| 14 | MACHINE_DEVICETREE = "qemu/qemuzynq.dts" | 14 | MACHINE_DEVICETREE = "qemu/qemu-zynq7.dts" |
| 15 | 15 | ||
| 16 | # Use the networking setup from qemuarm | 16 | # Use the networking setup from qemuarm |
| 17 | FILESOVERRIDES_append_pn-init-ifupdown = ":qemuarm" | 17 | FILESOVERRIDES_append_pn-init-ifupdown = ":qemuarm" |
diff --git a/conf/machine/qemumicroblaze-s3adsp1800.conf b/conf/machine/s3adsp1800-qemu-microblazeeb.conf index 4eb5061f..d76ed17f 100644 --- a/conf/machine/qemumicroblaze-s3adsp1800.conf +++ b/conf/machine/s3adsp1800-qemu-microblazeeb.conf | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | #@TYPE: Machine | 1 | #@TYPE: Machine |
| 2 | #@NAME: qemumicroblaze-s3adsp1800 | 2 | #@NAME: s3adsp1800-qemu-microblazeeb |
| 3 | #@DESCRIPTION: MicroBlaze QEMU machine support ('petalogix-s3adsp1800' model) | 3 | #@DESCRIPTION: MicroBlaze QEMU machine support ('petalogix-s3adsp1800' model) |
| 4 | 4 | ||
| 5 | require conf/machine/include/tune-microblaze.inc | 5 | require conf/machine/include/tune-microblaze.inc |
