cc95: add support for dey-image-flutter
Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
parent
924ccbadc2
commit
0eb9d5a506
|
|
@ -23,6 +23,9 @@ BBLAYERS ?= " \
|
||||||
##DIGIBASE##/meta-imx/meta-imx-ml \
|
##DIGIBASE##/meta-imx/meta-imx-ml \
|
||||||
##DIGIBASE##/meta-selinux \
|
##DIGIBASE##/meta-selinux \
|
||||||
##DIGIBASE##/meta-timesys \
|
##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-arm \
|
||||||
##DIGIBASE##/meta-digi/meta-digi-dey \
|
##DIGIBASE##/meta-digi/meta-digi-dey \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
|
|
@ -8,3 +8,8 @@ Digi Embedded Yocto provides the following image recipes:
|
||||||
* dey-image-lvgl: graphical LVGL image
|
* dey-image-lvgl: graphical LVGL image
|
||||||
|
|
||||||
A DRM-based image including an LVGL demo application.
|
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.
|
||||||
|
|
|
||||||
|
|
@ -13,5 +13,5 @@ RDEPENDS:${PN} += " \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS:${PN}:append:imxgpu = " \
|
RDEPENDS:${PN}:append:imxgpu = " \
|
||||||
imx-gpu-viv \
|
${IMXGPU_GRAPHICS_PROVIDER} \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
|
|
@ -165,7 +165,7 @@ done<<-_EOF_
|
||||||
ccmp25-dvk dey-image-qt,dey-image-webkit,dey-image-lvgl,dey-image-flutter
|
ccmp25-dvk dey-image-qt,dey-image-webkit,dey-image-lvgl,dey-image-flutter
|
||||||
ccimx91-dvk core-image-base
|
ccimx91-dvk core-image-base
|
||||||
ccimx93-dvk dey-image-qt,dey-image-lvgl
|
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_
|
_EOF_
|
||||||
|
|
||||||
# Set default values if not provided by Jenkins
|
# Set default values if not provided by Jenkins
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue