mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
Now the v3.8 kernel recipes are available in the oecore & meta-intel layers. And also the v3.8 kernel is validated for these BSPs. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
21 lines
584 B
Plaintext
21 lines
584 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: romley-ivb
|
|
|
|
#@WEBTITLE: Intel Xeon E5-2600 and E5-2400 v2 Series (Formerly Ivy Bridge-EP/EN)
|
|
#Processors with Intel C604/C602-J Chipset (Romley-EP/EN Platform)
|
|
|
|
#@DESCRIPTION: Machine configuration for Romley systems
|
|
# i.e. Xeon E5-2600 and E5-2400 + Intel CC604/C602-J
|
|
|
|
|
|
PREFERRED_VERSION_linux-yocto ?= "3.8%"
|
|
|
|
require conf/machine/include/tune-x86_64.inc
|
|
require conf/machine/include/ia32-base.inc
|
|
require conf/machine/include/meta-intel.inc
|
|
|
|
XSERVER ?= "${XSERVER_IA32_BASE} \
|
|
${XSERVER_IA32_EXT} \
|
|
${XSERVER_IA32_MATROX_MGA} \
|
|
"
|