diff --git a/meta-digi-arm/conf/templates/ccimx8mm-dvk/bblayers.conf.sample b/meta-digi-arm/conf/templates/ccimx8mm-dvk/bblayers.conf.sample index e35a0876f..490fec00d 100644 --- a/meta-digi-arm/conf/templates/ccimx8mm-dvk/bblayers.conf.sample +++ b/meta-digi-arm/conf/templates/ccimx8mm-dvk/bblayers.conf.sample @@ -22,6 +22,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 \ " diff --git a/meta-digi-arm/conf/templates/ccimx8mm-dvk/conf-notes.txt b/meta-digi-arm/conf/templates/ccimx8mm-dvk/conf-notes.txt index 7c10edbcf..365bdb1bb 100644 --- a/meta-digi-arm/conf/templates/ccimx8mm-dvk/conf-notes.txt +++ b/meta-digi-arm/conf/templates/ccimx8mm-dvk/conf-notes.txt @@ -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 desktop environment. + + * dey-image-flutter: graphical Flutter image + + Expansion of custom Digi core-image-base including full Flutter + framework support. diff --git a/meta-digi-arm/conf/templates/ccimx8mn-dvk/bblayers.conf.sample b/meta-digi-arm/conf/templates/ccimx8mn-dvk/bblayers.conf.sample index e35a0876f..490fec00d 100644 --- a/meta-digi-arm/conf/templates/ccimx8mn-dvk/bblayers.conf.sample +++ b/meta-digi-arm/conf/templates/ccimx8mn-dvk/bblayers.conf.sample @@ -22,6 +22,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 \ " diff --git a/meta-digi-arm/conf/templates/ccimx8mn-dvk/conf-notes.txt b/meta-digi-arm/conf/templates/ccimx8mn-dvk/conf-notes.txt index 7c10edbcf..365bdb1bb 100644 --- a/meta-digi-arm/conf/templates/ccimx8mn-dvk/conf-notes.txt +++ b/meta-digi-arm/conf/templates/ccimx8mn-dvk/conf-notes.txt @@ -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 desktop environment. + + * dey-image-flutter: graphical Flutter image + + Expansion of custom Digi core-image-base including full Flutter + framework support. diff --git a/meta-digi-arm/conf/templates/ccimx8x-sbc-express/bblayers.conf.sample b/meta-digi-arm/conf/templates/ccimx8x-sbc-express/bblayers.conf.sample index 974e731e4..c43a5d05a 100644 --- a/meta-digi-arm/conf/templates/ccimx8x-sbc-express/bblayers.conf.sample +++ b/meta-digi-arm/conf/templates/ccimx8x-sbc-express/bblayers.conf.sample @@ -20,6 +20,9 @@ BBLAYERS ?= " \ ##DIGIBASE##/meta-webkit \ ##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 \ " diff --git a/meta-digi-arm/conf/templates/ccimx8x-sbc-express/conf-notes.txt b/meta-digi-arm/conf/templates/ccimx8x-sbc-express/conf-notes.txt index 7c10edbcf..365bdb1bb 100644 --- a/meta-digi-arm/conf/templates/ccimx8x-sbc-express/conf-notes.txt +++ b/meta-digi-arm/conf/templates/ccimx8x-sbc-express/conf-notes.txt @@ -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 desktop environment. + + * dey-image-flutter: graphical Flutter image + + Expansion of custom Digi core-image-base including full Flutter + framework support. diff --git a/meta-digi-arm/conf/templates/ccimx8x-sbc-pro/bblayers.conf.sample b/meta-digi-arm/conf/templates/ccimx8x-sbc-pro/bblayers.conf.sample index e35a0876f..490fec00d 100644 --- a/meta-digi-arm/conf/templates/ccimx8x-sbc-pro/bblayers.conf.sample +++ b/meta-digi-arm/conf/templates/ccimx8x-sbc-pro/bblayers.conf.sample @@ -22,6 +22,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 \ " diff --git a/meta-digi-arm/conf/templates/ccimx8x-sbc-pro/conf-notes.txt b/meta-digi-arm/conf/templates/ccimx8x-sbc-pro/conf-notes.txt index 7c10edbcf..365bdb1bb 100644 --- a/meta-digi-arm/conf/templates/ccimx8x-sbc-pro/conf-notes.txt +++ b/meta-digi-arm/conf/templates/ccimx8x-sbc-pro/conf-notes.txt @@ -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 desktop environment. + + * dey-image-flutter: graphical Flutter image + + Expansion of custom Digi core-image-base including full Flutter + framework support. diff --git a/meta-digi-arm/conf/templates/ccmp25-dvk/bblayers.conf.sample b/meta-digi-arm/conf/templates/ccmp25-dvk/bblayers.conf.sample index bdbe740ee..74aeec820 100644 --- a/meta-digi-arm/conf/templates/ccmp25-dvk/bblayers.conf.sample +++ b/meta-digi-arm/conf/templates/ccmp25-dvk/bblayers.conf.sample @@ -20,6 +20,9 @@ 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-clang \ ##DIGIBASE##/meta-digi/meta-digi-arm \ ##DIGIBASE##/meta-digi/meta-digi-dey \ " diff --git a/meta-digi-arm/conf/templates/ccmp25-dvk/conf-notes.txt b/meta-digi-arm/conf/templates/ccmp25-dvk/conf-notes.txt index a0a98b6e5..ed9e5d62f 100644 --- a/meta-digi-arm/conf/templates/ccmp25-dvk/conf-notes.txt +++ b/meta-digi-arm/conf/templates/ccmp25-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