cc95: add support for dey-image-flutter

Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
Hector Palacios 2025-11-06 17:18:40 +01:00
parent 924ccbadc2
commit 0eb9d5a506
4 changed files with 10 additions and 2 deletions

View File

@ -23,6 +23,9 @@ BBLAYERS ?= " \
##DIGIBASE##/meta-imx/meta-imx-ml \
##DIGIBASE##/meta-selinux \
##DIGIBASE##/meta-timesys \
##DIGIBASE##/meta-flutter \
##DIGIBASE##/meta-flutter/meta-flutter-apps \
##DIGIBASE##/meta-clang \
##DIGIBASE##/meta-digi/meta-digi-arm \
##DIGIBASE##/meta-digi/meta-digi-dey \
"

View File

@ -8,3 +8,8 @@ Digi Embedded Yocto provides the following image recipes:
* dey-image-lvgl: graphical LVGL image
A DRM-based image including an LVGL demo application.
* dey-image-flutter: graphical Flutter image
Expansion of custom Digi core-image-base including full Flutter
framework support.

View File

@ -13,5 +13,5 @@ RDEPENDS:${PN} += " \
"
RDEPENDS:${PN}:append:imxgpu = " \
imx-gpu-viv \
${IMXGPU_GRAPHICS_PROVIDER} \
"

View File

@ -165,7 +165,7 @@ done<<-_EOF_
ccmp25-dvk dey-image-qt,dey-image-webkit,dey-image-lvgl,dey-image-flutter
ccimx91-dvk core-image-base
ccimx93-dvk dey-image-qt,dey-image-lvgl
ccimx95-dvk dey-image-qt,dey-image-lvgl
ccimx95-dvk dey-image-qt,dey-image-lvgl,dey-image-flutter
_EOF_
# Set default values if not provided by Jenkins