rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | include conf/machine/include/x86-base.inc |
| 2 | require conf/machine/include/qemuboot-x86.inc |
| 3 | MACHINE_FEATURES += "wifi efi pcbios" |
| 4 | |
| 5 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
| 6 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" |
| 7 | XSERVER ?= "${XSERVER_X86_BASE} \ |
| 8 | ${XSERVER_X86_EXT} \ |
| 9 | ${XSERVER_X86_I915} \ |
| 10 | ${XSERVER_X86_I965} \ |
| 11 | ${XSERVER_X86_FBDEV} \ |
| 12 | ${XSERVER_X86_VESA} \ |
| 13 | ${XSERVER_X86_MODESETTING} \ |
| 14 | " |
| 15 | |
| 16 | MACHINE_EXTRA_RRECOMMENDS += "kernel-modules linux-firmware" |
| 17 | |
| 18 | GLIBC_ADDONS = "nptl" |
| 19 | |
| 20 | EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi" |
| 21 | |
| 22 | IMAGE_FSTYPES += "wic wic.bmap" |
| 23 | WKS_FILE ?= "genericx86.wks" |
| 24 | do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot" |
| 25 | do_image_wic[recrdeptask] += "do_bootimg" |