summaryrefslogtreecommitdiffstats
path: root/meta-jasperforest/conf/machine/jasperforest.conf
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-02-13 22:33:13 -0600
committerTom Zanussi <tom.zanussi@intel.com>2011-02-13 22:33:13 -0600
commit829f0b2db3015c145b89bf85cf9ac3d8e6827e30 (patch)
treedae0bb6e0c7e0eb88b376d2d5ffdee64f995e1df /meta-jasperforest/conf/machine/jasperforest.conf
parent92c64651fe7d91f81d4eb7d48fbf854a4dad97d0 (diff)
downloadmeta-intel-829f0b2db3015c145b89bf85cf9ac3d8e6827e30.tar.gz
meta-jasperforest: new layer for Xeon C5500/C3500 + Intel 3420
This layer provides support for Jasper Forest + Ibex Peak Intel systems. 'Jasper Forest' refers to the Intel Xeon C5500/C3500 processors, which combined with the Intel 3420 PCH chipset (Ibex Peak) make up the 'Picket Post' CRB this BSP was developed on. This BSP also makes use of the grub2 and associated live-install changes in meta-intel/common. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-jasperforest/conf/machine/jasperforest.conf')
-rw-r--r--meta-jasperforest/conf/machine/jasperforest.conf54
1 files changed, 54 insertions, 0 deletions
diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf
new file mode 100644
index 00000000..5c2e9bc4
--- /dev/null
+++ b/meta-jasperforest/conf/machine/jasperforest.conf
@@ -0,0 +1,54 @@
1#@TYPE: Machine
2#@NAME: jasperforest
3
4#@DESCRIPTION: Machine configuration for Jasper Forest Picket Post
5# systems i.e. Xeon C5500/C3500 + Intel 3420 chipset (Ibex Peak)
6
7TARGET_ARCH = "x86_64"
8PACKAGE_EXTRA_ARCHS = "x86 xeon"
9
10BASE_PACKAGE_ARCH="xeon"
11
12MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \
13 acpi serial usbgadget"
14
15KERNEL_IMAGETYPE = "bzImage"
16
17PREFERRED_PROVIDER_virtual/kernel = "linux-yocto"
18PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
19
20PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim"
21PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri"
22PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86-dri-lite"
23PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xf86-dri-lite"
24XSERVER ?= "xserver-xf86-dri-lite \
25 xf86-input-mouse \
26 xf86-input-keyboard \
27 xf86-input-evdev \
28 xf86-input-synaptics \
29 xf86-video-vesa"
30
31SERIAL_CONSOLE = "115200 ttyS0"
32
33MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts"
34
35GUI_MACHINE_CLASS = "bigscreen"
36
37IMAGE_ROOTFS_SIZE_ext3 = "2000000"
38
39IMAGE_FSTYPES ?= "ext3 cpio.gz"
40
41GLIBC_ADDONS = "nptl"
42GLIBC_EXTRA_OECONF = "--with-tls"
43
44MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "grub"
45PREFERRED_VERSION_grub ?= "1.98"
46
47TARGET_CC_ARCH = "-m64"
48
49SRCREV_machine_pn-linux-yocto_jasperforest ?= "a6dd773a94336c7bbdfd02f8a6a647d034f84821"
50SRCREV_meta_pn-linux-yocto_jasperforest ?= "5806e601595ff3db7655f14b3d720433072eb656"
51
52SRCREV_machine_pn-linux-yocto-stable_jasperforest ?= "aae69fdf104b0a9d7b3710f808aac6ab303490f7"
53SRCREV_meta_pn-linux-yocto-stable_jasperforest ?= "50ccd2b3213b6a1bacb3f898c035119802dac420"
54