summaryrefslogtreecommitdiff
path: root/meta-unit-core/conf/layer.conf
diff options
context:
space:
mode:
authorunitexe <unitexe70@gmail.com>2026-02-06 09:09:11 -0600
committerunitexe <unitexe70@gmail.com>2026-02-07 21:39:05 -0600
commite9ef477e623a397c3cae8e1e2d676046069cbb01 (patch)
treeaf57d5d245aa30e38013a05d50ddd1302f3ccd2f /meta-unit-core/conf/layer.conf
parent5c293149dbbf6e304a6934945cd602c43ab58c9e (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-core/conf/layer.conf')
-rw-r--r--meta-unit-core/conf/layer.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-unit-core/conf/layer.conf b/meta-unit-core/conf/layer.conf
index 64e7d24..7f6e371 100644
--- a/meta-unit-core/conf/layer.conf
+++ b/meta-unit-core/conf/layer.conf
@@ -4,7 +4,9 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
BBFILE_COLLECTIONS += "unit-core"
BBFILE_PATTERN_unit-core := "^${LAYERDIR}/"
-BBFILE_PRIORITY_unit-core = "13"
+BBFILE_PRIORITY_unit-core = "14"
+
+LAYERDEPENDS_unit-distro = "core yocto unit-users-layer"
LAYERSERIES_COMPAT_unit-core = "whinlatter"
@@ -17,6 +19,8 @@ BBFILES_DYNAMIC += " \
unit-profiling-layer:${LAYERDIR}/dynamic-layers/unit-profiling-layer/recipes-*/*/*.bbappend \
raspberrypi:${LAYERDIR}/dynamic-layers/raspberrypi/recipes-*/*/*.bb \
raspberrypi:${LAYERDIR}/dynamic-layers/raspberrypi/recipes-*/*/*.bbappend \
+ unit-graphics-layer:${LAYERDIR}/dynamic-layers/unit-graphics-layer/recipes-*/*/*.bb \
+ unit-graphics-layer:${LAYERDIR}/dynamic-layers/unit-graphics-layer/recipes-*/*/*.bbappend \
"
UNIT_CORE_LAYERDIR = "${LAYERDIR}"