summaryrefslogtreecommitdiff
path: root/meta-unit-core/conf/layer.conf
diff options
context:
space:
mode:
authorunitexe <unitexe70@gmail.com>2026-01-20 22:46:52 -0600
committerunitexe <unitexe70@gmail.com>2026-01-20 23:37:40 -0600
commit405bba38642c4558611f0058a4fcdab2fe4e2ee3 (patch)
tree6197cdecc03ceb128e472465d817ddbd0ace58e8 /meta-unit-core/conf/layer.conf
parent20614f2aa9226720c01b5c4da0c5749bb65f7025 (diff)
Enable kernel PSI by default
Diffstat (limited to 'meta-unit-core/conf/layer.conf')
-rw-r--r--meta-unit-core/conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-unit-core/conf/layer.conf b/meta-unit-core/conf/layer.conf
index fd90f46..64e7d24 100644
--- a/meta-unit-core/conf/layer.conf
+++ b/meta-unit-core/conf/layer.conf
@@ -15,6 +15,8 @@ BBFILES_DYNAMIC += " \
raspberrypi-extra-layer:${LAYERDIR}/dynamic-layers/raspberrypi-extra-layer/recipes-*/*/*.bbappend \
unit-profiling-layer:${LAYERDIR}/dynamic-layers/unit-profiling-layer/recipes-*/*/*.bb \
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_CORE_LAYERDIR = "${LAYERDIR}"