mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-11 15:00:39 +00:00
13 lines
362 B
Plaintext
13 lines
362 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: corstone700-fvp machine
|
|
#@DESCRIPTION: Machine configuration for Corstone700 FVP
|
|
|
|
require conf/machine/include/corstone700.inc
|
|
|
|
# default feature used: eth_lan91c111
|
|
# add the following line to local.conf to disable the feature:
|
|
# MACHINE_FEATURES:remove = "eth_lan91c111"
|
|
MACHINE_FEATURES += "eth_lan91c111"
|
|
|
|
TFA_TARGET_PLATFORM = "fvp"
|