mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-06-07 03:04:11 +00:00
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 <paul.barker@sancloud.com>
This commit is contained in:
committed by
Andrei Gherzan
parent
6eebb58ef6
commit
42ef0f5046
@@ -12,7 +12,7 @@ MACHINE_EXTRA_RRECOMMENDS += "\
|
|||||||
bluez-firmware-rpidistro-bcm4345c5-hcd \
|
bluez-firmware-rpidistro-bcm4345c5-hcd \
|
||||||
"
|
"
|
||||||
|
|
||||||
DEFAULTTUNE = "cortexa72-crc"
|
DEFAULTTUNE = "cortexa72"
|
||||||
|
|
||||||
require conf/machine/include/arm/armv8a/tune-cortexa72.inc
|
require conf/machine/include/arm/armv8a/tune-cortexa72.inc
|
||||||
include conf/machine/include/rpi-base.inc
|
include conf/machine/include/rpi-base.inc
|
||||||
|
|||||||
Reference in New Issue
Block a user