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 <arturo.buzarra@digi.com>
This commit is contained in:
parent
5c96ae3ecd
commit
51e97057c9
|
|
@ -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 \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue