diff options
Diffstat (limited to 'meta-yocto-bsp/conf/machine/genericx86-64.conf')
-rw-r--r-- | meta-yocto-bsp/conf/machine/genericx86-64.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-yocto-bsp/conf/machine/genericx86-64.conf b/meta-yocto-bsp/conf/machine/genericx86-64.conf new file mode 100644 index 0000000000..f76e35af67 --- /dev/null +++ b/meta-yocto-bsp/conf/machine/genericx86-64.conf | |||
@@ -0,0 +1,8 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: Generic X86_64. | ||
3 | |||
4 | #@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. | ||
5 | |||
6 | DEFAULTTUNE ?= "core2-64" | ||
7 | require conf/machine/include/tune-core2.inc | ||
8 | require conf/machine/include/genericx86-common.inc | ||