diff options
author | Leon Woestenberg <leon@sidebranch.com> | 2009-11-19 21:37:14 +0100 |
---|---|---|
committer | Leon Woestenberg <leon@sidebranch.com> | 2009-11-19 21:37:14 +0100 |
commit | ce1c7e98a376f64bf4a8f3b8e91ddd48eaf2bcae (patch) | |
tree | 11dbbbfc5a99509d127cc2620a31fb3639c105c2 /conf/machine/ion.conf | |
parent | 00e6bf1fa92ab2ab214417edf2d63db832428632 (diff) |
conf/machine/ion.conf: NVidia Ion based x86 machines.
This introduces tune-atom.inc, using core2 arch as we can rely on
GCC 4.3.1+, which supports core2 reliably.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Diffstat (limited to 'conf/machine/ion.conf')
-rw-r--r-- | conf/machine/ion.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/machine/ion.conf b/conf/machine/ion.conf new file mode 100644 index 0000000000..db0ca49f07 --- /dev/null +++ b/conf/machine/ion.conf @@ -0,0 +1,20 @@ +#@TYPE: Machine +#@NAME: Ion + +#@DESCRIPTION: Machine configuration for NVidia Ion based machines. +#Point of View ION, Asrock 330, etc. + +TARGET_ARCH = "core2" +PACKAGE_EXTRA_ARCHS = "x86 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" |