From 42ef0f504604a4ba1dcad689de804ee8bf8a7afe Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Tue, 18 Jan 2022 08:45:56 +0000 Subject: [PATCH] raspberrypi4-64: Switch to cortexa72 tune After commits ca50267ab568 & 03cebdd7ef92 in openembedded-core, the `cortexa72-crc` tune is no longer available and the `cortexa72` tune includes the crc extension by default. Update the raspberrypi4-64 machine config to handle these changes. Signed-off-by: Paul Barker --- conf/machine/raspberrypi4-64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/raspberrypi4-64.conf b/conf/machine/raspberrypi4-64.conf index 8040f1a..0cf7d51 100644 --- a/conf/machine/raspberrypi4-64.conf +++ b/conf/machine/raspberrypi4-64.conf @@ -12,7 +12,7 @@ MACHINE_EXTRA_RRECOMMENDS += "\ bluez-firmware-rpidistro-bcm4345c5-hcd \ " -DEFAULTTUNE = "cortexa72-crc" +DEFAULTTUNE = "cortexa72" require conf/machine/include/arm/armv8a/tune-cortexa72.inc include conf/machine/include/rpi-base.inc