aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/ion.conf
blob: 23b3cf7c37df88d6e7d1bda7529fce7a44bf842c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#@TYPE: Machine
#@NAME: Ion

#@DESCRIPTION: Machine configuration for NVidia Ion based machines.
#Point of View ION, Asrock 330, etc.

TARGET_ARCH = "i686"

#MACHINE_ARCH = "core2"

include conf/machine/include/tune-atom.inc

MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 wifi \
                    acpi"

KERNEL_IMAGETYPE = "bzImage"

PREFERRED_PROVIDER_virtual/kernel ?= "linux"

GLIBC_ADDONS = "nptl"
GLIBC_EXTRA_OECONF = "--with-tls"