ccmp15: add meta-clang to default bblayers
Other platforms that have flutter support use clang to build the flutter-engine recipe, so do the same with the ccmp15. meta-flutter uses clang for a set of its recipes (mainly flutter-engine) as long as meta-clang is in the bblayers, so all we need to do is add said layer. Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
055378aee3
commit
0eaf1038d3
|
|
@ -22,6 +22,7 @@ BBLAYERS ?= " \
|
|||
##DIGIBASE##/meta-st-x-linux-ai \
|
||||
##DIGIBASE##/meta-flutter \
|
||||
##DIGIBASE##/meta-flutter/meta-flutter-apps \
|
||||
##DIGIBASE##/meta-clang \
|
||||
##DIGIBASE##/meta-digi/meta-digi-arm \
|
||||
##DIGIBASE##/meta-digi/meta-digi-dey \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue