summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/include/tdx-base.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/distro/include/tdx-base.inc b/conf/distro/include/tdx-base.inc
index 98bd293..287704f 100644
--- a/conf/distro/include/tdx-base.inc
+++ b/conf/distro/include/tdx-base.inc
@@ -91,3 +91,10 @@ KERNEL_DTBVENDORED = "1"
# Defines the root home directory as /root, as required by systemd.
ROOT_HOME = "/root"
+
+# Exclude test-pacbti.bb which currently throws `Using S = ${WORKDIR} is no longer
+# supported` and a fix being delayed:
+# https://lore.kernel.org/all/ZliCKRi6GoK9y+k%2F@kudzu.us/
+BBMASK += " \
+ /meta-arm/recipes-test/pacbti/test-pacbti.bb \
+"