From 2339e982052d9ccb306711fcb711dc85dce47718 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Fri, 19 Jun 2026 13:26:43 +1200 Subject: Start audio work --- kas.yml | 5 ++++- meta-yerba/recipes-core/images/yerba-image.bb | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/kas.yml b/kas.yml index 5a1f634..367100b 100644 --- a/kas.yml +++ b/kas.yml @@ -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 = "\ -- cgit v1.2.3