Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | include conf/machine/include/x86-base.inc |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 2 | require conf/machine/include/qemuboot-x86.inc |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 3 | MACHINE_FEATURES += "wifi efi pcbios" |
| 4 | |
Andrew Geissler | d1e8949 | 2021-02-12 15:35:20 -0600 | [diff] [blame] | 5 | PREFERRED_VERSION_linux-yocto ?= "5.10%" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 6 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 7 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" |
| 8 | XSERVER ?= "${XSERVER_X86_BASE} \ |
| 9 | ${XSERVER_X86_EXT} \ |
| 10 | ${XSERVER_X86_I915} \ |
| 11 | ${XSERVER_X86_I965} \ |
| 12 | ${XSERVER_X86_FBDEV} \ |
| 13 | ${XSERVER_X86_VESA} \ |
| 14 | ${XSERVER_X86_MODESETTING} \ |
| 15 | " |
| 16 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 17 | MACHINE_EXTRA_RRECOMMENDS += "kernel-modules linux-firmware" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 18 | |
| 19 | GLIBC_ADDONS = "nptl" |
| 20 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 21 | EXTRA_OECONF:append:pn-matchbox-panel-2 = " --with-battery=acpi" |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 22 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 23 | IMAGE_FSTYPES += "wic wic.bmap" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 24 | WKS_FILE ?= "genericx86.wks.in" |
| 25 | EFI_PROVIDER ??= "grub-efi" |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 26 | do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot" |
| 27 | do_image_wic[recrdeptask] += "do_bootimg" |