mirror of
https://git.yoctoproject.org/poky
synced 2026-07-17 04:07:06 +00:00
0e0c9ed7c5
Use the new names for the x86 tunes files (x86 instead of ia32). (From meta-yocto rev: 45f99cb7faa219b37da09fb1080f24457e0c78b5) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Richard Purdie <richard.purdie@linuxfoundation.org> Cc: Paul Eggleton <paul.eggleton@intel.com> Cc: Tom Zanussi <tom.zanussi@intel.com> Cc: Nitin Kamble <nitin.a.kamble@intel.com> Cc: Mark Hatle <mark.hatle@windriver.com> Cc: Bruce Ashfield <bruce.ashfield@windriver.com> Cc: Martin Jansa <martin.jansa@gmail.com> Cc: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
21 lines
642 B
PHP
21 lines
642 B
PHP
include conf/machine/include/x86-base.inc
|
|
MACHINE_FEATURES += "wifi efi pcbios"
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
|
PREFERRED_VERSION_linux-yocto ?= "3.10%"
|
|
PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
|
|
XSERVER ?= "${XSERVER_X86_BASE} \
|
|
${XSERVER_X86_EXT} \
|
|
${XSERVER_X86_I915} \
|
|
${XSERVER_X86_I965} \
|
|
${XSERVER_X86_FBDEV} \
|
|
${XSERVER_X86_VESA} \
|
|
${XSERVER_X86_MODESETTING} \
|
|
"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS += "linux-firmware v86d eee-acpi-scripts"
|
|
|
|
GLIBC_ADDONS = "nptl"
|
|
|
|
EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi"
|