diff options
| author | unitexe <unitexe70@gmail.com> | 2026-02-06 09:09:11 -0600 |
|---|---|---|
| committer | unitexe <unitexe70@gmail.com> | 2026-02-07 21:39:05 -0600 |
| commit | e9ef477e623a397c3cae8e1e2d676046069cbb01 (patch) | |
| tree | af57d5d245aa30e38013a05d50ddd1302f3ccd2f /meta-unit-graphics/dynamic-layers/flutter-layer/recipes-graphics/flutter-apps/flutter-sample-no-material.bb | |
| parent | 5c293149dbbf6e304a6934945cd602c43ab58c9e (diff) | |
Boot to flutter app using ivi-homescreen embedder
- Introduce meta-unit-graphics layer
- Flutter app is run under the kiosk user
- Added weston.ini specific to raspberrypi3-64 LCD screen
- Move linger class to meta-unit-users layer so it can be used by meta-unit-graphics and meta-unit-core
- Update svc and unitexe user UIDs so they dont clash with the weston user
Diffstat (limited to 'meta-unit-graphics/dynamic-layers/flutter-layer/recipes-graphics/flutter-apps/flutter-sample-no-material.bb')
| -rw-r--r-- | meta-unit-graphics/dynamic-layers/flutter-layer/recipes-graphics/flutter-apps/flutter-sample-no-material.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-unit-graphics/dynamic-layers/flutter-layer/recipes-graphics/flutter-apps/flutter-sample-no-material.bb b/meta-unit-graphics/dynamic-layers/flutter-layer/recipes-graphics/flutter-apps/flutter-sample-no-material.bb new file mode 100644 index 0000000..403786b --- /dev/null +++ b/meta-unit-graphics/dynamic-layers/flutter-layer/recipes-graphics/flutter-apps/flutter-sample-no-material.bb @@ -0,0 +1,17 @@ +SUMMARY = "flutter_sample_no_material" +DESCRIPTION = "A sample that shows a Flutter app without material widgets." +AUTHOR = "unitexe" +HOMEPAGE = "https://github.com/unitexe/flutter_sample_no_material" +BUGTRACKER = "None" +SECTION = "graphics" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=38bf13be5d6979b28bd8adddb2f2f9b3" + +SRCREV = "e34c7c4ca151d6ca5282176cdbbe8f9d1844c9ae" +SRC_URI = "git://git.closedcircuitconsulting.com/flutter_sample_no_material;branch=main;protocol=https" + +PUBSPEC_APPNAME = "flutter_sample_no_material" +PUBSPEC_IGNORE_LOCKFILE = "1" + +inherit flutter-app |
