summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/bitbake.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 1525e44b2c..f2d00aa327 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -139,6 +139,10 @@ QEMU_OPTIONS = ""
139QEMU_OPTIONS_iwmmxt = "-cpu pxa270-c5" 139QEMU_OPTIONS_iwmmxt = "-cpu pxa270-c5"
140QEMU_OPTIONS_armv6 = "-cpu arm1136" 140QEMU_OPTIONS_armv6 = "-cpu arm1136"
141QEMU_OPTIONS_armv7a = "-cpu cortex-a8" 141QEMU_OPTIONS_armv7a = "-cpu cortex-a8"
142QEMU_OPTIONS_e500v2 = "-cpu e500v2"
143QEMU_OPTIONS_e500mc = "-cpu e500mc"
144QEMU_OPTIONS_e5500 = "-cpu e5500"
145QEMU_OPTIONS_e5500-64b = "-cpu e5500"
142 146
143################################################################## 147##################################################################
144# Date/time variables. 148# Date/time variables.