From 51e97057c9815122e6e98135f498074a35768132 Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Thu, 3 Jul 2025 11:30:45 +0200 Subject: [PATCH] ccmp15-dvk: enable support for dey-image-flutter This commit enables building dey-image-flutter for the ConnectCore MP15 platform. It integrates the necessary configurations to support Flutter-based graphical applications on this platform. Signed-off-by: Arturo Buzarra --- meta-digi-arm/conf/templates/ccmp15-dvk/bblayers.conf.sample | 2 ++ meta-digi-arm/conf/templates/ccmp15-dvk/conf-notes.txt | 5 +++++ sdk/build.sh | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) 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 bdbe740ee..615bee8ea 100644 --- a/meta-digi-arm/conf/templates/ccmp15-dvk/bblayers.conf.sample +++ b/meta-digi-arm/conf/templates/ccmp15-dvk/bblayers.conf.sample @@ -20,6 +20,8 @@ BBLAYERS ?= " \ ##DIGIBASE##/meta-timesys \ ##DIGIBASE##/meta-st-stm32mp \ ##DIGIBASE##/meta-st-x-linux-ai \ + ##DIGIBASE##/meta-flutter \ + ##DIGIBASE##/meta-flutter/meta-flutter-apps \ ##DIGIBASE##/meta-digi/meta-digi-arm \ ##DIGIBASE##/meta-digi/meta-digi-dey \ " diff --git a/meta-digi-arm/conf/templates/ccmp15-dvk/conf-notes.txt b/meta-digi-arm/conf/templates/ccmp15-dvk/conf-notes.txt index a0a98b6e5..ed9e5d62f 100644 --- a/meta-digi-arm/conf/templates/ccmp15-dvk/conf-notes.txt +++ b/meta-digi-arm/conf/templates/ccmp15-dvk/conf-notes.txt @@ -15,6 +15,11 @@ Digi Embedded Yocto provides the following image recipes: By default the image is Wayland-based so it provides a full Weston desktop environment. + * dey-image-flutter: graphical Flutter image + + Expansion of custom Digi core-image-base including full Flutter + framework support. + * core-image-base: a console-only image Expansion of native core-image-base by including all the support for the diff --git a/sdk/build.sh b/sdk/build.sh index 6d7d59fca..73407d508 100755 --- a/sdk/build.sh +++ b/sdk/build.sh @@ -189,7 +189,7 @@ done<<-_EOF_ ccimx6ulstarter core-image-base ccimx6ulsom dey-image-mft-module-min ccimx6ulrftest dey-image-mft-module-rf - ccmp15-dvk dey-image-qt,dey-image-webkit,dey-image-lvgl + ccmp15-dvk dey-image-qt,dey-image-webkit,dey-image-lvgl,dey-image-flutter ccmp13-dvk core-image-base ccmp25-dvk dey-image-qt,dey-image-webkit,dey-image-lvgl,dey-image-flutter ccimx91-dvk core-image-base