diff options
| author | Valentin Cobelea <valentin.cobelea@enea.com> | 2014-03-20 16:08:10 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-27 10:04:27 +0000 |
| commit | 18bbfc4cf32b3ed564f93efef16a391c5a3ae50f (patch) | |
| tree | 10b9b12143985293a9a1137088d7ab8f36acbbb0 | |
| parent | 8c1e43ca58fe6616fa4b98bf1076f31d4bfd095d (diff) | |
| download | poky-18bbfc4cf32b3ed564f93efef16a391c5a3ae50f.tar.gz | |
bitbake.conf: Adds bitbake qemu option for ppc e6500 & ppc e6500-64b.
This patch adds the bitbake qemu option for the ppc e6500 &
ppc e6500-64b architectures.
(From OE-Core rev: 62b0f09c13aa8e9c75ddea286586d1a2385a80be)
Signed-off-by: Valentin Cobelea <valentin.cobelea@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index fc528a4c0d..b3786a757b 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
| @@ -152,6 +152,8 @@ QEMU_OPTIONS_e500v2 = "-cpu e500v2" | |||
| 152 | QEMU_OPTIONS_e500mc = "-cpu e500mc" | 152 | QEMU_OPTIONS_e500mc = "-cpu e500mc" |
| 153 | QEMU_OPTIONS_e5500 = "-cpu e5500" | 153 | QEMU_OPTIONS_e5500 = "-cpu e5500" |
| 154 | QEMU_OPTIONS_e5500-64b = "-cpu e5500" | 154 | QEMU_OPTIONS_e5500-64b = "-cpu e5500" |
| 155 | QEMU_OPTIONS_e6500 = "-cpu e6500" | ||
| 156 | QEMU_OPTIONS_e6500-64b = "-cpu e6500" | ||
| 155 | 157 | ||
| 156 | ################################################################## | 158 | ################################################################## |
| 157 | # Date/time variables. | 159 | # Date/time variables. |
