summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-16 03:05:19 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-16 03:05:19 +0200
commitc527fd1f14c27855a37f2e8ac5346ce8d940ced2 (patch)
treebb002c1fdf011c41dbd2f0927bed23ecb5f83c97 /meta-yocto-bsp/conf/machine/include/genericx86-common.inc
downloadpoky-daisy-140929.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-yocto-bsp/conf/machine/include/genericx86-common.inc')
-rw-r--r--meta-yocto-bsp/conf/machine/include/genericx86-common.inc20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
new file mode 100644
index 0000000000..66bfd194da
--- /dev/null
+++ b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
@@ -0,0 +1,20 @@
1include conf/machine/include/x86-base.inc
2MACHINE_FEATURES += "wifi efi pcbios"
3
4PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
5PREFERRED_VERSION_linux-yocto ?= "3.10%"
6PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
7XSERVER ?= "${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
16MACHINE_EXTRA_RRECOMMENDS += "linux-firmware v86d eee-acpi-scripts"
17
18GLIBC_ADDONS = "nptl"
19
20EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi"