Skip to content
Snippets Groups Projects
Commit c1cd0844 authored by philippe coval's avatar philippe coval :speech_balloon:
Browse files
parent 07346932
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ Build System Guide
supported-technologies/containers
supported-technologies/modbus
supported-technologies/lvgl
supported-technologies/flutter
.. toctree::
:caption: Supported Toolchains
......
.. SPDX-FileCopyrightText: Huawei Inc.
..
.. SPDX-License-Identifier: CC-BY-4.0
Flutter
#######
FLutter is an open-source framework to build modern users interface.
Originally designed for micro controllers, this toolkit can be also used on Linux flavour of Oniro
using wayland backend.
As reference example check Oniro Vending Machine blueprint, and its configuration flags,
to build single fullscreen application.
External Resources
******************
For more details on LVGL check:
* `Flutter oniro blueprint <https://gitlab.eclipse.org/eclipse/oniro-blueprints/experimental/flutter/meta-oniro-blueprints-flutter>`__.
* `Wiki about using flutter on Oniro <https://gitlab.eclipse.org/eclipse/oniro-blueprints/experimental/flutter/meta-oniro-blueprints-flutter/-/wikis>`__.
* `Upstream OE/Yocto layer <https://github.com/meta-flutter/meta-flutter>`__.
......@@ -27,6 +27,7 @@ BBLAYERS ?= " \
##OEROOT##/../meta-freertos \
##OEROOT##/../meta-intel \
##OEROOT##/../meta-seco-intel \
##OEROOT##/../meta-flutter \
##OEROOT##/../meta-freescale \
##OEROOT##/../meta-seco-imx \
##OEROOT##/../meta-openembedded/meta-oe \
......
......@@ -41,8 +41,8 @@ SPDX-FileCopyrightText: Huawei Inc.
<project name="meta-arm" remote="yocto" revision="78fce73c3803aba82149a3a03fde1b708f5424fa" path="meta-arm" />
<project name="jiazhang0/meta-secure-core" remote="github" revision="1a74be5b363ee61256093e0a3efaa78fd370a27c" path="meta-secure-core" />
<project name="pub/rockchip/meta-seco-rockchip" remote="seco" revision="e23ef0581b26636351e3194edb8ec65cca830542" path="meta-seco-rockchip" />
<project name="meta-flutter/meta-flutter" remote="github" revision="feea5d7fc6497b9db6a849fef4e347dd58c3de61" path="meta-flutter" />
<project name="meta-virtualization" remote="yocto" revision="e11d5b630e6b5626b58b742b80f5bdf277a44168" path="meta-virtualization" />
<!--
All entries above are pinned to a specific revision and updated manually.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment