summaryrefslogtreecommitdiffstats
path: root/poky/meta-yocto-bsp/conf/machine/genericx86-64.conf
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta-yocto-bsp/conf/machine/genericx86-64.conf')
-rw-r--r--poky/meta-yocto-bsp/conf/machine/genericx86-64.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/poky/meta-yocto-bsp/conf/machine/genericx86-64.conf b/poky/meta-yocto-bsp/conf/machine/genericx86-64.conf
new file mode 100644
index 000000000..12f7c0d20
--- /dev/null
+++ b/poky/meta-yocto-bsp/conf/machine/genericx86-64.conf
@@ -0,0 +1,10 @@
+#@TYPE: Machine
+#@NAME: Generic X86_64.
+
+#@DESCRIPTION: Machine configuration for generic X86_64 (64-bit) PCs and servers. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware.
+
+DEFAULTTUNE ?= "core2-64"
+require conf/machine/include/tune-core2.inc
+require conf/machine/include/genericx86-common.inc
+
+SERIAL_CONSOLES_CHECK = "ttyS0"
OpenPOWER on IntegriCloud