diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-12-01 15:53:13 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-12-03 17:45:44 +1000 |
| commit | 464125b9b3ccb453c136bd79fd0461d9e3bdd7af (patch) | |
| tree | 9b318ae32fc8a3d87f018bac3516e2a891f12f74 /conf/machine | |
| parent | ff7609762e100824abcb2faf518c346d07e1a815 (diff) | |
| download | meta-xilinx-464125b9b3ccb453c136bd79fd0461d9e3bdd7af.tar.gz | |
microblaze: Add USE_VT="" to microblaze machine configs
* MicroBlaze kernels do not support VT currently, so disable the
emitting of the virtual terminal 'tty1' from the sysvinit-inittab
package via the setting of USE_VT = ""
* This resolves the issue where init tries to continiuously spawn getty
on tty1
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'conf/machine')
| -rw-r--r-- | conf/machine/kc705-trd-microblazeel.conf | 1 | ||||
| -rw-r--r-- | conf/machine/qemumicroblaze.conf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/kc705-trd-microblazeel.conf b/conf/machine/kc705-trd-microblazeel.conf index 8c78f51d..be46e31a 100644 --- a/conf/machine/kc705-trd-microblazeel.conf +++ b/conf/machine/kc705-trd-microblazeel.conf | |||
| @@ -19,6 +19,7 @@ require conf/machine/include/machine-xilinx-default.inc | |||
| 19 | require conf/machine/include/machine-xilinx-board.inc | 19 | require conf/machine/include/machine-xilinx-board.inc |
| 20 | TUNE_FEATURES_tune-microblaze += "v8.50 little-endian barrel-shift pattern-compare reorder multiply-low" | 20 | TUNE_FEATURES_tune-microblaze += "v8.50 little-endian barrel-shift pattern-compare reorder multiply-low" |
| 21 | 21 | ||
| 22 | USE_VT = "" | ||
| 22 | SERIAL_CONSOLE = "115200 ttyS0" | 23 | SERIAL_CONSOLE = "115200 ttyS0" |
| 23 | 24 | ||
| 24 | MACHINE_DEVICETREE := "kc705/kc705-trd-microblazeel.dts" | 25 | MACHINE_DEVICETREE := "kc705/kc705-trd-microblazeel.dts" |
diff --git a/conf/machine/qemumicroblaze.conf b/conf/machine/qemumicroblaze.conf index 0ff36bac..66e93a8b 100644 --- a/conf/machine/qemumicroblaze.conf +++ b/conf/machine/qemumicroblaze.conf | |||
| @@ -10,6 +10,7 @@ TUNE_FEATURES_tune-microblaze += "v8.50 little-endian barrel-shift reorder patte | |||
| 10 | 10 | ||
| 11 | EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native" | 11 | EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native" |
| 12 | 12 | ||
| 13 | USE_VT = "" | ||
| 13 | SERIAL_CONSOLE = "115200 ttyS0" | 14 | SERIAL_CONSOLE = "115200 ttyS0" |
| 14 | 15 | ||
| 15 | MACHINE_DEVICETREE := "qemu/qemumicroblaze.dts" | 16 | MACHINE_DEVICETREE := "qemu/qemumicroblaze.dts" |
