This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
#@TYPE: Machine |
| 2 |
#@NAME: Ion |
| 3 |
|
| 4 |
#@DESCRIPTION: Machine configuration for NVidia Ion based machines. |
| 5 |
#Point of View ION, Asrock 330, etc. |
| 6 |
|
| 7 |
TARGET_ARCH = "i686" |
| 8 |
|
| 9 |
#MACHINE_ARCH = "core2" |
| 10 |
|
| 11 |
include conf/machine/include/tune-atom.inc |
| 12 |
|
| 13 |
MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 wifi \ |
| 14 |
acpi" |
| 15 |
|
| 16 |
KERNEL_IMAGETYPE = "bzImage" |
| 17 |
|
| 18 |
PREFERRED_PROVIDER_virtual/kernel ?= "linux" |
| 19 |
|
| 20 |
GLIBC_ADDONS = "nptl" |
| 21 |
GLIBC_EXTRA_OECONF = "--with-tls" |