mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00

Make sure the 3g and wifi bits get added. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
#@TYPE: Machine
|
|
#@NAME: fri2
|
|
|
|
#@DESCRIPTION: Machine configuration for Fish River Island II systems
|
|
# i.e. E660 + EG20T
|
|
|
|
include conf/machine/include/tune-atom.inc
|
|
|
|
MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \
|
|
acpi serial usbgadget wifi 3g"
|
|
|
|
KERNEL_IMAGETYPE = "bzImage"
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel = "linux-yocto"
|
|
PREFERRED_VERSION_linux-yocto = "3.0+git%"
|
|
|
|
PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
|
|
PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim"
|
|
PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri"
|
|
PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86-dri-lite"
|
|
PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xf86-dri-lite"
|
|
XSERVER ?= "xserver-xf86-dri-lite \
|
|
xf86-input-mouse \
|
|
xf86-input-keyboard \
|
|
xf86-input-evdev \
|
|
xf86-input-synaptics \
|
|
xf86-video-vesa"
|
|
|
|
SERIAL_CONSOLE = "115200 ttyS0"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts"
|
|
|
|
IMAGE_FSTYPES ?= "ext3 cpio.gz live"
|
|
|
|
GLIBC_ADDONS = "nptl"
|
|
GLIBC_EXTRA_OECONF = "--with-tls"
|