diff options
| author | unitexe <unitexe70@gmail.com> | 2026-02-26 15:53:22 -0600 |
|---|---|---|
| committer | unitexe <unitexe70@gmail.com> | 2026-02-27 17:24:13 -0600 |
| commit | 9c9f3235cc1f501d979342273607d4bbef723178 (patch) | |
| tree | 104e387f0c1e34e435c76dfbedc9a28e7b1bdee9 /meta-unit-core | |
| parent | a574c66e9f343e75fcb7edd3ae62a0deb1380f91 (diff) | |
Enable graphics for radxa-zero-3emain-next-radxa-zero-3e-graphics
- Boot splash
- Kernel logo
- Plymouth splash
- Flutter app
Diffstat (limited to 'meta-unit-core')
2 files changed, 17 insertions, 1 deletions
diff --git a/meta-unit-core/dynamic-layers/rockchip/recipes-unit/images/core-image-unit-initramfs.bbappend b/meta-unit-core/dynamic-layers/rockchip/recipes-unit/images/core-image-unit-initramfs.bbappend new file mode 100644 index 0000000..44afe60 --- /dev/null +++ b/meta-unit-core/dynamic-layers/rockchip/recipes-unit/images/core-image-unit-initramfs.bbappend @@ -0,0 +1,15 @@ +PACKAGE_INSTALL:append:radxa-zero-3e = " \ + initramfs-graphics-modules \ + kernel-module-rockchipdrm \ + kernel-module-dw-mipi-dsi \ + kernel-module-dw-hdmi \ + kernel-module-dw-hdmi-qp \ + kernel-module-dw-hdmi-cec \ + kernel-module-analogix-dp \ + kernel-module-drm-display-helper \ + kernel-module-drm-dma-helper \ + kernel-module-drm-dp-aux-bus \ + kernel-module-cec \ + kernel-module-panfrost \ + kernel-module-gpu-sched \ +" diff --git a/meta-unit-core/dynamic-layers/rockchip/recipes-unit/images/core-image-unit.bbappend b/meta-unit-core/dynamic-layers/rockchip/recipes-unit/images/core-image-unit.bbappend index 7c0581c..40b5b97 100644 --- a/meta-unit-core/dynamic-layers/rockchip/recipes-unit/images/core-image-unit.bbappend +++ b/meta-unit-core/dynamic-layers/rockchip/recipes-unit/images/core-image-unit.bbappend @@ -1 +1,2 @@ -IMAGE_FEATURES:append = " observability" +IMAGE_FEATURES:append:radxa-zero-3e = " observability" +IMAGE_FEATURES:append:radxa-zero-3e = " boot-splash" |
