diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-19 13:26:43 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-19 13:26:43 +1200 |
| commit | 2339e982052d9ccb306711fcb711dc85dce47718 (patch) | |
| tree | d569c162320f8426c9b118634827e663ada4d841 | |
| parent | 495ce621778e11cce018689f6c3df3babf80840b (diff) | |
| download | yerbalinux-2339e982052d9ccb306711fcb711dc85dce47718.tar.xz yerbalinux-2339e982052d9ccb306711fcb711dc85dce47718.zip | |
Start audio work
| -rw-r--r-- | kas.yml | 5 | ||||
| -rw-r--r-- | meta-yerba/recipes-core/images/yerba-image.bb | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -7,10 +7,11 @@ target: yerba-image local_conf_header: # some stuff in meta-oe is broken, im so angry + # AAA meta-multimedia TOOOOOOOO yerba-config: | BBMULTICONFIG = "" INHERIT:remove = "create-spdx" - BBMASK = "meta-oe/recipes-connectivity/usbmuxd/ meta-oe/recipes-support/freerdp/ meta-oe/recipes-extended/libimobiledevice/" + BBMASK = "meta-oe/recipes-connectivity/usbmuxd/ meta-oe/recipes-support/freerdp/ meta-oe/recipes-extended/libimobiledevice/ meta-multimedia/recipes-dvb/tvheadend" repos: bitbake: @@ -33,6 +34,8 @@ repos: path: sources/meta-openembedded layers: meta-oe: + meta-multimedia: + meta-python: meta-yerba: path: ./meta-yerba diff --git a/meta-yerba/recipes-core/images/yerba-image.bb b/meta-yerba/recipes-core/images/yerba-image.bb index 3b07d89..f9e9413 100644 --- a/meta-yerba/recipes-core/images/yerba-image.bb +++ b/meta-yerba/recipes-core/images/yerba-image.bb @@ -23,6 +23,8 @@ IMAGE_INSTALL = "\ wget \ file \ doas \ + pipewire \ + wireplumber \ " EXTRA_USERS_PARAMS = "\ |
