mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
ia32-base.inc no longer contains everything these BSPs need - some of what was in that file is now in meta-intel.inc, so we need to include that too. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
18 lines
417 B
Plaintext
18 lines
417 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: romley
|
|
|
|
#@DESCRIPTION: Machine configuration for Romley systems
|
|
# i.e. Sandy Bridge + Patsburg Chipset
|
|
|
|
|
|
PREFERRED_VERSION_linux-yocto ?= "3.2%"
|
|
|
|
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} \
|
|
"
|