From 0eaf1038d3b98fe1ca8d5a1508bf262b768d9af0 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Mon, 24 Nov 2025 16:08:14 +0100 Subject: [PATCH] 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 --- meta-digi-arm/conf/templates/ccmp15-dvk/bblayers.conf.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-digi-arm/conf/templates/ccmp15-dvk/bblayers.conf.sample b/meta-digi-arm/conf/templates/ccmp15-dvk/bblayers.conf.sample index 615bee8ea..74aeec820 100644 --- a/meta-digi-arm/conf/templates/ccmp15-dvk/bblayers.conf.sample +++ b/meta-digi-arm/conf/templates/ccmp15-dvk/bblayers.conf.sample @@ -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 \ "