diff options
| author | unitexe <unitexe70@gmail.com> | 2026-03-02 22:41:54 -0600 |
|---|---|---|
| committer | unitexe <unitexe70@gmail.com> | 2026-03-02 22:52:08 -0600 |
| commit | a960f82818f0ad4c4df50efa4cc6540ffa8ee193 (patch) | |
| tree | d0e9f75a64b6ca43e7d9eee1e5993a48314eaf4c /meta-unit-kas/images/unit-poky/beaglebone-yocto/core-image-unit/whinlatter.yml | |
| parent | f31350298b3bec162781531b36c598086c9e5d3b (diff) | |
- 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
Diffstat (limited to 'meta-unit-kas/images/unit-poky/beaglebone-yocto/core-image-unit/whinlatter.yml')
| -rw-r--r-- | meta-unit-kas/images/unit-poky/beaglebone-yocto/core-image-unit/whinlatter.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-unit-kas/images/unit-poky/beaglebone-yocto/core-image-unit/whinlatter.yml b/meta-unit-kas/images/unit-poky/beaglebone-yocto/core-image-unit/whinlatter.yml index 702deac..e5664a0 100644 --- a/meta-unit-kas/images/unit-poky/beaglebone-yocto/core-image-unit/whinlatter.yml +++ b/meta-unit-kas/images/unit-poky/beaglebone-yocto/core-image-unit/whinlatter.yml @@ -12,6 +12,8 @@ header: - meta-unit-kas/include/layers/meta-openembedded/remote.yml - meta-unit-kas/include/layers/meta-virtualization/main.yml - meta-unit-kas/include/layers/meta-virtualization/remote.yml + - meta-unit-kas/include/layers/meta-flutter/remote.yml + - meta-unit-kas/include/layers/meta-flutter/main.yml - meta-unit-kas/include/layers/meta-unit-core/core-image-unit.yml - meta-unit-kas/include/layers/meta-unit-distro/unit-poky.yml @@ -22,11 +24,17 @@ repos: meta-oe: meta-networking: meta-python: + meta-flutter: + layers: + .: + meta-flutter-apps: meta-unit: layers: meta-unit-core: meta-unit-distro: + meta-unit-graphics: meta-unit-profiling: meta-unit-users: meta-unit-virtualization: + meta-yocto-extra: meta-virtualization-extra: |
