CONF: rename stm32mp1-disco and stm32mp1-eval
Change-Id: I4ef52513c4e9ff1359750b25f6495405f75fe715 Signed-off-by: Christophe Priouzeau <christophe.priouzeau@foss.st.com>
This commit is contained in:
parent
ce51b2def2
commit
4dfdc829f8
|
|
@ -8,6 +8,7 @@ include conf/machine/include/st-machine-providers-stm32mp.inc
|
|||
|
||||
# Define specific familly common machine name
|
||||
MACHINEOVERRIDES .= ":stm32mp1common"
|
||||
MACHINEOVERRIDES .= ":stm32mp15common"
|
||||
|
||||
# =========================================================================
|
||||
# Chip architecture
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#@TYPE: Machine
|
||||
#@NAME: stm32mp1-disco
|
||||
#@NAME: stm32mp15-disco
|
||||
#@DESCRIPTION: [EXAMPLE] STM32MP157C-DK2 board ONLY with Trusted boot and SDcard support
|
||||
#@NEEDED_BSPLAYERS: layers/meta-openembedded/meta-oe layers/meta-openembedded/meta-python
|
||||
|
||||
|
|
@ -7,7 +7,7 @@ include conf/machine/include/st-machine-common-stm32mp.inc
|
|||
include conf/machine/include/st-machine-providers-stm32mp.inc
|
||||
|
||||
# Define specific familly common machine name
|
||||
MACHINEOVERRIDES .= ":stm32mp1common"
|
||||
MACHINEOVERRIDES .= ":stm32mp1common:stm32mp15common"
|
||||
|
||||
# =========================================================================
|
||||
# Chip architecture
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
#@TYPE: Machine
|
||||
#@NAME: stm32mp1-eval
|
||||
#@NAME: stm32mp15-eval
|
||||
#@DESCRIPTION: [EXAMPLE] STM32MP157C-EV1 board ONLY with Trusted boot and SDcard support
|
||||
#@NEEDED_BSPLAYERS: layers/meta-openembedded/meta-oe layers/meta-openembedded/meta-python
|
||||
|
||||
|
|
@ -7,7 +7,7 @@ include conf/machine/include/st-machine-common-stm32mp.inc
|
|||
include conf/machine/include/st-machine-providers-stm32mp.inc
|
||||
|
||||
# Define specific familly common machine name
|
||||
MACHINEOVERRIDES .= ":stm32mp1common"
|
||||
MACHINEOVERRIDES .= ":stm32mp1common:stm32mp15common"
|
||||
|
||||
# =========================================================================
|
||||
# Chip architecture
|
||||
Loading…
Reference in New Issue