ccmp1x-dvk: add stm32mp1common override

This override is used in STM BSP layer on some recipes. Adding it to our
machines fix a build failure on the gcnano-driver-stm32mp recipe.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2022-11-18 12:17:07 +01:00
parent c70917b24c
commit ff06521485
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ include conf/machine/include/ccmp1.inc
# Chip architecture # Chip architecture
# ========================================================================= # =========================================================================
DEFAULTTUNE = "cortexa7thf-neon-vfpv4" DEFAULTTUNE = "cortexa7thf-neon-vfpv4"
MACHINEOVERRIDES = "arm:armv7ve:stcommon:stm32mpcommon:ccmp1:ccmp13:ccmp13-dvk" MACHINEOVERRIDES = "arm:armv7ve:stcommon:stm32mpcommon:stm32mp1common:ccmp1:ccmp13:ccmp13-dvk"
# ========================================================================= # =========================================================================
# boot device # boot device

View File

@ -10,7 +10,7 @@ include conf/machine/include/ccmp1.inc
# Chip architecture # Chip architecture
# ========================================================================= # =========================================================================
DEFAULTTUNE = "cortexa7thf-neon-vfpv4" DEFAULTTUNE = "cortexa7thf-neon-vfpv4"
MACHINEOVERRIDES = "arm:armv7ve:stcommon:stm32mpcommon:ccmp1:ccmp15:ccmp15-dvk" MACHINEOVERRIDES = "arm:armv7ve:stcommon:stm32mpcommon:stm32mp1common:ccmp1:ccmp15:ccmp15-dvk"
# ========================================================================= # =========================================================================
# boot device # boot device