From 4cc62efa47100b7f6a0e5cb15ccf4b0f468368a6 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Sun, 14 Jun 2026 17:16:17 +1200 Subject: Exclude broken meta-oe recipes by masking them --- kas.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kas.yml b/kas.yml index 6d739b9..6342f41 100644 --- a/kas.yml +++ b/kas.yml @@ -5,9 +5,11 @@ machine: yerba-x86_64 distro: yerba local_conf_header: + # some stuff in meta-oe is broken, im so angry yerba-config: | BBMULTICONFIG = "" INHERIT:remove = "create-spdx" + BBMASK = "meta-oe/recipes-connectivity/usbmuxd/ meta-oe/recipes-support/freerdp/ meta-oe/recipes-extended/libimobiledevice/" repos: bitbake: -- cgit v1.2.3