From a960f82818f0ad4c4df50efa4cc6540ffa8ee193 Mon Sep 17 00:00:00 2001 From: unitexe Date: Mon, 2 Mar 2026 22:41:54 -0600 Subject: Enable graphics for beaglebone-yocto for kernel & beyond - Use kernel with bundled initramfs for beaglebone-yocto IMAGE_BOOT_FILES - Custom WIC kickstart needed that has larger boot partition to account for kernel with bundled initramfs - A handful of additional kernel args are needed as well - Add plymouth settle initramfs module that does delay after starting plymouth splash, without it switch root occurs before plymouth can start rendering and the splash is never shown - Kernel logo size doesn't fill 1024x600 waveshare screen, was having trouble with fullscreen image will re-visit - Need to use non-default gbm-format with weston otherwise it will crash --- meta-yocto-extra/conf/layer.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-yocto-extra/conf/layer.conf (limited to 'meta-yocto-extra/conf') diff --git a/meta-yocto-extra/conf/layer.conf b/meta-yocto-extra/conf/layer.conf new file mode 100644 index 0000000..cf3675d --- /dev/null +++ b/meta-yocto-extra/conf/layer.conf @@ -0,0 +1,14 @@ +BBPATH .= ":${LAYERDIR}" + +BBFILES += "\ + ${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend \ +" + +BBFILE_COLLECTIONS += "yocto-extra-layer" +BBFILE_PATTERN_yocto-extra-layer = "^${LAYERDIR}/" +BBFILE_PRIORITY_yocto-extra-layer = "6" + +LAYERDEPENDS_yocto-extra-layer += "yocto" + +LAYERSERIES_COMPAT_yocto-extra-layer = "whinlatter" -- cgit v1.2.3