summaryrefslogtreecommitdiff
path: root/meta-unit-core
diff options
context:
space:
mode:
authorunitexe <unitexe70@gmail.com>2026-01-10 23:33:48 -0600
committerunitexe <unitexe70@gmail.com>2026-01-11 00:30:56 -0600
commite99d9bb6788424ec7711d187985bb93b8b5c1175 (patch)
treebc37f1d07e4a27a62099b8160b6e40a73ce631f2 /meta-unit-core
parentd9466d72d1bed7f6fa34ae14cbf81395c9bde705 (diff)
Introduce meta-raspberrypi-extra
- Install copies of cmdline, config & uboot script to rootfs; they are normally just installed to the boot partitioin but having a copy on the rootfs makes making changes and updating them easier - The rpi-eeprom package does not support raspberrypi3-64, it has not EEPROM
Diffstat (limited to 'meta-unit-core')
-rw-r--r--meta-unit-core/conf/layer.conf4
-rw-r--r--meta-unit-core/dynamic-layers/raspberrypi-extra-layer/recipes-unit/images/core-image-unit.bbappend1
2 files changed, 4 insertions, 1 deletions
diff --git a/meta-unit-core/conf/layer.conf b/meta-unit-core/conf/layer.conf
index 8de84e8..688eda3 100644
--- a/meta-unit-core/conf/layer.conf
+++ b/meta-unit-core/conf/layer.conf
@@ -4,13 +4,15 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
BBFILE_COLLECTIONS += "unit-core"
BBFILE_PATTERN_unit-core := "^${LAYERDIR}/"
-BBFILE_PRIORITY_unit-core = "10"
+BBFILE_PRIORITY_unit-core = "13"
LAYERSERIES_COMPAT_unit-core = "whinlatter"
BBFILES_DYNAMIC += " \
virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/recipes-*/*/*.bb \
virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/recipes-*/*/*.bbappend \
+ raspberrypi-extra-layer:${LAYERDIR}/dynamic-layers/raspberrypi-extra-layer/recipes-*/*/*.bb \
+ raspberrypi-extra-layer:${LAYERDIR}/dynamic-layers/raspberrypi-extra-layer/recipes-*/*/*.bbappend \
"
UNIT_CORE_LAYERDIR = "${LAYERDIR}"
diff --git a/meta-unit-core/dynamic-layers/raspberrypi-extra-layer/recipes-unit/images/core-image-unit.bbappend b/meta-unit-core/dynamic-layers/raspberrypi-extra-layer/recipes-unit/images/core-image-unit.bbappend
new file mode 100644
index 0000000..dee84c1
--- /dev/null
+++ b/meta-unit-core/dynamic-layers/raspberrypi-extra-layer/recipes-unit/images/core-image-unit.bbappend
@@ -0,0 +1 @@
+IMAGE_INSTALL:append = " packagegroup-unit-rpi"