MACHINE: Update for config with no distro when we are using ST envsetup.sh

This commit is contained in:
christophe montaud 2019-02-13 17:46:00 +01:00 committed by Christophe Priouzeau
parent df5efc60c4
commit e392566017
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#@TYPE: Machine
#@NAME: stm32mp1-disco
#@DESCRIPTION: Configuration for STM32MP157C-DK2 board (Trusted boot and SDcard only)
#@NEEDED_BSPLAYERS:
#@NEEDED_BSPLAYERS: layers/meta-openembedded/meta-oe layers/meta-openembedded/meta-python
include conf/machine/include/st-machine-common-stm32mp.inc

View File

@ -1,7 +1,7 @@
#@TYPE: Machine
#@NAME: stm32mp1-eval
#@DESCRIPTION: Configuration for STM32MP157C-EV1 board (Trusted boot and SDcard only)
#@NEEDED_BSPLAYERS:
#@NEEDED_BSPLAYERS: layers/meta-openembedded/meta-oe layers/meta-openembedded/meta-python
include conf/machine/include/st-machine-common-stm32mp.inc

View File

@ -1,7 +1,7 @@
#@TYPE: Machine
#@NAME: stm32mp1
#@DESCRIPTION: Configuration for all STM32MP1 boards (EV, DK, ...)
#@NEEDED_BSPLAYERS:
#@NEEDED_BSPLAYERS: layers/meta-openembedded/meta-oe layers/meta-openembedded/meta-python
include conf/machine/include/st-machine-common-stm32mp.inc