diff options
Diffstat (limited to 'conf/machine/intel-core2-32.conf')
| -rw-r--r-- | conf/machine/intel-core2-32.conf | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf deleted file mode 100644 index abe6f90..0000000 --- a/conf/machine/intel-core2-32.conf +++ /dev/null | |||
| @@ -1,35 +0,0 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: intel-core2-32 | ||
| 3 | |||
| 4 | #@DESCRIPTION: Machine configuration for 32 bit Intel Core 2 CPU (and later) with MMX, SSE, SSE2, SSE3, and SSSE3 instruction set support. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware. | ||
| 5 | |||
| 6 | require conf/machine/include/meta-intel.inc | ||
| 7 | require conf/machine/include/intel-core2-32-common.inc | ||
| 8 | require conf/machine/include/intel-common-pkgarch.inc | ||
| 9 | |||
| 10 | MACHINE_FEATURES += "pcbios efi" | ||
| 11 | MACHINE_FEATURES += "va-impl-intel" | ||
| 12 | MACHINE_FEATURES += "wifi 3g nfc" | ||
| 13 | MACHINE_FEATURES += "intel-ucode" | ||
| 14 | |||
| 15 | MACHINE_HWCODECS ?= "va-intel gstreamer1.0-vaapi" | ||
| 16 | |||
| 17 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "gma500-gfx-check" | ||
| 18 | |||
| 19 | XSERVER ?= "${XSERVER_X86_BASE} \ | ||
| 20 | ${XSERVER_X86_EXT} \ | ||
| 21 | ${XSERVER_X86_FBDEV} \ | ||
| 22 | ${XSERVER_X86_I915} \ | ||
| 23 | ${XSERVER_X86_I965} \ | ||
| 24 | ${XSERVER_X86_MODESETTING} \ | ||
| 25 | ${XSERVER_X86_VESA} \ | ||
| 26 | ${XSERVER_X86_ASPEED_AST} \ | ||
| 27 | " | ||
| 28 | |||
| 29 | SYSLINUX_OPTS = "serial 0 115200" | ||
| 30 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyPCH0" | ||
| 31 | APPEND += "rootwait console=ttyS0,115200 console=ttyPCH0,115200 console=tty0" | ||
| 32 | |||
| 33 | IMAGE_FSTYPES += "wic" | ||
| 34 | WKS_FILE ?= "${@bb.utils.contains_any("EFI_PROVIDER", "systemd-boot rmc-boot", "systemd-bootdisk.wks", "mkefidisk.wks", d)}" | ||
| 35 | do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" | ||
