diff options
| author | Sipke Vriend <sipke.vriend@xilinx.com> | 2013-05-22 11:41:22 +1000 |
|---|---|---|
| committer | Sipke Vriend <sipke.vriend@xilinx.com> | 2013-05-22 11:41:22 +1000 |
| commit | 0898c815704c571ecc6432fc03763e61894bf376 (patch) | |
| tree | c8a31b261f493f605b9ff30402954ed191a0eaa0 /conf/machine/include/microblaze/feature-microblaze-versions.inc | |
| parent | b2c97e854f43de2483c8663c0be6c1c0f5e4fab3 (diff) | |
| download | meta-xilinx-0898c815704c571ecc6432fc03763e61894bf376.tar.gz | |
microblaze: Change version tune format.
Modify versions from vXYY to vX.YY to provide distinction between major and minor sections.
Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
Diffstat (limited to 'conf/machine/include/microblaze/feature-microblaze-versions.inc')
| -rw-r--r-- | conf/machine/include/microblaze/feature-microblaze-versions.inc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/conf/machine/include/microblaze/feature-microblaze-versions.inc b/conf/machine/include/microblaze/feature-microblaze-versions.inc index b6ff708a..a6e356d2 100644 --- a/conf/machine/include/microblaze/feature-microblaze-versions.inc +++ b/conf/machine/include/microblaze/feature-microblaze-versions.inc | |||
| @@ -8,10 +8,10 @@ require conf/machine/include/microblaze/feature-microblaze-v7.inc | |||
| 8 | 8 | ||
| 9 | # Setup a 'feature set' conflict list which ensures only one version is selected | 9 | # Setup a 'feature set' conflict list which ensures only one version is selected |
| 10 | # when defining the TUNE_FEATURES_tune-<> in local.conf file. | 10 | # when defining the TUNE_FEATURES_tune-<> in local.conf file. |
| 11 | TUNECONFLICTS[v850] += "v730 v800 v810 v820 v830 v840" | 11 | TUNECONFLICTS[v8.50] += "v7.30 v8.00 v8.10 v8.20 v8.30 v8.40" |
| 12 | TUNECONFLICTS[v840] += "v730 v800 v810 v820 v830 v850" | 12 | TUNECONFLICTS[v8.40] += "v7.30 v8.00 v8.10 v8.20 v8.30 v8.50" |
| 13 | TUNECONFLICTS[v830] += "v730 v800 v810 v820 v840 v850" | 13 | TUNECONFLICTS[v8.30] += "v7.30 v8.00 v8.10 v8.20 v8.40 v8.50" |
| 14 | TUNECONFLICTS[v820] += "v730 v800 v810 v830 v840 v850" | 14 | TUNECONFLICTS[v8.20] += "v7.30 v8.00 v8.10 v8.30 v8.40 v8.50" |
| 15 | TUNECONFLICTS[v810] += "v730 v800 v820 v830 v840 v850" | 15 | TUNECONFLICTS[v8.10] += "v7.30 v8.00 v8.20 v8.30 v8.40 v8.50" |
| 16 | TUNECONFLICTS[v800] += "v730 v810 v820 v830 v840 v850" | 16 | TUNECONFLICTS[v8.00] += "v7.30 v8.10 v8.20 v8.30 v8.40 v8.50" |
| 17 | TUNECONFLICTS[v730] += "v800 v810 v820 v830 v840 v850" | 17 | TUNECONFLICTS[v7.30] += "v8.00 v8.10 v8.20 v8.30 v8.40 v8.50" |
