diff options
| author | unitexe <unitexe70@gmail.com> | 2026-03-02 23:03:25 -0600 |
|---|---|---|
| committer | unitexe <unitexe70@gmail.com> | 2026-03-02 23:03:33 -0600 |
| commit | d62f1d4c0787eddea695c2de2f80f991d60c3607 (patch) | |
| tree | bfa9e4ff9249249b859d8024d65cf8d54fd4f1ac /meta-unit-core/dynamic-layers | |
| parent | 70df75089a1ffbfd073d623e32d6417488b79491 (diff) | |
Enable graphics for radxa-zero-3e
- Boot splash
- Kernel logo
- Plymouth splash
- Flutter app
Diffstat (limited to 'meta-unit-core/dynamic-layers')
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" |
