From e9ef477e623a397c3cae8e1e2d676046069cbb01 Mon Sep 17 00:00:00 2001 From: unitexe Date: Fri, 6 Feb 2026 09:09:11 -0600 Subject: 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 --- meta-unit-graphics/conf/layer.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta-unit-graphics/conf/layer.conf (limited to 'meta-unit-graphics/conf') diff --git a/meta-unit-graphics/conf/layer.conf b/meta-unit-graphics/conf/layer.conf new file mode 100644 index 0000000..b87c882 --- /dev/null +++ b/meta-unit-graphics/conf/layer.conf @@ -0,0 +1,18 @@ +BBPATH .= ":${LAYERDIR}" + +BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" + +BBFILE_COLLECTIONS += "unit-graphics-layer" +BBFILE_PATTERN_unit-graphics-layer := "^${LAYERDIR}/" +BBFILE_PRIORITY_unit-graphics-layer = "13" + +LAYERDEPENDS_unit-distro = "core yocto unit-users-layer" + +LAYERSERIES_COMPAT_unit-graphics-layer = "whinlatter" + +BBFILES_DYNAMIC += " \ + flutter-layer:${LAYERDIR}/dynamic-layers/flutter-layer/recipes-*/*/*.bb \ + flutter-layer:${LAYERDIR}/dynamic-layers/flutter-layer/recipes-*/*/*.bbappend \ +" + +UNIT_GRAPHICS_LAYERDIR = "${LAYERDIR}" -- cgit v1.2.3