From e392566017afddab9e261a27d911e87f46a562fe Mon Sep 17 00:00:00 2001 From: christophe montaud Date: Wed, 13 Feb 2019 17:46:00 +0100 Subject: [PATCH] MACHINE: Update for config with no distro when we are using ST envsetup.sh --- conf/machine/stm32mp1-disco.conf | 2 +- conf/machine/stm32mp1-eval.conf | 2 +- conf/machine/stm32mp1.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/machine/stm32mp1-disco.conf b/conf/machine/stm32mp1-disco.conf index e6c7816..74f8b75 100644 --- a/conf/machine/stm32mp1-disco.conf +++ b/conf/machine/stm32mp1-disco.conf @@ -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 diff --git a/conf/machine/stm32mp1-eval.conf b/conf/machine/stm32mp1-eval.conf index 62a5d71..efbddcf 100644 --- a/conf/machine/stm32mp1-eval.conf +++ b/conf/machine/stm32mp1-eval.conf @@ -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 diff --git a/conf/machine/stm32mp1.conf b/conf/machine/stm32mp1.conf index 280c655..f8e50ff 100644 --- a/conf/machine/stm32mp1.conf +++ b/conf/machine/stm32mp1.conf @@ -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