mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-27 07:27:04 +00:00
ada90a6cd3
Change fvp-base and foundation-armv8 kernel from linux-linaro-arm-4.19 to linux-yocto_5.4. Also add the necessary DTS files. Change-Id: I6aa2e7706a2f20904d2f7a2bbfb928f0e53eb1eb Signed-off-by: Anders Dellien <anders.dellien@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
15 lines
506 B
Plaintext
15 lines
506 B
Plaintext
# Configuration for Armv8-A Base Platform FVP
|
|
|
|
#@TYPE: Machine
|
|
#@NAME: Armv8-A Base Platform FVP machine
|
|
#@DESCRIPTION: Machine configuration for Armv8-A Base Platform FVP model
|
|
|
|
require conf/machine/fvp-common/fvp.inc
|
|
|
|
KERNEL_DEVICETREE = "arm/fvp-base-gicv3-psci-custom.dtb"
|
|
|
|
# Use haveged as a source of entropy instead of rng-tools (Needed for ssh).
|
|
# rngd (Part of rng-tools) takes ~7 mins to init resulting in a slow boot time.
|
|
PACKAGE_EXCLUDE_append = " rng-tools"
|
|
IMAGE_INSTALL_append = " haveged"
|