From e99d9bb6788424ec7711d187985bb93b8b5c1175 Mon Sep 17 00:00:00 2001 From: unitexe Date: Sat, 10 Jan 2026 23:33:48 -0600 Subject: 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 --- meta-raspberrypi-extra/conf/layer.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-raspberrypi-extra/conf/layer.conf (limited to 'meta-raspberrypi-extra/conf') diff --git a/meta-raspberrypi-extra/conf/layer.conf b/meta-raspberrypi-extra/conf/layer.conf new file mode 100644 index 0000000..3f02a5e --- /dev/null +++ b/meta-raspberrypi-extra/conf/layer.conf @@ -0,0 +1,14 @@ +BBPATH .= ":${LAYERDIR}" + +BBFILES += "\ + ${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend \ +" + +BBFILE_COLLECTIONS += "raspberrypi-extra-layer" +BBFILE_PATTERN_raspberrypi-extra-layer = "^${LAYERDIR}/" +BBFILE_PRIORITY_raspberrypi-extra-layer = "12" + +LAYERDEPENDS_raspberrypi-extra-layer += "raspberrypi" + +LAYERSERIES_COMPAT_raspberrypi-extra-layer = "whinlatter" -- cgit v1.2.3