templates: add support to Flutter framework
https://onedigi.atlassian.net/browse/DEL-9380 Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
ccb98366ea
commit
698b32ed31
|
|
@ -22,6 +22,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 \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
|
|
@ -14,3 +14,8 @@ Digi Embedded Yocto provides the following image recipes:
|
||||||
|
|
||||||
By default the image is XWayland-based so it provides a full Weston
|
By default the image is XWayland-based so it provides a full Weston
|
||||||
desktop environment.
|
desktop environment.
|
||||||
|
|
||||||
|
* dey-image-flutter: graphical Flutter image
|
||||||
|
|
||||||
|
Expansion of custom Digi core-image-base including full Flutter
|
||||||
|
framework support.
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,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 \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
|
|
@ -14,3 +14,8 @@ Digi Embedded Yocto provides the following image recipes:
|
||||||
|
|
||||||
By default the image is XWayland-based so it provides a full Weston
|
By default the image is XWayland-based so it provides a full Weston
|
||||||
desktop environment.
|
desktop environment.
|
||||||
|
|
||||||
|
* dey-image-flutter: graphical Flutter image
|
||||||
|
|
||||||
|
Expansion of custom Digi core-image-base including full Flutter
|
||||||
|
framework support.
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,9 @@ BBLAYERS ?= " \
|
||||||
##DIGIBASE##/meta-webkit \
|
##DIGIBASE##/meta-webkit \
|
||||||
##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 \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
|
|
@ -14,3 +14,8 @@ Digi Embedded Yocto provides the following image recipes:
|
||||||
|
|
||||||
By default the image is XWayland-based so it provides a full Weston
|
By default the image is XWayland-based so it provides a full Weston
|
||||||
desktop environment.
|
desktop environment.
|
||||||
|
|
||||||
|
* dey-image-flutter: graphical Flutter image
|
||||||
|
|
||||||
|
Expansion of custom Digi core-image-base including full Flutter
|
||||||
|
framework support.
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,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 \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
|
|
@ -14,3 +14,8 @@ Digi Embedded Yocto provides the following image recipes:
|
||||||
|
|
||||||
By default the image is XWayland-based so it provides a full Weston
|
By default the image is XWayland-based so it provides a full Weston
|
||||||
desktop environment.
|
desktop environment.
|
||||||
|
|
||||||
|
* dey-image-flutter: graphical Flutter image
|
||||||
|
|
||||||
|
Expansion of custom Digi core-image-base including full Flutter
|
||||||
|
framework support.
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,9 @@ BBLAYERS ?= " \
|
||||||
##DIGIBASE##/meta-timesys \
|
##DIGIBASE##/meta-timesys \
|
||||||
##DIGIBASE##/meta-st-stm32mp \
|
##DIGIBASE##/meta-st-stm32mp \
|
||||||
##DIGIBASE##/meta-st-x-linux-ai \
|
##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-arm \
|
||||||
##DIGIBASE##/meta-digi/meta-digi-dey \
|
##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
|
By default the image is Wayland-based so it provides a full Weston
|
||||||
desktop environment.
|
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
|
* core-image-base: a console-only image
|
||||||
|
|
||||||
Expansion of native core-image-base by including all the support for the
|
Expansion of native core-image-base by including all the support for the
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue