mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 10:02:22 +01:00
This option is unused by (e)glibc since 2011 and is the default. It has been shown to interact badly with the configure option in ia32-base.inc from meta-intel causing a rebuild of the whole system despite the only change being an assignment with += vs =. The easiest fix is simply to drop it. (From meta-yocto rev: d9596aaab2854a3b21e4d6c4c4587f878b8391dc) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
#@TYPE: Machine
|
|
#@NAME: Atom-PC
|
|
|
|
#@DESCRIPTION: Machine configuration for Intel Atom based PCs. Currently supported machines are the Asus eee901, Acer Aspire One, Toshiba NB305, and Intel BlackSand development board.
|
|
|
|
include conf/machine/include/tune-atom.inc
|
|
|
|
MACHINE_FEATURES = "screen keyboard pci usbhost ext2 ext3 x86 wifi acpi alsa"
|
|
|
|
KERNEL_IMAGETYPE = "bzImage"
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
|
PREFERRED_VERSION_linux-yocto ?= "3.0%"
|
|
PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
|
|
XSERVER ?= "xserver-xorg \
|
|
xserver-xorg-extension-dri2 \
|
|
xserver-xorg-extension-glx \
|
|
xserver-xorg-extension-extmod \
|
|
xserver-xorg-extension-dbe \
|
|
xf86-input-mouse \
|
|
xf86-input-keyboard \
|
|
xf86-input-evdev \
|
|
xf86-input-synaptics \
|
|
xf86-video-intel \
|
|
mesa-dri-driver-i915"
|
|
|
|
#MACHINE_EXTRA_RDEPENDS = "rt2860"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts"
|
|
|
|
IMAGE_FSTYPES ?= "ext3 cpio.gz live"
|
|
|
|
APPEND += "usbcore.autosuspend=1"
|
|
|
|
GLIBC_ADDONS = "nptl"
|
|
|
|
EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi"
|
|
|
|
ROOTLESS_X = "1"
|