1
# Copyright (C) 2007, Stelios Koroneos - Digital OPSiS, All Rights Reserved
2
# Released under the MIT license (see packages/COPYING)
3
#@TYPE: Machine
4
#@NAME: D201GLY2 
5
#@DESCRIPTION: Machine configuration for Intel D201GLY2 board
6
7
8
TARGET_ARCH = "i686"
9
10
PREFERRED_PROVIDER_virtual/kernel = "linux"
11
KERNEL_IMAGETYPE = "bzImage"
12
OLDEST_KERNEL = "2.6.17"
13
14
PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
15
XSERVER="xserver-kdrive-sis"
16
17
18
GLIBC_ADDONS = "nptl"
19
GLIBC_EXTRA_OECONF = "--with-tls"
20
21
22
IMAGE_FSTYPES = "ext2.gz"
23
24
MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost acpi ext2"
25
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
26
MACHINE_TASK_PROVIDER = "task-base"
27
28
udevdir = "/dev"
29
30
31
#tune for P4 celeron cpu
32
require conf/machine/include/tune-pentium4c.inc