From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- bsp/meta-arm/meta-arm-bsp/conf/machine/fvp-base.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 bsp/meta-arm/meta-arm-bsp/conf/machine/fvp-base.conf (limited to 'bsp/meta-arm/meta-arm-bsp/conf/machine/fvp-base.conf') diff --git a/bsp/meta-arm/meta-arm-bsp/conf/machine/fvp-base.conf b/bsp/meta-arm/meta-arm-bsp/conf/machine/fvp-base.conf new file mode 100644 index 00000000..30396442 --- /dev/null +++ b/bsp/meta-arm/meta-arm-bsp/conf/machine/fvp-base.conf @@ -0,0 +1,14 @@ +# 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" -- cgit 1.2.3-korg